I have to generate a PDF document and add a "signature field".
A signature field is a field that allow to third party service to digitally sign document.
Is it possible to do this in PHP with an open source solution ?
I saw https://manuals.setasign.com/setapdf-signer-manual/create-a-signature-field/.
I try to use tcpdf but i have no success.
Thanks.