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
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