TIFF to PDF Converter
This adapter creates a PDF document in 210 x 297 mm (DIN A4) format from a TIFF file (Multipage Tagged Image File Format), where each page in the TIFF file corresponds to one page in the PDF document. The graphics can be positioned in the PDF document and scaled proportionally based on the width of the image
Notice that .tif
files with alpha channels are not supported.
Properties
Operation | Determines which operation the adapter executes Possible values: |
Parameter
Adapter | Main class of the adapter (do not change!) Possible values: de.softproject.integration.adapter.pdf.Tiff2Pdf: Main class (default) |
toXML | Output PDF document Base64-encoded in an XML document Possible values:
|
Header | Text that appears as a heading in the PDF on each page Possible values: Any string |
xPos | Distance from the left side of the page in pt Possible values: Any integer |
yPos | Distance from the bottom of the page in pt Possible values: Any integer |
scale | Scale images and fit them into the PDF page Possible values:
|
Status values
1 | The operation was executed successfully. |
-1 | The operation failed due to a technical error. |
Output
The adapter outputs a PDF document as a binary data stream or as an XML document containing all pages of the multi-page TIFF file.