Package org.pdfbox.cos
These are the low level objects that make up a PDF document.
ICOSVisitor | An interface for visiting a PDF document at the type (COS) level.
|
COSArray | An array of PDFBase objects as part of the PDF document.
|
COSBase | The base object that all objects in the PDF document will extend.
|
COSBoolean | This class represents a boolean value in the PDF document.
|
COSDictionary | This class represents a dictionary where name/value pairs reside.
|
COSDocument | This is the in-memory representation of the PDF document. |
COSFloat | This class represents a floating point number in a PDF document.
|
COSInteger |
This class represents an integer number in a PDF document.
|
COSName | This class represents a PDF named object.
|
COSNull | This class represents a null PDF object.
|
COSNumber | This class represents an abstract number in a PDF document.
|
COSObject | This class represents a PDF object.
|
COSStream | This class represents a stream object in a PDF document.
|
COSString | This represents a string object in a PDF document.
|
These are the low level objects that make up a PDF document.
See the
PDF Reference 1.4.