Re: [iText-questions] Out Of Memory Error Concatenating MultiplePDFFiles

2010-11-10 Thread Jason Berk
Jason From: Mark Storer [mailto:msto...@autonomy.com] Sent: Wed 11/10/2010 12:05 PM To: Post all your questions about iText here Subject: Re: [iText-questions] Out Of Memory Error Concatenating MultiplePDFFiles Ah! While you could save the PDF to a file rather than a BAOS, the big savings will

Re: [iText-questions] Out Of Memory Error Concatenating Multiple PDFFiles

2010-11-10 Thread Mark Storer
ese.Disclaimer; Disclaimer DisCard = null; From: McGee, Ed F, CTR, OSD-CAPE [mailto:edwin.mcgee@osd.mil] Sent: Tuesday, November 09, 2010 2:55 PM To: 'itext-questions@lists.sourceforge.net' Subject: [

[iText-questions] Out Of Memory Error Concatenating Multiple PDF Files

2010-11-09 Thread McGee, Ed F, CTR, OSD-CAPE
Is there a size limitation to a PdfCopy object and/or PdfSmartCopy object? I have tried both, as suggested in iText in Action, second edition, but get the same error. I am concatenating multiple PDF files and I am now encountering an Out-Of-Memory error as I import pages using code similar to

Re: [iText-questions] out of memory error while creating document

2009-06-05 Thread Klas Lindbäck
:+HeapDumpOnOutOfMemoryError – Use this JVM command line switch when launching application. Can be used with -XX:HeapDumpPath=/ The document also points out some free java heap profiling tools. /Klas Ämne: [iText-questions] out of memory error while creating document

Re: [iText-questions] out of memory error while creating document

2009-06-05 Thread Alexis Pigeon
Hi vra, 2009/6/5 vra : > > Hi, > > i am creating tables using pdfptable and creating the document, when > creating more objects for cell, i am getting out of memory exception.. how > can i overcome this... Add more memory? Increase the memory allocated to the JVM? > i tried to create separte pdf

[iText-questions] out of memory error while creating document

2009-06-05 Thread vra
Hi, i am creating tables using pdfptable and creating the document, when creating more objects for cell, i am getting out of memory exception.. how can i overcome this... i tried to create separte pdf files and concatenate them, but still getting same error.. awaiting for reply.. -- View this

Re: [iText-questions] out of memory error when Splitting file which contains over 1000 pages

2005-09-04 Thread Paulo Soares
iText doesn't cache imported pages. How much memory do you have in the JVM? - Original Message - From: "yuexiang zhang" <[EMAIL PROTECTED]> To: "Paulo Soares" <[EMAIL PROTECTED]> Sent: Sunday, September 04, 2005 1:42 PM Subject: Re: [iText-question

Re: [iText-questions] out of memory error when Splitting file which contains over 1000 pages

2005-09-04 Thread Paulo Soares
If you keep all the splitted pages in memory it will certainly overflow. - Original Message - From: "yuexiang zhang" <[EMAIL PROTECTED]> To: Sent: Saturday, September 03, 2005 5:44 AM Subject: Re: [iText-questions] out of memory error when Splitting file which contains

Re: [iText-questions] out of memory error when Splitting file which contains over 1000 pages

2005-09-02 Thread yuexiang zhang
java.lang.OutOfMemoryError still happens at 130th page when I use the constructor PdfReader(RandomAccessFileOrArray, byte[]). My pdf file size is about 4M and  contains 1043 pages. I also find avg of those single-page pdf files which created by splitor is about 400K. The size  of them all reachs a

RE: [iText-questions] out of memory error when Splitting file which contains over 1000 pages

2005-09-02 Thread Paulo Soares
ect: [iText-questions] out of memory error when Splitting > file which contains over 1000 pages > > I use iText to split pdf file into small files who only > contains one page. > When splitting file which contains over 1000 pages, my > program throws out of memory error.

[iText-questions] out of memory error when Splitting file which contains over 1000 pages

2005-09-02 Thread yuexiang zhang
I use iText to split pdf file into small files who only contains one page. When splitting file which contains over 1000 pages, my program throws out of memory error. First time I thought error caused by "writer.getImportedPage(reader, pageCounter);"  which cached every page imported. so I got rid

RE: [iText-questions] out of memory error on certain TIFF images

2005-06-20 Thread Paulo Soares
Sent: Monday, June 20, 2005 5:18 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] out of memory error on certain TIFF images > > I use iText to parse TIFF images (get 2 JPEGs from it) > and then embedd them into PDF. For some TIFFs I get > the follo

[iText-questions] out of memory error on certain TIFF images

2005-06-20 Thread paul_deg
I use iText to parse TIFF images (get 2 JPEGs from it) and then embedd them into PDF. For some TIFFs I get the following exception: [6/14/05 9:53:57:347 CDT] 6574d2a6 SystemErr R java.lang.OutOfMemoryError [6/14/05 9:53:57:348 CDT] 6574d2a6 SystemErr R at com.lowagie.text.pdf.ByteBuf

RE: [iText-questions] Out of Memory Error

2004-08-25 Thread Paulo Soares
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]Sent: Wednesday, August 25, 2004 12:12 PMTo: iText MailingListSubject: [iText-questions] Out of Memory Error Hi, We are able to generate a pdf file of 10,000 records on WAS 3.5 Server

[iText-questions] Out of Memory Error

2004-08-25 Thread amit . m
Hi, We are able to generate a pdf file of 10,000 records on WAS 3.5 Server - 64 MB Heap size. The generated pdf file is 6.3 MB in size.   When we try to generate the file containing 12,000 records, the application crashes, throwing java.lang.OutOfMemoryError. Can anyone tell me: 1. Why does i