Package | Description |
---|---|
com.etymon.pjx |
The fundamental classes for creation and modification of PDF
documents.
|
com.etymon.pjx.stream |
Provides methods for encoding and decoding PDF streams.
|
Modifier and Type | Class and Description |
---|---|
class |
PdfFormatException
Thrown if a PDF object is encountered that does not conform to the
PDF specification.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
PdfReader.readHeader()
Reads the header of the PDF document.
|
Modifier and Type | Class and Description |
---|---|
class |
PdfDecoderException
Thrown if there is a problem related to PDF stream encoding or
decoding.
|
class |
PdfDecoderFormatException
Thrown if a stream decoder encounters data in a stream that it
cannot decode.
|
class |
PdfDecoderNotSupportedException
Thrown if stream decoding requires a decoder method that is not
supported by this package.
|