Re: [iText-questions] Gain performance

2006-11-30 Thread Bruno Lowagie (iText)
Nielsen, Michael wrote: > Hi again > > Sorry for keep babbeling :)...But what object precisely do you want me > to cache? If you mean the PdfReader isnt there a risk of an continues > open stream as I do not close the reader then before the PdfStamper has > been around explicitly .close() it? No,

Re: [iText-questions] Gain performance

2006-11-30 Thread Nielsen, Michael
creating memory leaks ;)). /Michael -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bruno Lowagie (iText) Sent: 30. november 2006 10:02 To: Post all your questions about iText here Subject: Re: [iText-questions] Gain performance Nielsen, Michael wrote

Re: [iText-questions] Gain performance

2006-11-30 Thread Bruno Lowagie (iText)
Nielsen, Michael wrote: > Well we have 3 different forms and we read the information from a url as > its a web application Why not cache these three forms, one way or another. Read them from the URL upon starting the web app. > Have 3 different PDFReaders and then use a generic > approach using t

Re: [iText-questions] Gain performance

2006-11-30 Thread Nielsen, Michael
the setFieldCache() ? /Michael -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bruno Lowagie (iText) Sent: 30. november 2006 09:48 To: Post all your questions about iText here Subject: Re: [iText-questions] Gain performance Nielsen, Michael wrote: >

Re: [iText-questions] Gain performance

2006-11-30 Thread Bruno Lowagie (iText)
Nielsen, Michael wrote: > Hi there > > I with joy using this iText component..really nice and flexible to use. > Though I have been performance measuring the code and it seams there > might be a few "skelletons in the clotheset" performance wise :). > > The implementation is simpel. I read a

[iText-questions] Gain performance

2006-11-30 Thread Nielsen, Michael
Hi there I with joy using this iText component..really nice and flexible to use. Though I have been performance measuring the code and it seams there might be a few "skelletons in the clotheset" performance wise :). The implementation is simpel. I read a 250 kb PDF file from an http url using