sapp icon indicating copy to clipboard operation
sapp copied to clipboard

Certification vs Signature

Open UnsaDev opened this issue 2 months ago • 5 comments

Is it possible to certify a PDF with SAPP, or is it only for signature ?

Image

UnsaDev avatar Dec 26 '25 18:12 UnsaDev

Sorry for my ignorance, but I am not able to "certify" a PDF document using Adobe so that I can check the workflow. How am I supposed to certify documents?

Image

dealfonso avatar Dec 26 '25 21:12 dealfonso

The differences between Signing and Certifying are explained for example here https://www.globalsign.com/en/blog/certifying-vs-approval-signatures-in-adobe

Certify is like a seal, the document can't be modified at all after.

@hidasw made the work for TCPDF, certify, LTV, and TSA. And it works perfectly for PDF created with TCPDF.

But I wanted to use your package, for all other PDF, not created with TCPDF.

UnsaDev avatar Dec 26 '25 21:12 UnsaDev

@hidasw made the certification for TCPDF? could you please send a reference so that I can check if that feature can be added to sapp?

dealfonso avatar Dec 27 '25 11:12 dealfonso

I hope he will be able to explain how to do that. Yes his TCPDF fork is fully operational for LTV Certification, with the setSignature() method

Only one problem with TCPDF, it's fine for PDF created with TCPDF, but we can't certify existing PDF like I need to do.

UnsaDev avatar Dec 27 '25 12:12 UnsaDev

However, I have tested your LTV signature with my trusted certificate, it works properly with some changes, because my signature length is 37934, and my extraverts if formatted with \r\n. I make a PR to take it into account. It's not the certification I need, but good job.

UnsaDev avatar Dec 27 '25 12:12 UnsaDev