C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,836 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I want to digitally sign .pdf file using .pfx certificate with c# code (.net 4.0).
This digital signature has to be attached on all pages of PDF.
Please suggest C# sample code for this