Hasan, subasi wrote > i don't know how to wrap it by using PdfPKCS7 class. I should see some > example. On the other hand should i need to add certificate or/and hash to > the pdf document also?
On the iText http://itextpdf.sourceforge.net/howtosign.html How to sign a PDF using iText and iTextSharp there are numerous examples in which the PdfPKCS7 class is used to externally build a signature container. Let these samples guide you. Other samples use BouncyCastle classes to build a signature container which also might be ok for you. I don't have any samples of my own as I use yet other proprietary classes for signature container creation. Maybe other people on the list do. Regards, Michael. -- View this message in context: http://itext-general.2136553.n4.nabble.com/external-signing-with-using-mobile-signing-api-itextsharp-tp4213470p4217386.html Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Write once. Port to many. Get the SDK and tools to simplify cross-platform app development. Create new or port existing apps to sell to consumers worldwide. Explore the Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join http://p.sf.net/sfu/intel-appdev _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions iText(R) is a registered trademark of 1T3XT BVBA. Many questions posted to this list can (and will) be answered with a reference to the iText book: http://www.itextpdf.com/book/ Please check the keywords list before you ask for examples: http://itextpdf.com/themes/keywords.php
