Return-Path: X-Original-To: apmail-incubator-isis-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-isis-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0196587FE for ; Tue, 13 Sep 2011 17:25:53 +0000 (UTC) Received: (qmail 18535 invoked by uid 500); 13 Sep 2011 17:25:52 -0000 Delivered-To: apmail-incubator-isis-dev-archive@incubator.apache.org Received: (qmail 18510 invoked by uid 500); 13 Sep 2011 17:25:52 -0000 Mailing-List: contact isis-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: isis-dev@incubator.apache.org Delivered-To: mailing list isis-dev@incubator.apache.org Received: (qmail 18502 invoked by uid 99); 13 Sep 2011 17:25:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Sep 2011 17:25:51 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [41.48.9.22] (HELO mta-neotel-2.cmobile.co.za) (41.48.9.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Sep 2011 17:25:43 +0000 Received: from abacus.localdomain ([41.51.24.135]) by mta-neotel-2.cmobile.co.za (8.14.4/8.14.4) with ESMTP id p8DHPD9k004323 for ; Tue, 13 Sep 2011 19:25:19 +0200 Received: from [192.168.0.102] (bubbles [192.168.0.102]) by abacus.localdomain (Postfix) with ESMTP id 1D11E80D2 for ; Tue, 13 Sep 2011 19:25:12 +0200 (SAST) From: "Kevin Meyer - KMZ" Organization: Kevin Meyer (Sole Prop.) To: Isis-dev@incubator.apache.org Date: Tue, 13 Sep 2011 19:25:06 +0200 MIME-Version: 1.0 Subject: Domain-library class request: PDF output Message-ID: <4E6F91F2.16481.3A5989@kevin.kmz.co.za> Priority: normal X-mailer: Pegasus Mail for Windows (4.52) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body X-MSISDN: 27848775662 X-CONN-IP: 41.51.24.135 X-Virus-Scanned: clamav-milter 0.97.1 at cellcvirusscanner X-Virus-Status: Clean Dear all, Please could I ask for some assistance in creating Isis domain classes to support creation of PDF files? Does anyone have any experience with using java to create PDF files? I am guessing that some sort of template would be required (to specify what goes where), and a way of telling the PDF domain classes which properties should be used. Since Isis does not support documents as a value type yet (see ISIS- 115 [1]), I will probably use the email domain classes to send the result to a recipient, assuming that I can add attachment support (if it isn't already there). Regards, Kevin [1] https://issues.apache.org/jira/browse/ISIS-115