| Package | Description |
|---|---|
| org.apache.pdfbox.encoding |
This package contains the implementations for all of the encodings that are used in PDF documents.
|
| org.apache.pdfbox.pdmodel.font |
Classes to deal with font functionality in a PDF Document.
|
| Class | Description |
|---|---|
| Encoding |
This is an interface to a text encoder.
|
| EncodingManager |
This class will handle getting the appropriate encodings.
|
| MacOSRomanEncoding |
This is the Mac OS Roman encoding, which is similar to the
MacRomanEncoding with the addition of 15 entries
|
| MacRomanEncoding |
This is an interface to a text encoder.
|
| PdfDocEncoding |
This is an interface to a text encoder.
|
| PDFDocEncodingCharset |
Charset implementation for the "PDFDocEncoding" from the PDF specification. |
| SingleByteCharset |
Charset implementation for the single-byte encodings. |
| StandardEncoding |
This is an interface to a text encoder.
|
| WinAnsiEncoding |
This the win ansi encoding.
|
| Class | Description |
|---|---|
| Encoding |
This is an interface to a text encoder.
|