CFPDF - adding watermark image with a transparent background (png or gif)
Hi,
I'm have trouble getting an added watermark with a transparent background to display properly when adding it to a pdf using <cfpdf>. My code below:
<cfpdf
action = "addwatermark"
source = "sample_ddx.pdf"
image = "starburst.png"
foreground = "yes"
isBase64 = "yes"
overwrite = "yes"
pages = "1"
showonprint = "yes"
position = "0,0"
opacity = "10"
destination = "sample_ddx_startburst.pdf"
>
I've tried changing isBase64, foreground, etc and it always changes the transparent part of the gif or png to white. Has anybody ever been able to get this to work? I haven't been able to find anthing in the doc's that say it isn't supported...
Thanks for any info anyone might have....
-Michael
