Copy link to clipboard
Copied
I am trying to get the signature field from a pdf and this message pops up:
PDF Digital Signatures is not available in this edition of ColdFusion server.
Running CF Standard 2018 update 10 with jdk-11.0.9.
<cfpdf action="readsignaturefields" source="#expandPath('./pdfsig_test_signed.pdf')#" name="signinfo" />
<cfdump var="#signinfo#" label="signinfo"/>
Copy link to clipboard
Copied
I am facing the same issue with Coldfusion 2021 Update 4 Standard Edition when I try to sign PDF files using <CFPDF>.
Copy link to clipboard
Copied
This is a guess, but maybe you need Enterprise to work with signatures.
Dave Watts, Eidolon LLC
Copy link to clipboard
Copied
I think so too...thanks for the reply.