[iText-questions] C# PDF signing issue

2011-01-28 Thread Alexander, Sterling
Hi, I'm rather new to iText and I am trying to self sign a PDF with a generated pfx file and I'm running into an issue where the signature shows as invalid. The exact error is that "The document has been altered or corrupted since the Certificate was applied" (big red X on the nice signature).

Re: [iText-questions] How to implement in Visual Studio

2010-05-29 Thread Alexander, Sterling
If you are using this on a webserver, try putting the itextsharp.dll in your winnt/assemblies directory and then, in your c# source file, import what you need (using iTextSharp.pdf;, using iTextSharp.text;, etc) __ Sterling Alexander System Administrator City

[iText-questions] Form filed question

2010-04-01 Thread Alexander, Sterling
Hi, I have just started using iText and if I missed an obvious place to find the answer to this question, please point me in a direction. I am searching for a method of clearing the FF_READ_ONLY flag from a form field. I have searched a bit and tried the following but always get the following