Is this pdf digital signed correctly? PHP/TCPDF
I'm updating a project for my company and there is a section where we need to digitally sign a pdf with our certificate file. In this case, I should change the script that signs this pdf using an updated library from PHP. In the old code, we were using another script to make happen that, and we had to use a .p12 file + a string. Using this old script, when you open the created pdf with Acrobat Reader DC we get the next image where you can see that says "Signed and all signatures are valid". In the new script, I'm using the next example: https://tcpdf.org/examples/example_052/ To be able to