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 and 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 and Description |
---|---|
static COSNumber |
COSNumber.get(String number)
This factory method will get the appropriate number object.
|
Modifier and Type | Method and Description |
---|---|
protected COSNumber |
ConformingPDFParser.parseNumber(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).
|
Copyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.