SourceForge.net Logo
aXSL API 0.1

Package org.axsl.pdfW

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

See:
          Description

Interface Summary
PDFColor A PDF Color.
PDFContentStream A PDF Content Stream.
PDFDocument A PDF document.
PDFEncryption Encryption-related items for a PDFDocument.
PDFExplicitDestination A PDF Explicit Destination.
PDFFont A PDF Font.
PDFLink A PDF Link.
PDFNamedDestination A PDF Named Destination.
PDFOutlineItem A PDF Outline Item.
PDFOutlineParent A PDF Outline Parent.
PDFPage A PDF Page.
PDFPathPaint A PDF Path.
 

Class Summary
PDFUtility Class containing PDF-related utility methods.
 

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

Package org.axsl.pdfW Description

Interfaces allowing client applications to use 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.1

This documentation was created September 6 2006 by The aXSL Group and may be freely copied. See license for details.