Reputation: 353
I need to sign a pdf document with PADES standard.
I'm programming with c#.
Somebody can suggest something ?
Best regards
Piercarlo
Upvotes: 0
Views: 6132
Reputation: 5053
iTextSharp is what are you looking for. It is the ported version of iText to C#, and as Filipe Correia answered, it have support to PADES.
The PADES standard have 5 parts.
iText (Java) and iTextSharp (C#), both:
This document could help : http://lowagie.com/img/summit2012/pades.pdf
If someone want more details about PADES, could look here : http://www.etsi.org/deliver/etsi_ts/102700_102799/10277801/01.01.01_60/ts_10277801v010101p.pdf
Upvotes: 0
Reputation: 5677
You can try iText. Although I still haven't tried myself, it supports signing files using the PAdES standard. Here's a sample, and here's another.
Mind you, the latest version is dual licensed, Affero-GPL or a Commercial license. But there's an older version under the LGPL.
Upvotes: 3
Reputation: 46050
Did you check PDFBlackbox package of our SecureBlackbox product? It supports PAdES and the sample for C# is included right in the installation package.
Upvotes: 0