Re: [iText-questions] iText error in signing big PDF files: SigDict /Contents illegal data

2012-06-13 Thread Paulo Soares
Bugs show up in the strangest places. This was a side effect of supporting pdfs over 2G, thank you all for spotting it. It will be fixed in time for this month's release. Paulo On Wed, Jun 13, 2012 at 1:27 PM, roboboot wrote: > If I understand well, I have to wait a patch to the code (I assume t

Re: [iText-questions] iText error in signing big PDF files: SigDict /Contents illegal data

2012-06-13 Thread roboboot
If I understand well, I have to wait a patch to the code (I assume the fastest way is to use directly append(double)). Or I have to recompile to myself the iText code ;) Let me know Thanks a lot Roberto mkl wrote > > Roberto, Andreas, > > this indeed is a bug in iText. > > Everything in the

Re: [iText-questions] iText error in signing big PDF files: SigDict /Contents illegal data

2012-06-12 Thread roboboot
If you want to do the same test, here is the unsigned file: https://www.dropbox.com/s/09qoh1z4gl8zde1/200MB.pdf And Yes, as in the previous post, I confirm the size of the signed file. thx Andreas Kuehne-3 wrote > > Hi Michael, > > as usual you right: There is a strange difference in the calc

Re: [iText-questions] iText error in signing big PDF files: SigDict /Contents illegal data

2012-06-12 Thread roboboot
Yes the exact size of the signed file is: 212.643.376 byte Instead the size of the unsigned file is: 212.622.670 byte thx mkl wrote > > Roberto, > > Roberto Battistoni wrote >> Here is an example of file that once signed has the problem: > > What is the exact size of that file? When I downlo

Re: [iText-questions] iText error in signing big PDF files: SigDict /Contents illegal data

2012-06-12 Thread roberto battistoni
Yes, sure. Here is an example of file that once signed has the problem: https://www.dropbox.com/s/r73oq4y3p96h7nr/200MB.signed.pdf iText version I use is: 5.2.1 thanks a lot Roberto >Hi Roberto, > >your code doesn't seem to conrain any 'fail over 30 MB' condition. Could >you manage to upload a

Re: [iText-questions] iText error in signing big PDF files: SigDict /Contents illegal data

2012-06-12 Thread Andreas Kuehne
Hi Roberto, your code doesn't seem to conrain any 'fail over 30 MB' condition. Could you manage to upload a sample to somewhere? Posting such a huge file on the list wouldn't be fun ;-) Greetings Andreas > I am trying to sign a lot of PDF files using iText (latest version) for Java. > But I h

[iText-questions] iText error in signing big PDF files: SigDict /Contents illegal data

2012-06-11 Thread Roberto Battistoni
I am trying to sign a lot of PDF files using iText (latest version) for Java. But I have problem with big ones. With files with size over 30 MByte (until 120 MByte) I get a signature non valid error in the Acrobat Reader (and other readers) with this message: SigDict / Contents illegal data The

Re: [iText-questions] IText error : trailer not found

2012-01-09 Thread Rick.Wellman
+1, +100, +1 (take your pick) From: Leonard Rosenthol [mailto:lrose...@adobe.com] Sent: Monday, January 09, 2012 1:33 PM To: Post all your questions about iText here Subject: Re: [iText-questions] IText error : trailer not found I would MOST DEFINITELY tell your client that they are

Re: [iText-questions] IText error : trailer not found

2012-01-09 Thread Leonard Rosenthol
iText-questions] IText error : trailer not found Hi, Some more information on this issue is that i can able to view the PDF file in Adobe Acrobat reader and when i pass it to PdfReader in IText Java it throws an exception "trailer not found". When i repair a PDF using some tool then it

Re: [iText-questions] IText error : trailer not found

2012-01-09 Thread Singhmatta, Kawaljeet
Hi, Some more information on this issue is that i can able to view the PDF file in Adobe Acrobat reader and when i pass it to PdfReader in IText Java it throws an exception "trailer not found". When i repair a PDF using some tool then it works fine. I cannot tell my client to change the PDF pr

[iText-questions] iText Error while adding paragraph

2010-01-13 Thread Traian Decebal
Hi all, I use iText to generate a document with chapters. The difference in that I use a bigger font for chapter names. This is the code that generated the error : document.add(Chunk.NEWLINE); String text = "VIII. Domeniul in care s-au produs evenimente:"; Paragraph p = ne

[iText-questions] Itext Error

2009-10-08 Thread Cristian Pérez
Hello, I installed the iText.jar in my coldfusion Server and stop/restart the services. I check the log server and saw : "Error","main","10/08/09","18:23:05",,"Unable to initialize Document service: java.lang.NoSuchMethodError: com.lowagie.text.FontFactory.getFontFaces()Ljava/util/Map;" You h

Re: [iText-questions] Itext error invoking pdf

2008-05-29 Thread manjunath
9, 2008 10:58 AM >> To: itext-questions@lists.sourceforge.net >> Subject: [iText-questions] Itext error invoking pdf >> >> >> Hi, >> >> I have this error from itext when i invoke itext through my >> web application >> using Struts 1.1. Please

Re: [iText-questions] Itext error invoking pdf

2008-05-29 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of manjunath > Sent: Thursday, May 29, 2008 10:58 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] Itext error invoking pdf > > > Hi, >

[iText-questions] Itext error invoking pdf

2008-05-29 Thread manjunath
Hi, I have this error from itext when i invoke itext through my web application using Struts 1.1. Please let me know the reason and possibly the fix for this. javax.servlet.ServletException: ExceptionConverter: com.lowagie.text.DocumentException: The document is open; you can only add Elements

Re: [iText-questions] iText Error

2007-01-11 Thread Paulo Soares
The method in question is and has always been public. Paulo - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Thursday, January 11, 2007 9:37 PM Subject: Re: [iText-questions] iText Error > > Loosely_ translated, protected methods in the PdfWriter class can only &

Re: [iText-questions] iText Error

2007-01-11 Thread rachel.kozlowski
t: Thursday, January 11, 2007 4:01 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] iText Error Hello, I am trying to set text in absolute positions using iText (code below). Everything works fine in my code except that part. I always get an error: Class coldfusion.runtim

[iText-questions] iText Error

2007-01-11 Thread NetDvlpr
Hello, I am trying to set text in absolute positions using iText (code below). Everything works fine in my code except that part. I always get an error: Class coldfusion.runtime.java.JavaProxy can not access a member of class com.lowagie.text.pdf.PdfWriter with modifiers "protected" All examples

Re: [iText-questions] iText error

2006-08-15 Thread Mark Storer
ailto:[EMAIL PROTECTED]On Behalf Of Heetesh BhikhabhaiSent: Tuesday, August 15, 2006 2:53 AMTo: itext-questions@lists.sourceforge.netSubject: [iText-questions] iText error I have checked in the iText.jar file, and the afm are there, anybody have a clue what might be causing this. I

[iText-questions] iText error

2006-08-15 Thread Heetesh Bhikhabhai
I have checked in the iText.jar file, and the afm are there, anybody have a clue what might be causing this. I just change my iText version  from version 1.3.1 to 1.4.3     Helvetica not found as resource. (The *.afm files must exist as resources in the package com.lowagie.text.pdf.fonts)  

[iText-questions] iText :   error.

2003-08-21 Thread Sarathy
Hi All Im in the process of converting the HTML to PDF. In the HTML if a TD is having   , then the following runtime exception occurs. ExceptionConverter: org.xml.sax.SAXParseException: The entity "nbsp" was referenced, but not declared. at org.apache.xerces.framework.XMLParser.reportE