Uses of Interface
com.snowtide.pdf.OutputSource
-
Packages that use OutputSource Package Description com.snowtide.pdf This package contains a variety of core abstractions representing PDFDocument
s and theirPage
s, as well as various PDFxStream interfaces and implementations thereof that simply many PDF data extraction use cases.com.snowtide.pdf.layout This package contains interfaces and classes that PDFxStream uses to represent the document model implicitly defined by the content rendered by eachPage
in a PDFDocument
. -
-
Uses of OutputSource in com.snowtide.pdf
Subinterfaces of OutputSource in com.snowtide.pdf Modifier and Type Interface Description interface
Document
Interface implemented by all objects representing a PDF document.interface
Page
Provides access to the text, images, and attributes of a page extracted from a PDF document.Classes in com.snowtide.pdf that implement OutputSource Modifier and Type Class Description class
PDFTextStream
Deprecated. -
Uses of OutputSource in com.snowtide.pdf.layout
Subinterfaces of OutputSource in com.snowtide.pdf.layout Modifier and Type Interface Description interface
Block
Instances of this class represent groupings of text at a specific position on aPage
.interface
Line
Instances of this class represent distinct runs of text at a specific position within aBlock
.interface
Spaces
interface
Span
interface
Table
Blocks of this subtype have been recognized by PDFxStream to contain a table-like structure.interface
Word
-