Re: [iText-questions] Using iTextSharp v5.3.3.0 in VB.NET to digitally sign a PDF

2012-11-12 Thread Hyuga
Thanks a lot! I haven't found those tutorials, and they have helped me a lot. Thanks again! 2012/11/12 1T3XT BVBA > On 12/11/2012 8:05, Hyuga wrote: > > Following this thread, I've seen that iText 5.3.4 has been released. > > There is a date for the release of iTextSharp 5.3.4? > > Yes, this

Re: [iText-questions] Using iTextSharp v5.3.3.0 in VB.NET to digitally sign a PDF

2012-11-11 Thread 1T3XT BVBA
On 12/11/2012 8:05, Hyuga wrote: > Following this thread, I've seen that iText 5.3.4 has been released. > There is a date for the release of iTextSharp 5.3.4? Yes, this is scheduled for this week. > Will this release contain the functions for signing PDF documents > presented in the White Paper

Re: [iText-questions] Using iTextSharp v5.3.3.0 in VB.NET to digitally sign a PDF

2012-11-11 Thread Hyuga
Following this thread, I've seen that iText 5.3.4 has been released. There is a date for the release of iTextSharp 5.3.4? Will this release contain the functions for signing PDF documents presented in the White Paper about Digital Signatures? Thanks a lot. 2012/10/24 José Santiago Bonilla Pazmiñ

Re: [iText-questions] Using iTextSharp v5.3.3.0 in VB.NET to digitally sign a PDF

2012-10-24 Thread José Santiago Bonilla Pazmiño
You are right, just checked C# source, my mistake. Regards, Jose. El miércoles, 24 de octubre de 2012, Hyuga escribió: > Jose, thanks for your answer, but I've tried the before making > the question, and haven't found anything. > > If I simply make a search of the words "IExternal" I can find

Re: [iText-questions] Using iTextSharp v5.3.3.0 in VB.NET to digitally sign a PDF

2012-10-23 Thread Hyuga
Jose, thanks for your answer, but I've tried the before making the question, and haven't found anything. If I simply make a search of the words "IExternal" I can find "iTExtSharp.text.pdf.security.IExternalSignature" only, and if I try to find something containing the words "ExternalDigest", the

Re: [iText-questions] Using iTextSharp v5.3.3.0 in VB.NET to digitally sign a PDF

2012-10-23 Thread José Santiago Bonilla Pazmiño
HI, itextsharp uses the same nomenclature that C#, so: ExternalDigest is an Interface and interface names start with "I". You should use IExternalDigest and create your own, or use an existing one. A simple CTRL+F: "ExternalDigest" would have solved your problem. Regards, Jose El martes, 23 de

[iText-questions] Using iTextSharp v5.3.3.0 in VB.NET to digitally sign a PDF

2012-10-22 Thread Hyuga
Hello everybody! I am trying to use iTextSharp to sign digitally a PDF previously created. I've upgraded my iTextSharp.dll version to 5.3.3.0 (I was previously using an elder version just for creating the PDFs), I have found the White Paper about Digital Signatures written by Mr. Lowagie and, of c