Package org.apache.pdfbox.util

This package contains utility classes that are used by the PDFBox project.

See:
          Description

Class Summary
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.
ICU4JImpl This class is an implementation the the ICU4J class.
ImageIOUtil This class handles some ImageIO operations.
ImageParameters This contains all of the image parameters for in inlined image.
LayerUtility This class allows to import pages as Form XObjects into a PDF file and use them to create layers (optional content groups).
MapUtil This class with handle some simple Map operations.
Matrix This class will be used for matrix manipulation.
PageExtractor This class will extract one or more sequential pages and create a new document.
PDFCloneUtility Utility class used to clone PDF objects.
PDFHighlighter Highlighting of words in a PDF document with an XML file.
PDFImageWriter This class will take a PDF document and strip out all of the text and ignore the formatting and such.
PDFMarkedContentExtractor This is an stream engine to extract the marked content of a pdf.
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.
PositionWrapper wrapper of TextPosition that adds flags to track status as linestart and paragraph start positions.
ResourceLoader This class will handle loading resource files(AFM/CMAP).
Splitter Split a document into several other documents.
StringUtil  
TextNormalize This class allows a caller to normalize text in various ways.
TextPosition This represents a string 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.
 

Package org.apache.pdfbox.util Description

This package contains utility classes that are used by the PDFBox project.