|
| JPDFWriter - Java Library to generate PDF documents.Updated by qoppa on Tuesday, November 18th 2008.JPDFWriter allows to create PDF documents from java applications. jPDFWriter can create PDF files in two ways: - PDF files can be created directly using jPDFWriter's very simple API. Simply create a PDFDocument object, create as many PDFPage objects as necessary, draw strings, graphics or any other elements supported by Graphics2D to the pages and then save the document. - jPDFWriter also extends the standard Java PrinterJob so that you can create PDF files in the same way that you would print to a physical printer. This allows for reuse of existing printing code and for an application to decide, at runtime, whether to send the output to a printer or to a PDF file. Licence : Commercial
Version : 3.20 [Stable]
Platforms : Windows, Mac, Linux, Solaris, AIX
Requirements : Java 1.3+
|