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

Mailing Lists
Home / Groups / ColdFusion Eclipse (CFEclipse)

change addwatermark so it will display on more than one page

Author:
Damo Drumm
08/27/2009 09:17 AM

Hi im using the below code to add a watermark to a PDF, the only problem is its only displaying the Watermark on the first page of the PDF. for example I have a PDF with 30 pages I only get the watermark for the first page any tips on how I can cnage this so the watermark will show on each page Thanks <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#"> <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