I am building a basic workflow in ColdFusion 2016 where the user has to collect signatures/approval for a project.
For various reasons, the user wants to be able to send out a PDF and collect back the digitally signed file for upload.
I am probably overthinking the process, but I am wanting to check the returned document against the internal record of who was supposed to be signing the document (it would also make it easier on the end-user since I can automatically mark the signature as received).
Using CFPDF I can validate that the document is signed and that the signature is valid, but I would like to be able to extract who signed it if possible (to test that the person who signed it was the person who was supposed to sign for it).
Any ideas??
You have not shared any code so I have no idea what you have tried but according to the documentation ColdFusion 11 added support for reading signatures from PDF files.
CFPDF Documentation
Further down at the bottom of the documentation: