Name

adams.flow.transformer.PDFCreate


Synopsis

Actor for generating PDF files. Images (GIF/PNG/JPEG), plain text files and CSV files are supported. CSV files are automatically added as tables (if they contain comments, then these will get added as well).
The filename of the generated PDF is forwarded.


Additional information

Flow input/output:
- input: java.lang.String, java.lang.String[], java.io.File, java.io.File[]
- output: java.lang.String


Options