I am glad u got it working.
James
On Aug 27, 2009 8:36 AM, "Damo Drumm" <damien.drumm@quinn-group.com> wrote:
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 hea...