swapnil chandankar
swapnil chandankar

Reputation: 87

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.

Upvotes: 6

Views: 7866

Answers (1)

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.

Upvotes: 2

Related Questions