hi
how to add digital signatures in pdf file in c#
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Atir TahirPosted Jan 12, 2020, 10:59 AM
Bharat VasantPosted Sep 3, 2019, 11:42 AM
Chittaranjan SwainPosted Aug 5, 2019, 3:11 AM
Mohamed AbedallahPosted May 30, 2019, 8:29 AM
To sign a file, you can use the PDFFile.SignDocument method. The code looks like this:
Note that the “signatureFileName” is the file containing the digital signature. This should be a valid PFX file and cannot be null.
To check if there's a signature in an existing PDF file, the code will be similar to this:
https://www.leadtools.com/help/leadtools/v20/dh/pdf/pdfsignature.html
Gajendra JangidPosted May 27, 2019, 2:00 AM
Leon DPosted May 26, 2019, 8:55 PM