[iText-questions] ItextSharp 5.3.5 corrupts signed PDF after a PDFAnnotation

2012-12-27 Thread Marcos de Carvalho Monteiro
I'm using ITextSharp version 5.3.5 to PDF signing and annotating. Recently I received just one signed PDF file which is being corrupted by my annotation procedure specifically from the second page. If you use my code to annotate on first page the problem does not occurs. The code bellow reproduces

Re: [iText-questions] PdfAnnotations stamps

2012-12-27 Thread 1T3XT BVBA
On 27/12/2012 12:41, John Renfrew wrote: > Is there some bit of wisdom I am missing or is this expected, if slightly > less than acceptable, behaviour? The syntax used by iText is correct according to ISO-32000-1, but the interpretation by some non-Adobe PDF viewers is at times flawed. I think

[iText-questions] PdfAnnotations stamps

2012-12-27 Thread John Renfrew
Working through the examples and have a question If I do PdfAnnotation.createStamp() When opening the file in Preview on a Mac I get a outline box with a cross If opened in Reader it shows correctly If opened in Acrobat it shows correctly and then if you SaveAs, to the same name will do, it then

[iText-questions] Source code for iTextSharp 3.1.3

2012-12-27 Thread Richard Blaha
Hi, I'm supporting older project, which uses iTextSharp 3.1.3. I found some issues in this version so I need the source to "repair it". I tried to migrate to newer version of iTextSharp, but the API has changed. And there are too many PDF documents which are generated by iTextSharp, so moving to