See: Description
| Class | Description |
|---|---|
| ConvertUnicodeToHex |
This utility reads any string and converts the non-ASCII characters
into their corresponding Unicode hex-code ("€" for the Euro character).
|
| ExtractBookmarks |
This utility extracts all bookmarks of a pdf document
to a file in XML format.
|
| ExtractEmbeddedFiles |
This utility extracts all embedded files from a PDF document and writes
them to a text file.
|
| ExtractFieldInfo |
This utility extracts data about all formular fields inside a pdf document
to a file in XML format.
|
| ExtractFontInfo |
This utility extracts data about all used fonts of a pdf document
into an XML file.
|
| ExtractImages |
This utility extracts embedded images of a pdf-document
to png images.
|
| ExtractJavaScript |
This utility extracts JavaScript from a PDF document and writes
it to a text file.
|
| ExtractNamedDestinations |
This utility extracts all named destinations of a pdf document
to a file in XML format.
|
| ExtractSignatureInfo |
This utility extracts data about signatures and certificates of a pdf
document to a file in XML format.
|
| ExtractXFAData |
This utility extracts the XFA data of a pdf document
to a file in XML format.
|
| ExtractXMPData |
This utility extracts the XMP metadata of a pdf document
to a file in XML format.
|
| ExtractZugferdData |
This utility extracts all ZUGFeRD data from a PDF document and writes
them to a text file.
|
| RenderPdfPageRegionToImage |
This utility extracts a section of a rendered page a pdf-document
as a png file.
|
| RenderPdfToImages |
This program renders a complete pdf document and creates
a png image for each page.
|
| UtilityBase |
Base class for extraction programs.
|
| Exception | Description |
|---|---|
| PDFUnitInvalidProgramInvokeException |
Exception thrown when extraction programs are invoked with wrong parameters.
|
Copyright (C) PDFUnit.com. See here for license.