Hi
Im using a JPG watermark in coldfusion to display as a background on a PDF, but 
the problem is its taking up quict a bit of space as i need it on every page. 
is there something else I could use instead of a watermark to reduce the size 
of the file?
heres the code im using at the moment:

<cfpdf
    action = "addwatermark"
    source = "#TEST#"
    image = "#request.mainfilePath#Test2#"
    foreground = "No"
    overwrite = "yes"
    pages = "#totalpages#"
        opacity = "10"
        Position = "10, -50"
     showonprint = "YES"
    destination = "#TEST3#"> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:328505
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to