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 JavaScript from a PDF document and writes
it to a text file.
|
ExtractFieldsInfo |
This utility extracts data about all formular fields inside a pdf document
to a file in XML format.
|
ExtractFontsInfo |
This utility extracts data about all used fonts of a pdf document
to a file in XML format.
|
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.
|
ExtractSignaturesInfo |
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.
|
RenderPdfClippingAreaToImage |
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.