Re: PDF from FOP to database as BLOB

2002-05-16 Thread Lee Goddard
At 10:51 16/05/2002 -0500, [EMAIL PROTECTED] wrote: ... Since our users can wait for these reports we've decided to run a nightly job to create them and store the PDFs in our database as a BLOB. That way during peak usage hours our servers will only need to deal with returning the PDF to the

AW: PDF from FOP to database as BLOB

2002-05-16 Thread Chaumette, Patrick
PROTECTED] Internet: http://www.t-systems.de -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 16. Mai 2002 17:52 An: [EMAIL PROTECTED] Betreff: PDF from FOP to database as BLOB Hi, Currently we are dynamically creating our PDF

Re: AW: PDF from FOP to database as BLOB

2002-05-16 Thread Shawn.Lindstrom
Thank you! - That's just what I was looking for! I'll give it a try. _ Hello Shawn, you can make FOP write to an ByteArrayOutputStream. By doing something like this: ByteArrayOutputStream os = new ByteArrayOutputStream(); (driver+FOP