Re: [iText-questions] PDF/A creation from image stopped working in iTextSharp 5.3.5

2013-02-07 Thread Leonard Rosenthol
On 2/7/13 5:50 AM, "Berend" wrote: >How do I do that Acrobat syntax check? (I only have acrobat reader, not >professional) You have Adobe Reader. If you want to do the Acrobat syntax check, you need Adobe Acrobat. If you are going to be doing PDF development, you will find it indispensable. (of

Re: [iText-questions] PDF/A creation from image stopped working in iTextSharp 5.3.5

2013-02-07 Thread iText Info
Op 7/02/2013 16:10, Berend schreef: > Can you give me a hint how to solve the problem? Can I give you a hint? No, the report is what it is. Can anybody else give you a hint? Maybe, I've made a ticket on the iText paid support ticketing system. I don't know if the ticket will get priority. If you'

Re: [iText-questions] PDF/A creation from image stopped working in iTextSharp 5.3.5

2013-02-07 Thread Berend
Can you give me a hint how to solve the problem? -- View this message in context: http://itext-general.2136553.n4.nabble.com/PDF-A-creation-from-image-stopped-working-in-iTextSharp-5-3-5-tp4657559p4657567.html Sent from the iText - General mailing list archive at Nabble.com. --

Re: [iText-questions] PDF/A creation from image stopped working in iTextSharp 5.3.5

2013-02-07 Thread Berend
I have copied the output PDF in my dropbox: https://dl.dropbox.com/u/39711085/test.tif.pdf How do I do that Acrobat syntax check? (I only have acrobat reader, not professional) -- View this message in context: http://itext-general.2136553.n4.nabble.com/PDF-A-creation-from-image-stopped-working-

Re: [iText-questions] PDF/A creation from image stopped working in iTextSharp 5.3.5

2013-02-07 Thread Berend
I have copied the output PDF in my dropbox: https://dl.dropbox.com/u/39711085/test.tif.pdf How do I do that Acrobat syntax check? (I only have acrobat reader, not professional) -- View this message in context: http://itext-general.2136553.n4.nabble.com/PDF-A-creation-from-image-stopped-working-

Re: [iText-questions] PDF/A creation from image stopped working in iTextSharp 5.3.5

2013-02-07 Thread iText Info
Op 7/02/2013 14:40, Berend schreef: > The validator validates the output PDF as PDF/A 1a without any warnings or > errors. Yes, but what does Acrobat tell you about the syntax? Can you share a PDF? -- Free Next-Gen Firewal

Re: [iText-questions] PDF/A creation from image stopped working in iTextSharp 5.3.5

2013-02-07 Thread Berend
Yes, I am as sure as I can be about that. I use this validator: http://www.pdf-tools.com/pdf/validate-pdfa-online.aspx The validator validates the output PDF as PDF/A 1a without any warnings or errors. -- View this message in context: http://itext-general.2136553.n4.nabble.com/PDF-A-creation-f

Re: [iText-questions] PDF/A creation from image stopped working in iTextSharp 5.3.5

2013-02-07 Thread iText Info
Op 7/02/2013 14:17, Berend Engelbrecht schreef: > Creating PDF file 'test.tif.pdf' from image 'test.tif' ... > Unbalanced marked content operators. > Unbalanced marked content operators. > Failed to create PDF file. > Done. Press Enter to end program. Unbalanced marked content operators usually don

[iText-questions] PDF/A creation from image stopped working in iTextSharp 5.3.5

2013-02-07 Thread Berend Engelbrecht
Hello, I have a program that creates PDF/A files from images. I tried to update the iTextSharp version that is used in the program from 5.3.2 to 5.3.5, but then it stops working. If I use 5.3.4 or an older 5.3.x version, my code works as expected. I have uploaded a simplified version of my s