Re: [iText-questions] FlateDecode Problem

2010-12-03 Thread Paulo Soares
If only decoding images was that simple. Have a look at http://itext.svn.sourceforge.net/viewvc/itext/trunk/src/core/com/itextpdf/text/pdf/parser/PdfImageObject.java?revision=4571&view=markup. Paulo - Original Message - From: artfhc To: itext-questions@lists.sourceforge.net Sen

Re: [iText-questions] FlateDecode Problem

2010-12-03 Thread Mark Storer
Please post the stack trace. --Mark Storer Senior Software Engineer Cardiff.com import legalese.Disclaimer; Disclaimer DisCard = null; > -Original Message- > From: artfhc [mailto:art...@gmail.com] > Sent: Thursday, December 02, 2010 4:40 PM > To: itext-questions@lists.sourcefor

[iText-questions] Copperhead: PDF-Export with iText made easy

2010-12-03 Thread Markus Balsiger
*Dear developer* I proudly announce Copperhead, a library that might make your life as a developer easier when it comes to *exporting objects into PDFs*. Copperhead uses annotations to provide an automatic generated PDF-Output file representing information in a table or a list. The Swing user inte

[iText-questions] Antwort: Re: READ LARGE FILE 1.5gb Error

2010-12-03 Thread Benjamin Rein
Hi, if you cannot give more memory to the process with the java -Xmx (e.g. -Xmx1800M) param there are 2 approaches in general. 1. optimise code or use case when possible 2. use 64bit OS + 64bit JVM with -Xmx param > 2GB Best regards Benjamin Von:LA An: itext-questions@lists.sourcefo

Re: [iText-questions] READ LARGE FILE 1.5gb Error

2010-12-03 Thread LA
Hi the program goes on now the trouble is on closing PDFStamper Document.plainRandomAccess=true ; PdfReader reader = new PdfReader(new RandomAccessFileOrArray("input.pdf"),null); PdfStamper stamp = new PdfStamper(reader, new FileOutputStream("output.pdf")); n = reader.getNumberOfPages();

Re: [iText-questions] READ LARGE FILE 1.5gb Error

2010-12-03 Thread LA
Hi Paulo, i'm trying using Document.plainRandomAccess=true no crash till now but the program is running since two hour (only the PDFReader object i think) on winx xp sp3 2 IntelXeon X545 3.00ghz 3.25g ram how to increase the preformance? is possible to split the file whithout reading all first?