Issue with Adding Multiple Signatures to PDF by iteration: Except 1st signature "Annotation Deleted" in Adobe Acrobat #1672
Unanswered
VishnuPriyan021
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Introduction
I need to add multiple digital signatures to a PDF using the PDFLib and pdfLibPlaceholder library in a multipart signature approach, where signatures can be added either simultaneously or in different iterations. However, I'm encountering an issue where, after adding the first signature, subsequent signatures are not being added correctly. When opening the PDF in Adobe Acrobat, other than first signature appears as "Annotation deleted."
How did I attempt to do it?
What actually happened?
Package does not throw an error message. but resultant pdf shows Annotations deleted in adobe tool
What did I expect to happen?
Implemented code
input.pdf
Additional info
Environment:
Node.js version: [v20.11.1]
PDFLib version: 1.17.1]
Operating System: [Windows 11]
Thank you in advance for your help! Any insights or solutions to resolve this issue would be greatly appreciated. I'm specifically looking for guidance on how to ensure that all signatures are correctly applied and recognized by Adobe Acrobat without causing the "Annotation deleted" issue.
Beta Was this translation helpful? Give feedback.
All reactions