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