See: Description
Interface | Description |
---|---|
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.
|
PdfPattern |
A PDF Pattern.
|
Enum | Description |
---|---|
PdfLineCapStyle |
Enumeration of the possible line cap styles in PDF.
|
PdfPageLabelStyle |
Enumeration of the possible page numbering styles.
|
PdfTextRenderingMode |
An enumeration of the valid text rendering modes.
|
PdfVersion |
An enumeration of the possible PDF Versions.
|
Exception | Description |
---|---|
PdfException |
Exception thrown when an axslPDF implementation has a problem.
|
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.
This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.