Package org.pdfbox.util
This package contains utility classes that are used by the PDFBox project.
| BitFlagHelper | This class will be used for bit flag operations.
|
| DateConverter | This class is used to convert dates to strings and back using the PDF
date standards. |
| ErrorLogger | This class deals with some logging that is not handled by the log4j replacement.
|
| ExtensionFileFilter | A FileFilter that will only accept files of a certain extension.
|
| ImageParameters | This contains all of the image parameters for in inlined image.
|
| MapUtil | This class with handle some simple Map operations.
|
| Matrix | This class will be used for matrix manipulation.
|
| PDFHighlighter | Highlighting of words in a PDF document with an XML file.
|
| PDFMergerUtility | This class will take a list of pdf documents and merge them, saving the result
in a new document.
|
| 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.
|
| PDFText2HTML | Wrap stripped text in simple HTML, trying to form HTML paragraphs.
|
| PDFTextStripper | This class will take a pdf document and strip out all of the text and ignore the
formatting and such.
|
| PDFTextStripperByArea | This will extract text from a specified region in the PDF.
|
| ResourceLoader | This class will handle loading resource files(AFM/CMAP).
|
| Splitter | Split a document into several other documents.
|
| TextPosition | This represents a character and a position on the screen of those characters.
|
| TextPositionComparator | This class is a comparator for TextPosition operators.
|
| XMLUtil | This class with handle some simple XML operations.
|
This package contains utility classes that are used by the PDFBox project.