AddImageToPDFValve
Add an image to one or more pages of an existing PDF document.
Valve operates on a single item.
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.