--
Upcoming events: http://www.meetup.com/Triangle-Area-ColdFusion-Users-Group/
Follow us on Twitter: @tacfug
---
You received this message because you are subscribed to the Google Groups "TACFUG" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tacfug+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Have you looked at verisign? I don't think you'll be able to do this natively.
David, you don’t say the version you’re on but note that CF 11 can indeed sign a PDF. But I realize that may not be what you want, so keep reading.
First, for anyone interested, CF11 can put a signature on a page. One would not do it with CFDocument (which just creates a PDF from html content.) Instead one would use CFPDF action=”sign”, which supports things like naming the page, the location on the page to place it, its height and width, etc., as well of course the name, password, etc.
But David says in the subject he wants a field “so another can sign” and then says that his client “would like to have a spot….to digitally sign it”, so he may not therefore want the document to be signed *from within CF*.
Even so, it appears you may be covered there. Note that the docs say you can also use CFPDF to set a PDF to *allow for signing by a user*. See action”protect” and permission=”allowsecure”, though I’ve not used either.
For more, see: https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-tags/tags-p-q/cfpdf.html (yep, that’s the CF2016 docs, and sadly only toward the bottom do they indicate that signing is new to 11. It’s not in the history at the top.)
Let us know if that helps and how it works out for you.
/charlie
--