Digital Signing vs PDF/UA Alternative Text

Hi,

The signing PDF by GemBox.PDF havent a PDF/UA Alternative Text for Signatures / TimeStamps

How add these Alternative Text for Signatures for full validate the PDF for PDF/UA Compliance ?

Software to validate PDF/UA and WCAG compliance : Download - PAC

PDF fully Compliant PDF/UA / WCAG : https://www.pdflib.com/fileadmin/cookbooks/PDFlib/results/invoice_pdfua1.pdf (before signing)

Regards
Pawel

Hi Pawel,

After the signatureField is created, use the following:

signatureField.Tooltip = signatureField.Name;

Regards,
Stipo

Thanks! It Works!

PS. I Will Check it with LTA (Additional TimeStamp) yet.

timestampField.Tooltip = timestampField.Name;

Works ! Thanks a lot!
Regards
Pawel