You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 3, 2026. It is now read-only.
I tried following the README.md using a P12 file. From my reading of how it is used in the documenso/documenso repo, the output is a signature instead of a buffer than can be written into output PDF file. This is contrary to what the example code indicates: signedPdf.
Extra functionalities in documenso/documenso are needed, such as updateSigningPlaceholder, addSigningPlaceholder. Would be great if this could be moved into the pdf-sign package, so that I can have a full-CLI method of signing a PDF.
For now, I am using pyHanko.
I tried following the README.md using a P12 file. From my reading of how it is used in the documenso/documenso repo, the output is a signature instead of a buffer than can be written into output PDF file. This is contrary to what the example code indicates:
signedPdf.Extra functionalities in documenso/documenso are needed, such as
updateSigningPlaceholder,addSigningPlaceholder. Would be great if this could be moved into the pdf-sign package, so that I can have a full-CLI method of signing a PDF.For now, I am using pyHanko.