|
Mailing Lists
|
Home / Groups / ColdFusion Eclipse (CFEclipse)
Add Background to PDFtry using the watermark option for the cfpdf tag and using a ddx file. You use ddx files to create watermarks, header/footer, table of contents, etc. Here's a link to the Adobe site that has a tutorial (with code) on how to manipulate PDF files with cfpdf: http://www.adobe.com/devnet/coldfusion/articles/ddx_pdf.html Hope that helps. JW On Tue, Aug 25, 2009 at 9:26 AM, Damo Drumm <damien.drumm@quinn-group.com>wrote: > > 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#"> > > |
February 11, 2012
|
Latest Fusion Authority Articles
|
|||||||||||||||||||||||||||||||||||||||||||||||||