SourceForge.net Logo
aXSL API 0.2

Package org.axsl.pdf

Interfaces allowing client applications to create PDF documents in a vendor-neutral way.

See:
          Description

Interface Summary
PdfColor A PDF Color.
PdfContentStream A PDF Content Stream.
PdfDestination A PDF Destination.
PdfDocument A PDF document.
PdfEncryption Encryption-related items for a PDFDocument.
PdfFont A PDF Font.
PdfLink A PDF Link.
PdfOutlineItem A PDF Outline Item.
PdfOutlineParent A PDF Outline Parent.
PdfPage A PDF Page.
PdfPathPaint Paint (Color or Pattern) used to stroke or fill paths.
 

Enum Summary
PdfLineCapStyle Enumeration of the possible line cap styles in PDF.
PdfTextRenderingMode An enumeration of the valid text rendering modes.
PdfVersion An enumeration of the possible PDF Versions.
 

Exception Summary
PdfException Exception thrown when an axslPDF implementation has a problem.
 

Package org.axsl.pdf Description

Interfaces allowing client applications to create PDF documents in a vendor-neutral way.

To create a PDF document using an aXSL PDF implementation, first obtain an instance of that implementation's PDFFactory. Use that factory's createPDFDocument() method to create an PDFDocument. Then use PDFDocument's methods to create PDFPages and other objects for the document and to write the document.


SourceForge.net Logo
aXSL API 0.2

This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.