RenderPDFUnit
Class name |
com.ebd.hub.datawizard.iu.RenderPDFUnit |
Important note: Needs additional Java classes. Please contact our support if you are interested.
This Integration Unit is able to convert a PDF file into a TIFF file.
The PDF format contains binary data, which cannot be parsed. As a consequence, the Integration Unit does not expect the PDF data from the target tree of a mapping. Instead, it directly reads the input data of the job (i.e. the backup file).
Parameters
Parameter |
Description |
Number of pixel on short page side |
Defines the number of pixels of the shorter side of the TIFF file to be created (the other side stays proportional). Default: " 2362" . |
Render in black and white |
If "true", the TIFF file is created in black and white (bit depth 1). Default: " false" . |
Example
To receive a PDF file and archive it as a TIFF file use
an arbitrary Input Agent,
the DummyPreParser, to not pass binary data to the parser,
the RenderPDFUnit in phase 5 and
a Response with content "Content of IU" and encoding "8859_1" to archive or send the created TIFF file.