Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

CFPDF readsignaturefields

Community Beginner ,
Feb 25, 2021 Feb 25, 2021

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"/>

 

 

254
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 11, 2022 Nov 11, 2022

I am facing the same issue with Coldfusion 2021 Update 4 Standard Edition when I try to sign PDF files using <CFPDF>. 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 11, 2022 Nov 11, 2022

This is a guess, but maybe you need Enterprise to work with signatures.

 

Dave Watts, Eidolon LLC 

Dave Watts, Eidolon LLC
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Dec 05, 2022 Dec 05, 2022
LATEST

I think so too...thanks for the reply.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources