Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate a certificate and digital signature along with timestamp from the normal pdf. #4551

Open
2 tasks done
saijoro opened this issue Mar 12, 2025 · 0 comments
Open
2 tasks done

Comments

@saijoro
Copy link

saijoro commented Mar 12, 2025

Node.js Version

v20.0.0

NPM Version

v10.9.0

Operating System

Mac or Ubuntu

Subsystem

crypto, buffer, fs, stream, Other

Description

I am working on a pdf digital signature part,

Here, i want to digitally sign a pdf document for secure and verified document,

After my operations are done with the pdf, then i want to run a function that takes the pdf file and parses it and add a digital signature, can use any package for this.

Present i tried with

@signpdf
@signpdf/signpdf
@adobe/pdfservices-node-sdk
forge
fs
node-fetch
node-signpdf
pdf-lib
pkijs
sign-pdf-lib

i used packages, but not reached the expected mark,

Note: i want to take a normal pdf and add digital signature with timestamp, such that adobe says it's verified pdf, and also add a certificate to it,

These all details will be shown in the adobe acrobat

Minimal Reproduction

No response

Output

If you interested in knowing more about my problem, please reach out and i will give appropriate information

Before You Submit

  • I have looked for issues that already exist before submitting this
  • My issue follows the guidelines in the README file, and follows the 'How to ask a good question' guide at https://stackoverflow.com/help/how-to-ask
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant