pdf_signing
pdf_signing copied to clipboard
Rust library for adding signatures and digitally sign PDF documents.
Fixes
Hi @ralpha , I have been trying to run your example after creating all required certs, unfortunately I'm getting this error. ``` error: failed to select a version for the...
When a document is signed by running the sign_doc.rs the information defined in the UserSignatureInfo struct is ignored by acrobat. Instead it takes user information from the certificate instead. ```rust...
Hi @ralpha Thanks for this project its great. I am just trying it out now but not sure what data I am meant to be referencing with the `form_id` field....
Currently there is an issue with this package that does not allow the signatures to be verified in Adobe after the image objects have been inserted into the document. In...
After reading code of the example, I notice that there must be some acroform in the pdf。Can you show some code that will be able to add such kind of...
## Summary This PR introduces a new function to create and insert signature fields into PDF documents, modernizes image handling, and updates dependencies to keep the codebase current. These changes...