Re: Printing a PDF file from JSP

2007-12-19 Thread Jeff Amiel
On Dec 19, 2007 4:03 PM, Zoran Avtarovski <[EMAIL PROTECTED]> wrote: > I don't know if you can print the file without displaying it first. > I'm just trying to think how you could set it up to print only. Maybe Flash > where you have greater control. Not really..I went through this last month

Re: Printing a PDF file from JSP

2007-12-19 Thread Zoran Avtarovski
I don't know if you can print the file without displaying it first. To display it, I'd just use the stream result in S2 and S1, just hijack the request and stream the file to the user. I'm just trying to think how you could set it up to print only. Maybe Flash where you have greater control. Z.

Re: Printing a PDF file from JSP

2007-12-19 Thread Dave Newton
Isn't FOP for creating PDFs from XML? I think the question was how to download a PDF that already exists on the filesystem. d. --- [EMAIL PROTECTED] wrote: > The technology is called FOP > (Formatting Object Processor) > http://xmlgraphics.apache.org/fop/ > I've used it quite extensively from th

Re: Printing a PDF file from JSP

2007-12-19 Thread mgainty
The technology is called FOP (Formatting Object Processor) http://xmlgraphics.apache.org/fop/ I've used it quite extensively from the back end .. implementing from JSP would work as well (but there are security concerns on where to store the PDF file...) Martin-- - Original Message - Wrom: