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.
    An InputStream which reads from an encoded COS stream.
    This class represents an integer number in a PDF document.
    A PDF Name object.
    This class represents a null PDF object.
    This class represents an abstract number in a PDF document.
    This class represents a PDF object.
    Object representing the physical reference to an indirect pdf object.
    An OutputStream which writes to an encoded COS stream.
    This class represents a stream object in a PDF document.
    A string object, which may be a text string, a PDFDocEncoded string, ASCII string, or byte string.
     
    An interface for visiting a PDF document at the type (COS) level.