Paulo,
This is all local storage.  May be my implementation is causing some of the
problems.

First of all, I'm using iText via Jython, which seems to work well for
PdfReader(String file).  When I switch to
PdfReader(RandomAccessFileOrArray(strPdfFile), None) the performance drops off
significantly.  In comparison, using PdfReader(String file) a 11,000 page PDF
decollates very quickly (in minutes).  Using
PdfReader(RandomAccessFileOrArray(strPdfFile), None) it decollates in excess of
hours.

I'm opening two output streams (PDfWriter) and based on criteria, I output to
one of the output streams.  We are decollating insurance policies and separating
non policy pages from real policy pages.  So I need to have two files to write 
to.

Let me know if I can provide any further clarification.  I really like iText and
the base code is working well on smaller PDF's.  The large ones, which caused
the out of memory problem is what is holding up moving forward.

Regards,

Bill 

Quoting Paulo Soares <[EMAIL PROTECTED]>:

> If you're using a file in a network disk it will take forever. If it's a
> local disk it will be slower but not that slower if using PdfCopy.
> 
> Paulo 
> 
> > -----Original Message-----
> > From: [EMAIL PROTECTED] 
> > [mailto:[EMAIL PROTECTED] On 
> > Behalf Of Bill Sanders
> > Sent: Tuesday, October 17, 2006 2:55 PM
> > To: itext-questions@lists.sourceforge.net
> > Subject: [iText-questions] PdfReader question
> > 
> > In a prior post I had out of memory issues reading large 
> > PDF's.  I changed over
> > to RandomAccessFileOrArray and the memory errors were 
> > replaced with extremely
> > slow process.
> > 
> > Small PDF's take hours to process.
> > 
> > Is there anything that can be done to improve the overall performance.
> > 
> > Bill
> > 
> > 
> > --------------------------------------------------------------
> > -----------
> > Using Tomcat but need to do more? Need to support web 
> > services, security?
> > Get stuff done quickly with pre-integrated technology to make 
> > your job easier
> > Download IBM WebSphere Application Server v.1.0.1 based on 
> > Apache Geronimo
> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&;
> > dat=121642
> > _______________________________________________
> > iText-questions mailing list
> > iText-questions@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/itext-questions
> > 
> 
> 
> Aviso Legal:

> Esta mensagem é destinada exclusivamente ao destinatário. Pode conter
> informação confidencial ou legalmente protegida. A incorrecta transmissão
> desta mensagem não significa a perca de confidencialidade. Se esta mensagem
> for recebida por engano, por favor envie-a de volta para o remetente e
> apague-a do seu sistema de imediato. É proibido a qualquer pessoa que não o
> destinatário de usar, revelar ou distribuir qualquer parte desta mensagem. 

> 
> Disclaimer:

> This message is destined exclusively to the intended receiver. It may contain
> confidential or legally protected information. The incorrect transmission of
> this message does not mean the loss of its confidentiality. If this message
> is received by mistake, please send it back to the sender and delete it from
> your system immediately. It is forbidden to any person who is not the
> intended receiver to use, distribute or copy any part of this message.

> 
> 
> 




-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to