Package org.apache.pdfbox.cos


package org.apache.pdfbox.cos
These are the low level objects that make up a PDF document.

See the PDF Reference 1.4.
  • Class
    Description
    An array of PDFBase objects as part of the PDF document.
    The base object that all objects in the PDF document will extend.
    This class represents a boolean value in the PDF document.
    This class represents a dictionary where name/value pairs reside.
     
    This is the in-memory representation of the PDF document.
    This class represents a floating point number in a PDF document.
    This class represents an integer number in a PDF document.
    This class represents a PDF named object.
    This class represents a null PDF object.
    This class represents an abstract number in a PDF document.
    This class represents a PDF object.
    This class represents a stream object in a PDF document.
    This represents a string object in a PDF document.
     
    An interface for visiting a PDF document at the type (COS) level.