Hi
Im trying to add a background to a PDF, im using the below code but its not
putting the picture behind the text its displaying on a second page
any tips would be great
<cfpdf action="merge"
destination="#request.maindrivePath#temppdf\#pdfname#"
overwrite="yes">
<cfpdfparam
source="#request.maindrivePath#testfiles\#qgetinvoice.INVOICE_PDFFile#">
<cfpdfparam
source="#request.maindrivePath#templates\#qgettemplate.COMPANY_Template#">
</cfpdf>
<cflocation url="temppdf/#pdfname#">