Relative Content

Tag Archive for phptcpdf

Validate digital signature using TCPDF PHP

I created a signed PDF file by using TCPDF.
I used this function: setSignature()
Howerver I can not find any function to validate this signed PDF file.
Following example 52 of TCPDF documment, they guildle me to use Acrobat Reader but I want to do it by myself (without using another app).