JPDFWriter3.20
Java Library to generate PDF documents.
Tuesday, November 18, 2008
- Development
- Languages
- Java
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.
- linux
- windows
- MacOS
- Downloads643
- LicenseCommercial
- PlatformsWindows, Mac, Linux, Solaris, AIX
- RequirementsJava 1.3+
- Tags
Downloads / Release History
Comments
No comment. Be the first to enter a comment.