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
Users Mailing List" > Sent: Wednesday, December 19, 2007 2:46 PM > Subject: Printing a PDF file from JSP > > > > Hi, > > Is it possible to print a PDF file from a JSP.The pdf resides in my > application server. > > Regards > Srinivasa Prasad > >

Re: Printing a PDF file from JSP

2007-12-19 Thread mgainty
Wrom: YZUNNYCGPKYLEJGDGVCJVTLBXFGGMEPYOQKEDOTWFAOBUZXUW To: "Struts Users Mailing List" Sent: Wednesday, December 19, 2007 2:46 PM Subject: Printing a PDF file from JSP Hi, Is it possible to print a PDF file from a JSP.The pdf resides in my application server. Regards S

Printing a PDF file from JSP

2007-12-19 Thread Prasad, Srinivasa
Hi, Is it possible to print a PDF file from a JSP.The pdf resides in my application server. Regards Srinivasa Prasad -Original Message- From: Jake Robb [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 19, 2007 2:30 PM To: Struts Users Mailing List Subject: RE: Struts 2 and SSL Hav