The same problem is in this question: Verify signed PDF Document in PHP , but the answer is not complete.
I have a public key file and a private key file. I have a signed PDF document, it was signed by using TCPDF.
How to verify if PDF is signed with this key? How to get $data
and $signature
for compare?