Paulo: I break my table in pairs of rows, so they aren�t to big. And when i change the number of cells per table, nothing happens. Have you received the attached file?? When i close a table, i manually call the garbage collector so i think it�s not a memory problem. Anyway, thanks for your early answer. I hope you can help me in this
-----Mensaje original----- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Paulo Soares Enviado el: Lunes, 30 de Mayo de 2005 06:18 a.m. Para: Nicolas_Pace; [email protected] Asunto: RE: [iText-questions] Table problem You are probably experiencing an out of memory problem. Images added to a table remain in memory until the table is output and destroyed. > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Nicolas_Pace > Sent: Monday, May 30, 2005 7:42 AM > To: [email protected] > Subject: [iText-questions] Table problem > > Hi! > I have a servlet that returns a PDF built with iText, generated with > info from a DB, and some images. > It�s like a photo album. > The problem is when i add more than 42 images. > My code completely hangs and i don�t really know why. > From my debugging i can tell that it hangs when it tries to add to the > document the table that contains image n� 42. > Also, when i try with thumbnails instead of full images, i don�t > reseive this message. > Could it be that the tables can�t contain so much information (i > supose this is not the problem)? > The PDF size should be about 10 MB. > I attach here the code. > Thanks all of you > > Nicolas Andres Pace > Universidad Nacional del Sur > Bahia Blanca > Prov. Buenos Aires > Argentina > ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=fad-ysdn-ostg-q22005 _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
