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.