Package pdfts.examples
The source code for all classes in this package are included in every
PDFxStream distribution, provided to demonstrate how various interfaces
and extension points can be utilized to satisfy specialized PDF data extraction requirements.
-
Class Summary Class Description GoogleHTMLOutputHandler This class is an exampleOutputHandler
implementation that builds an XHTML document to mimic the HTML view that Google offers for indexed PDF documents.XMLFormExport This class extracts all interactive form data from aDocument
(or from a PDF file specifiedvia command line
), and builds up an XML DOM Document instance containing the extracted form data.XMLOutputTarget This class is an exampleOutputHandler
implementation that builds up a DOM XML model of extracted PDF content.