Re: [iText-questions] Handling PDF-Content in memory space

2007-07-10 Thread Oliver Schoenwald
Hi Bruno, geez, now that you tell me, I see it too. I changed my code and it works properly now. I will use the RandomAccessFileOrArray-class for now. Thank you very much! Oliver -- Oliver Schönwald, Diplom-Informatiker FernUniversität Hagen Zentrum für IT und Medien (ZMI) - Competence C

Re: [iText-questions] Handling PDF-Content in memory space

2007-07-10 Thread Bruno Lowagie (iText)
Oliver Schoenwald wrote: > Hello and good morning from Germany, Good morning from Belgium! We're neighbors ;-) > Because the webapplication should not write unnecessary data to the > filesystem, because the created pages are > to be send to the webclient only, so I want to handle the whole > PD

[iText-questions] Handling PDF-Content in memory space

2007-07-10 Thread Oliver Schoenwald
Hello and good morning from Germany, I have started to use itext with some success and want to create my own utility library for my webapplication. That library should allow to load an arbitrary PDF-Document from the filesystem into memory to be given to other utility classes for further action