Uses of Package
org.pdfbox.cos

Packages that use org.pdfbox.cos
org.pdfbox This package holds executable classes that interact with the PDFBox application. 
org.pdfbox.cos These are the low level objects that make up a PDF document.  
org.pdfbox.encoding This package contains the implementations for all of the encodings that are used in PDF documents. 
org.pdfbox.encryption These classes deal with encryption algorithms that are used in the PDF Document. 
org.pdfbox.examples The packages in this package will show how to use the PDFBox API. 
org.pdfbox.filter This package will hold the PDFBox implementations of the filters that are used in PDF documents. 
org.pdfbox.io This package contains IO streams. 
org.pdfbox.pdfparser The pdfparser package contains classes to parse PDF documents and objects within the document. 
org.pdfbox.pdfwriter This is the persistence layer used to write the PDFBox documents to a stream. 
org.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents. 
org.pdfbox.pdmodel.common High level PD classes that are used throughout several packages are placed in the PDModel common package. 
org.pdfbox.pdmodel.common.filespecification The file specification package defines classes that are used for the PDF File Specification logic. 
org.pdfbox.pdmodel.common.function This package contains functions that are available in the PDF specification. 
org.pdfbox.pdmodel.documentinterchange.logicalstructure The logical structure package provides a mechanism for incorporating structural information about a document's content into a PDF file. 
org.pdfbox.pdmodel.documentinterchange.prepress This package contains classes for prepress support in PDFBox. 
org.pdfbox.pdmodel.encryption The encryption package will handle the PDF document security handlers and the functionality of pluggable security handlers. 
org.pdfbox.pdmodel.fdf The fdf package will handle all of the logic used for FDF objects inside of the PDF/FDF document. 
org.pdfbox.pdmodel.font Classes to deal with font functionality in a PDF Document. 
org.pdfbox.pdmodel.graphics The PDModel graphics package deals with graphics states, operations, and parameters within the PDF document. 
org.pdfbox.pdmodel.graphics.color This package deals with colors that are stored in a PDF document. 
org.pdfbox.pdmodel.graphics.xobject This package deals with images that are stored in a PDF document. 
org.pdfbox.pdmodel.interactive.action This package represents actions that can be performed in a PDF document. 
org.pdfbox.pdmodel.interactive.action.type This package contains all of the available PDF action types. 
org.pdfbox.pdmodel.interactive.annotation The annotation package contains classes that work with PDF annotation elements. 
org.pdfbox.pdmodel.interactive.digitalsignature The digitial signature library will manage signatures that are stored in the PDF document. 
org.pdfbox.pdmodel.interactive.documentnavigation.destination The destination package allows destinations into a pdf document to be specified. 
org.pdfbox.pdmodel.interactive.documentnavigation.outline The outline package allows for a PDF outline(bookmarks) to be created. 
org.pdfbox.pdmodel.interactive.form The interactive package contains classes that deal with interactive annotations such as textfields and buttons. 
org.pdfbox.pdmodel.interactive.pagenavigation A package to allow provide access to PDF page navigation functionality. 
org.pdfbox.pdmodel.interactive.viewerpreferences A package to allow access to document viewing preferences. 
org.pdfbox.persistence.util These are utilities used by the persistence layer. 
org.pdfbox.util This package contains utility classes that are used by the PDFBox project. 
 

Classes in org.pdfbox.cos used by org.pdfbox
COSName
          This class represents a PDF named object.
 

Classes in org.pdfbox.cos used by org.pdfbox.cos
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.
ICOSVisitor
          An interface for visiting a PDF document at the type (COS) level.
 

Classes in org.pdfbox.cos used by org.pdfbox.encoding
COSBase
          The base object that all objects in the PDF document will extend.
COSDictionary
          This class represents a dictionary where name/value pairs reside.
COSName
          This class represents a PDF named object.
 

Classes in org.pdfbox.cos used by org.pdfbox.encryption
COSDocument
          This is the in-memory representation of the PDF document.
 

Classes in org.pdfbox.cos used by org.pdfbox.examples
COSDocument
          This is the in-memory representation of the PDF document.
 

Classes in org.pdfbox.cos used by org.pdfbox.filter
COSDictionary
          This class represents a dictionary where name/value pairs reside.
COSName
          This class represents a PDF named object.
 

Classes in org.pdfbox.cos used by org.pdfbox.io
COSBase
          The base object that all objects in the PDF document will extend.
 

Classes in org.pdfbox.cos used by org.pdfbox.pdfparser
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.
COSName
          This class represents a PDF named object.
COSStream
          This class represents a stream object in a PDF document.
COSString
          This represents a string object in a PDF document.
 

Classes in org.pdfbox.cos used by org.pdfbox.pdfwriter
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.
COSStream
          This class represents a stream object in a PDF document.
COSString
          This represents a string object in a PDF document.
ICOSVisitor
          An interface for visiting a PDF document at the type (COS) level.
 

Classes in org.pdfbox.cos used by org.pdfbox.pdmodel
COSBase
          The base object that all objects in the PDF document will extend.
COSDictionary
          This class represents a dictionary where name/value pairs reside.
COSDocument
          This is the in-memory representation of the PDF document.
 

Classes in org.pdfbox.cos used by org.pdfbox.pdmodel.common
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.
COSDictionary
          This class represents a dictionary where name/value pairs reside.
COSName
          This class represents a PDF named object.
