I am working on CF9 and I am making a pdf. We did this in CF7, but it's much
different in CF9. I have a signature that certifies my document and it's in
.gif form. I need to import that into the pdf right where a form field goes.
I have
<CFSET image = expandpath("images\A_CO_Signature.gif")>
<cfpdfformparam name="CO_Signature" value="#image#">
But that puts the image path into the field, not the image.
A coworker friend told me that it can be done a particular way, but I'd like to
know if that's the best way or the standard way of getting this done.
<cfpdf action="addwatermark" image="signature.jpg" opacity="10"
position="75,265" source="#variables.mainPDF#" pages="6" foreground="yes"
destination="#variables.finalPDF#" showonprint="true" overwrite="true">
thank you for your time and replies.
daniel
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive:
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357428
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm