fawno / FPDF

FPDF is a PHP class which allows to generate PDF files with pure PHP. F from FPDF stands for Free: you may use it for any kind of usage and modify it to suit your needs.
http://www.fpdf.org/
MIT License
15 stars 4 forks source link

PDF with signature #2

Closed angeljqv closed 2 years ago

angeljqv commented 2 years ago

See https://github.com/dealfonso/sapp

The signature guarantees the document's integrity and it allows the recipient to identify the signer of a document.

Any chances to have that functionality on FPDF?

alphp commented 2 years ago

SAPP is a very interesting project. The signature implementation is also an interesting improvement. However, being a complex implementation, I can't spend any efforts to create it.

If you need to sign a PDF, you can always use SAPP. That said, if someone builds an implementation for FPDF, I'd be happy to add it.

angeljqv commented 2 years ago

Ok, thanks

systemsolutionweb commented 2 years ago

This functionality would be great in FPDF