1. How Can PHP Sign PDF Documents Using Certificates that Allow the People that Will Receive the Documents to Verify their Authenticity
Updated on: 2022-09-28
Posted on: 2022-09-28
PDF is a popular format for generating documents that users can view or print.
Anybody can alter a PDF document using editing tools. In some cases, the original author does not want that the document is changed.
Certificates can be used by the PDF document author to digitally sign a document to assure that the original document is intact when the users view it.
The PDF document viewer programs can check the digital signature contained in a document to verify if it is still intact.
This package provides a pure PHP solution to sign existing PDF documents with x509 digital signatures.
More ... Post a comment See comments (0) Trackbacks (0)
Anybody can alter a PDF document using editing tools. In some cases, the original author does not want that the document is changed.
Certificates can be used by the PDF document author to digitally sign a document to assure that the original document is intact when the users view it.
The PDF document viewer programs can check the digital signature contained in a document to verify if it is still intact.
This package provides a pure PHP solution to sign existing PDF documents with x509 digital signatures.
More ... Post a comment See comments (0) Trackbacks (0)