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:
Damo Drumm
08/27/2009 09:20 AM

Thank James I finally got it to work using the below code <cfpdf     action = "addwatermark"     source = "#request.maindrivePath#testfiles\#qgetinvoice.INVOICE_PDFFile#"     image = "templates\TEST.jpg"     foreground = "No"     overwrite = "yes"     pages = "1"     rotation = "0"      showonprint = "YES"     destination = "#request.maindrivePath#temppdf\#pdfname#"> Thanks for your help <cflocation url="temppdf/#pdfname#"> >I think the process works the same, but I'm not 100% certain.  I have only >used DDX for adding header and footers to a PDF, but it is my understanding >that watermarks work in a similar fashion.  Try the tutorial and read the >Livedocs info and that should help some (at least it helped me). > > >Thanks, > >James > >On Wed, Aug 26, 2009 at 2:33 AM, Damo Drumm <damien.drumm@quinn-group.com>wrote: > >>


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