Package | Description |
---|---|
org.apache.pdfbox.cos |
These are the low level objects that make up a PDF document.
|
org.apache.pdfbox.pdfparser |
The pdfparser package contains classes to parse PDF documents and objects within the document.
|
Modifier and Type | Class | Description |
---|---|---|
class |
COSFloat |
This class represents a floating point number in a PDF document.
|
class |
COSInteger |
This class represents an integer number in a PDF document.
|
Modifier and Type | Method | Description |
---|---|---|
static COSNumber |
COSNumber.get(java.lang.String number) |
This factory method will get the appropriate number object.
|
Modifier and Type | Method | Description |
---|---|---|
protected COSNumber |
ConformingPDFParser.parseNumber(java.lang.String number) |
|
protected COSNumber |
ConformingPDFParser.readNumber() |
This will read in a number and return the COS version of the number (be
it a COSInteger or a COSFloat).
|