This post originated from an RSS feed registered with Java Buzz
by Goldy Lukka.
Original Post: Create PDF on the FLY
Feed Title: Xyling Java Blogs
Feed URL: http://www.javablogs.xyling.com/thisWeek.rss
Feed Description: Your one stop source for Java Related Resources.
Meet FOP (Formatting Objects Processor), a Java application that reads a formatting object (FO) tree and renders the resulting pages to a specified output. Output formats currently supported include PDF, PCL, PS, SVG, XML (area tree representation), Print, AWT, MIF and TXT. The primary output target is PDF.
A java program to convert XML to PDF using Apache FOP library. Also included, sample programs to convert FOP to PDF, XML to FO, Object to XML, Object to PDF, DOM to PDF and SVG to PDF.
The goals of the Apache XML FOP Project are to deliver an XSL-FO to PDF formatter that is compliant to at least the Basic conformance level described in the W3C Recommendation from 15 October 2001, and that complies with the 11 March 1999 Portable Document Format Specification (Version 1.3) from Adobe Systems.
Conformance to the XML 1.0 Recommendation, XSLT 1.0 Recommendation and the XML Namespaces Recommendation is understood. Other relevant documents, such as the XPath and XLink Working Drafts, are referenced as necessary. The FOP Project will attempt to use the latest version of evolving specifications.
The FOP layout system is currently being rewritten to better support the XSL-FO standard.
[Resource-Type: Library; Category: Open Source; XRating: 4.5] Title of the post takes you to the home page of FOP