Fwd: Libraries to generate PDF reports from WOComponent
Fwd: Libraries to generate PDF reports from WOComponent
- Subject: Fwd: Libraries to generate PDF reports from WOComponent
- From: Kieran Kelleher <email@hidden>
- Date: Tue, 8 Feb 2005 08:30:59 -0500
I thought this post from the Wonder list might be of interest to you all.
Regards, Kieran
Begin forwarded message:
From: Jan Willem Luiten <email@hidden>
Date: February 8, 2005 7:15:55 AM EST
To: Wonder Project <email@hidden>
Subject: [Wonder-disc] Libraries to generate PDF reports from WOComponent
Return-Path: <email@hidden>
Original-Recipient: rfc822;email@hidden
Hi all,
For MacOSX I wrote some libraries that enable the conversion of HTML to PDF documents. The functionality is accessible from Objective-C and Java and is realy simple to use.
Next to this there's tight integration with WebObjects, allowing you to use a standard component that creates the HTML for the report and then convert this to HTML. Generating a PDF report requires only a few lines of code:
MovieReport reportPage = (MovieReport)pageWithName("MovieReport");
PDFPage pdfPage = (PDFPage)pageWithName("PDFPage");
pdfPage.setOrientation(HTML2PDFConvertor.PortraitOrientation);
pdfPage.setComponent(reportPage);
pdfPage.setDisplayGroup(reportPage.displayGroup());
return pdfPage;
The libraries can be downloaded from:
http://www.secondmove.com/downloads/WebPDFReports.dmg.zip
Please note that this is a MacOSX-only solution. Also, this is beta-quality software. Based on user feedback we'll make a final version available as shareware.
If you have any questions, please contact email@hidden
Kind regards,
Jan Willem Luiten
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Wonder-disc mailing list
email@hidden
https://lists.sourceforge.net/lists/listinfo/wonder-disc
___________________________________
Kieran Kelleher
Palm Harbor, Florida USA
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden