Merging multiple PDFs in a single advanced PDF template

<?xml version="1.0"?><!DOCTYPE pdf PUBLIC "-//big.faceless.org//report" "report-1.1.dtd">
<pdfset>
<!pdf tag>
<pdf>
<body>
Document body here
</body>
</pdf>
<!url from variables>
<pdf src=”${doc1Url}” />
<pdf src=”${doc2Url}” />
<!-static url>
<pdf src=”<urlfromNsfile>” />
<!-dynamic loop>
<#list records as record>
<pdf>
<body>
${reord.name}
</body>
</pdf>
</#list>
</pdfset>

Leave a comment

Your email address will not be published. Required fields are marked *