Uses of Package
org.pdfbox.util

Packages that use org.pdfbox.util
org.pdfbox.afmtypes This package contains all the base types that can be found in an AFM file. 
org.pdfbox.examples.util The packages in this package will show how to use the PDFBox util API. 
org.pdfbox.pdfviewer The pdfviewer package contains classes to graphically display information about a PDF document. 
org.pdfbox.pdmodel.common High level PD classes that are used throughout several packages are placed in the PDModel common package. 
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.xobject This package deals with images that are stored in a PDF document. 
org.pdfbox.ttf This package contains classes to parse a TTF file. 
org.pdfbox.util This package contains utility classes that are used by the PDFBox project. 
org.pdfbox.util.operator This package contains implementations of all of the PDF operators. 
 

Classes in org.pdfbox.util used by org.pdfbox.afmtypes
BoundingBox
          This is an implementation of a bounding box.
 

Classes in org.pdfbox.util used by org.pdfbox.examples.util
PDFStreamEngine
          This class will run through a PDF content stream and execute certain operations and provide a callback interface for clients that want to do things with the stream.
PDFTextStripper
          This class will take a pdf document and strip out all of the text and ignore the formatting and such.
TextPosition
          This represents a character and a position on the screen of those characters.
 

Classes in org.pdfbox.util used by org.pdfbox.pdfviewer
PDFOperator
          This class represents an Operator in the content stream.
PDFStreamEngine
          This class will run through a PDF content stream and execute certain operations and provide a callback interface for clients that want to do things with the stream.
TextPosition
          This represents a character and a position on the screen of those characters.
 

Classes in org.pdfbox.util used by org.pdfbox.pdmodel.common
BoundingBox
          This is an implementation of a bounding box.
 

Classes in org.pdfbox.util used by org.pdfbox.pdmodel.font
PDFOperator
          This class represents an Operator in the content stream.
PDFStreamEngine
          This class will run through a PDF content stream and execute certain operations and provide a callback interface for clients that want to do things with the stream.
 

Classes in org.pdfbox.util used by org.pdfbox.pdmodel.graphics
Matrix
          This class will be used for matrix manipulation.
 

Classes in org.pdfbox.util used by org.pdfbox.pdmodel.graphics.xobject
ImageParameters
          This contains all of the image parameters for in inlined image.
 

Classes in org.pdfbox.util used by org.pdfbox.ttf
BoundingBox
          This is an implementation of a bounding box.
 

Classes in org.pdfbox.util used by org.pdfbox.util
ImageParameters
          This contains all of the image parameters for in inlined image.
Matrix
          This class will be used for matrix manipulation.
PDFOperator
          This class represents an Operator in the content stream.
PDFStreamEngine
          This class will run through a PDF content stream and execute certain operations and provide a callback interface for clients that want to do things with the stream.
PDFTextStripper
          This class will take a pdf document and strip out all of the text and ignore the formatting and such.
TextPosition
          This represents a character and a position on the screen of those characters.
 

Classes in org.pdfbox.util used by org.pdfbox.util.operator
PDFStreamEngine
          This class will run through a PDF content stream and execute certain operations and provide a callback interface for clients that want to do things with the stream.