COSStream
          This class represents a stream object in a PDF document.
COSString
          This represents a string object in a PDF document.
ICOSVisitor
          An interface for visiting a PDF document at the type (COS) level.
 

Classes in org.pdfbox.cos used by org.pdfbox.pdmodel.common.filespecification
COSBase
          The base object that all objects in the PDF document will extend.
COSDictionary
          This class represents a dictionary where name/value pairs reside.
COSStream
          This class represents a stream object in a PDF document.
COSString
          This represents a string object in a PDF document.
 

Classes in org.pdfbox.cos used by org.pdfbox.pdmodel.common.function
COSBase
          The base object that all objects in the PDF document will extend.
COSDictionary
          This class represents a dictionary where name/value pairs reside.
COSStream
          This class represents a stream object in a PDF document.
 

Classes in org.pdfbox.cos used by org.pdfbox.pdmodel.documentinterchange.logicalstructure
COSBase
          The base object that all objects in the PDF document will extend.
COSDictionary
          This class represents a dictionary where name/value pairs reside.
 

Classes in org.pdfbox.cos used by org.pdfbox.pdmodel.documentinterchange.prepress
COSBase
          The base object that all objects in the PDF document will extend.
COSDictionary
          This class represents a dictionary where name/value pairs reside.
 

Classes in org.pdfbox.cos used by org.pdfbox.pdmodel.encryption
COSDictionary
          This class represents a dictionary where name/value pairs reside.
COSStream
          This class represents a stream object in a PDF document.
COSString
          This represents a string object in a PDF document.
 

Classes in org.pdfbox.cos used by org.pdfbox.pdmodel.fdf
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.
COSDictionary
          This class represents a dictionary where name/value pairs reside.
COSDocument
          This is the in-memory representation of the PDF document.
COSStream
          This class represents a stream object in a PDF document.
 

Classes in org.pdfbox.cos used by org.pdfbox.pdmodel.font
COSBase
          The base object that all objects in the PDF document will extend.
COSDictionary
          This class represents a dictionary where name/value pairs reside.
COSStream
          This class represents a stream object in a PDF document.
 

Classes in org.pdfbox.cos used by org.pdfbox.pdmodel.graphics
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.
COSDictionary
          This class represents a dictionary where name/value pairs reside.
 

Classes in org.pdfbox.cos used by org.pdfbox.pdmodel.graphics.color
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.
COSDictionary
          This class represents a dictionary where name/value pairs reside.
COSStream
          This class represents a stream object in a PDF document.
 

Classes in org.pdfbox.cos used by org.pdfbox.pdmodel.graphics.xobject
COSBase
          The base object that all objects in the PDF document will extend.
COSDictionary
          This class represents a dictionary where name/value pairs reside.
COSStream
          This class represents a stream object in a PDF document.
 

Classes in org.pdfbox.cos used by org.pdfbox.pdmodel.interactive.action
COSBase
          The base object that all objects in the PDF document will extend.
COSDictionary
          This class represents a dictionary where name/value pairs reside.
 

Classes in org.pdfbox.cos used by org.pdfbox.pdmodel.interactive.action.type
COSBase
          The base object that all objects in the PDF document will extend.
COSDictionary
          This class represents a dictionary where name/value pairs reside.
 

Classes in org.pdfbox.cos used by org.pdfbox.pdmodel.interactive.annotation
COSBase
          The base object that all objects in the PDF document will extend.
COSDictionary
          This class represents a dictionary where name/value pairs reside.
COSStream
          This class represents a stream object in a PDF document.
 

Classes in org.pdfbox.cos used by org.pdfbox.pdmodel.interactive.digitalsignature
COSBase
          The base object that all objects in the PDF document will extend.
COSDictionary
          This class represents a dictionary where name/value pairs reside.
 

Classes in org.pdfbox.cos used by org.pdfbox.pdmodel.interactive.documentnavigation.destination
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.
COSName
          This class represents a PDF named object.
COSString
          This represents a string object in a PDF document.
 

Classes in org.pdfbox.cos used by org.pdfbox.pdmodel.interactive.documentnavigation.outline
COSBase
          The base object that all objects in the PDF document will extend.
COSDictionary
          This class represents a dictionary where name/value pairs reside.
 

Classes in org.pdfbox.cos used by org.pdfbox.pdmodel.interactive.form
COSBase
          The base object that all objects in the PDF document will extend.
COSDictionary
          This class represents a dictionary where name/value pairs reside.
COSString
          This represents a string object in a PDF document.
 

Classes in org.pdfbox.cos used by org.pdfbox.pdmodel.interactive.pagenavigation
COSBase
          The base object that all objects in the PDF document will extend.
COSDictionary
          This class represents a dictionary where name/value pairs reside.
 

Classes in org.pdfbox.cos used by org.pdfbox.pdmodel.interactive.viewerpreferences
COSBase
          The base object that all objects in the PDF document will extend.
COSDictionary
          This class represents a dictionary where name/value pairs reside.
 

Classes in org.pdfbox.cos used by org.pdfbox.persistence.util
COSObject
          This class represents a PDF object.
 

Classes in org.pdfbox.cos used by org.pdfbox.util
COSDictionary
          This class represents a dictionary where name/value pairs reside.
COSDocument
          This is the in-memory representation of the PDF document.
COSStream
          This class represents a stream object in a PDF document.
COSString
          This represents a string object in a PDF document.