Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can i embed digital signature in pdf using PDFSharp in c#?

Is there any way in PDFSharp to embed the digital signature in pdf file.

like image 871
swapnil chandankar Avatar asked Dec 11 '15 09:12

swapnil chandankar


1 Answers

An implementation for digital signatures can be found on GitHub:
https://github.com/empira/PDFsharp/pull/11

I didn't test it yet, so I don't know if it works, how it works.

like image 180
I liked the old Stack Overflow Avatar answered Oct 17 '22 00:10

I liked the old Stack Overflow