Re: [iText-questions] batch conversion in loop

2008-06-19 Thread jb
hello! i am still facing the previously mentioned problem. as i received no suggestions, i try to show you my problem more precisely: below you can see my quite straightforward code, and the console output. i have added some println lines to the original itext code, to help following the events b

[iText-questions] batch conversion in loop

2008-06-17 Thread jb
hello! i'd like to batch convert rtf files to pdf files. i have no problem with single conversions, but my program fails with a DocumentException "The document has been closed. You can't add any Elements" when i put the whole conversion in a loop iterating over files. please give me some hint! t