AddImageToPDFValve
Add an image to one or more pages of an existing PDF document.
Valve operates on a single item.
Properties
Example Configuration
{ "name" : "AddImageToPDFValve", "enabled" : "true", "config" : { "pathToImage" : "<path to my image>/theimage.png", "pdfSource" : "{{session.pdf_data}}", "imagelocation" : "northwest",
"imagepadding":"10" } }
NOTE: AddImageToPDFValve will generate the property "pdfupdated" to the flow.
More information about the use of this valve can be found here.
Requirements
Item set must have one entry. Image must be located on local filesystem and be of typ .png.