pdf-raku / PDF-API6

Facilitates the creation and modification of PDF files
Artistic License 2.0
6 stars 3 forks source link

todo: Digital Signing #13

Open dwarring opened 1 year ago

dwarring commented 1 year ago

Would be nice to have the ability to digitally sign documents in various ways. See Adobe technical documentation: https://www.adobe.com/devnet-docs/acrobatetk/tools/DigSig/Acrobat_DigitalSignatures_in_PDF.pdf.

There are some online services that claim to be able to verify digital signatures and could be used for verification purposes.

PDF::Class has the PDF::Signature class. I think we'll also need an independent module.

Note that verification is a harder problem that signing. All (or at least most) types of signatures need to be supported.