Hello everyone,
I was wondering if someone can help me render a pdf by passing a url of the file to the XML template.
Here a sample of my XML file
<pdfset>
<pdf>
static data here
</pdf>
<pdf background-macro="watermark"
src="${JSON.fileurl}">
</pdf>
</pdfset>