I'm generating PDFs in node.js.
My Goal is to digitally sign this PDFs before going on, to make sure any manipulation within these files is visible and also to gain some trust because the user is able to see these certificate in his pdf app.
I don't want to use another service, but haven't been able to find a library which is able to sign PDFs. Any hints?