PDF4Java Reference Documentation
Inheritance Hierarchy
In This Topic
    com.o2sol.pdf4java.content.text Package
    In This Topic
    Provides support for text extraction from PDF files.
    Classes
    ClassDescription
    Defines the options for extracting text from PDF files.
    Defines a glyph drawn on the PDF page.
    Defines a collection of glyphs in a text run.
    Defines a line of text returned by a text extraction operation.
    Defines a collection of lines returned by a text extraction operation.
    Defines a run of text displayed on a PDF page.
    A text run is defined by a single 'show text' PDF operator. All the glyphs in a text run share the same graphic attributes.
    Defines a collection of text runs on the PDF page.
    Defines the result returned by a text search operation.
    Defines a collection of results returned by a text search operation.
    Defines a word returned by a text extraction operation.
    Defines a collection of words returned by a text extraction operation.
    Enumerations
    EnumerationDescription
    Defines the supported options when searching text in PDF pages.
    See Also