House of Fusion
Search over 2,500 ColdFusion resources here
  
Home of the ColdFusion Community

Mailing Lists
Home / Groups / ColdFusion Eclipse (CFEclipse)

Add Background to PDF

Author:
James White
08/25/2009 10:30 AM

try 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#"> > >


Search cfeclipse

February 11, 2012

<<   <   Today   >   >>
Su Mo Tu We Th Fr Sa
       1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29