Changed Classes |
PdfArray
|
A representation of an array as described in the PDF specification. |
PdfBoolean
|
|
PdfCatalog
|
The root of a document#s object hierarchy. |
PdfDictionary
|
A representation of a Dictionary as described by the PDF Specification. |
PdfDocument
|
Main enter point to work with PDF document. |
PdfIndirectReference
|
|
PdfLiteral
|
|
PdfName
|
|
PdfNull
|
Representation of the null object in the PDF specification. |
PdfNumber
|
A {@code PdfNumber}-class is the PDF-equivalent of a {@code Double}-object. |
PdfObject
|
|
PdfPrimitiveObject
|
|
PdfStream
|
Representation of a stream as described in the PDF Specification. |
PdfString
|
A {@code PdfString}-class is the PDF-equivalent of a JAVA-{@code String}-object. |
PdfWriter
|
|