Re: [iText-questions] set file name for adobe acrobat reader

2006-02-07 Thread Udo Rader
On Tue, 2006-02-07 at 16:46 -0500, David Marcillo wrote: > Hello folks, > > I am dynamically generating pdf responses with in a web servlet applycation > and sending the output back to the requesting web browser by setting the > HttpServletResponse as follows > > response.setContentType("applic

[iText-questions] set file name for adobe acrobat reader

2006-02-07 Thread David Marcillo
Hello folks, I am dynamically generating pdf responses with in a web servlet applycation and sending the output back to the requesting web browser by setting the HttpServletResponse as follows response.setContentType("application/pdf"); All works well... and the user can view the PDF documen