Re: [iText-questions] outputstream/inputstream

2004-12-17 Thread Steve Appling
t;Geercken Uwe" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 17, 2004 9:52 AM Subject: [iText-questions] outputstream/inputstream I have created a wiki engine, that stores data in a mysql database and dynamically creates html pages from the database, using s

RE: [iText-questions] outputstream/inputstream

2004-12-17 Thread Paulo Soares
Piped streams are supposed to be used by two threads. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Geercken Uwe > Sent: Friday, December 17, 2004 2:52 PM > To: [EMAIL PROTECTED] > Subject: [iText-questions] outputstream/

Re: [iText-questions] outputstream/inputstream

2004-12-17 Thread Leonard Rosenthol
At 09:52 AM 12/17/2004, Geercken Uwe wrote: I have created a wiki engine, that stores data in a mysql database and dynamically creates html pages from the database, using servlets and apache velocity. as the users shall be able to create pdf from the wiki pages, I convert the code from html to xml

[iText-questions] outputstream/inputstream

2004-12-17 Thread Geercken Uwe
I have created a wiki engine, that stores data in a mysql database and dynamically creates html pages from the database, using servlets and apache velocity. as the users shall be able to create pdf from the wiki pages, I convert the code from html to xml and from there to itext using the sax parse