|
Mailing Lists
|
Home /
Groups /
ColdFusion Eclipse (CFEclipse)
change addwatermark so it will display on more than one page
Author: Damo Drumm
Short Link: http://www.houseoffusion.com/groups/cfeclipse/thread.cfm/threadid:1975#6057
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#">
|
May 25, 2013
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||