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

PDF Digital Signature pkcs7 java

Community Beginner ,
Mar 06, 2018 Mar 06, 2018

I am using itext to sign the pdf document.

I will share the entire process with you for you to analyse.

First visual signature appearance is added to the document (But at this time signer name and other details is not present). Then document hash is generated and sent to e-sign provider along with eKYC-ID. Based on id they generate digital signature in pkcs7 format and send us back the same. Now we have to extract the signature and the user certificate and sign the pdf (Notice here, if we we try to add name to the signature appearance the document hash will change).

Please suggest any alternative if any to solve this issue using any pdf creation library...

TOPICS
Security digital signatures and esignatures
3.2K
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
1 ACCEPTED SOLUTION
LEGEND ,
Mar 07, 2018 Mar 07, 2018

This isn't really about Adobe products, but what is the actual issue? Getting the name? You must stamp before signing whatever you do. The signature appearance is really of no importance.

View solution in original post

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
LEGEND ,
Mar 07, 2018 Mar 07, 2018

This isn't really about Adobe products, but what is the actual issue? Getting the name? You must stamp before signing whatever you do. The signature appearance is really of no importance.

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
Engaged ,
Mar 07, 2018 Mar 07, 2018
LATEST

Datalogics ( http://www.datalogics.com/products/pdf/pdfjavatoolkit/ ) sells the PDF Java Toolkit developed by Adobe. It can handle digital signature creation directly.

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