How to append an existing PDF to a PDF template

When we need to add a static PDF page in a PDF template. The user can create the static PDF file separately and can append it to the PDF template.

This can be achieved by <pdfset>.

<pdfset>
<pdf>
<!— Enter the PDF template here–>
</pdf>
<pdf src=”${url}” />
</pdfset>

Here the url is the PDF file url.

Leave a comment

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