RE: ActionServlet return a pdf document

2002-02-14 Thread Galbreath, Mark
Where did PdfWriter() come from? Cheers! Mark -- Try before you cry: http://www.mail-archive.com/struts-user%40jakarta.apache.org/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 14, 2002 5:26 AM file.When i try to open the PDF file I

RE: ActionServlet return a pdf document

2002-02-14 Thread Arun_Kumar_N
: ActionServlet return a pdf document : Where did PdfWriter() come from? Cheers! Mark -- Try before you cry: http://www.mail-archive.com/struts-user%40jakarta.apache.org

RE: ActionServlet return a pdf document

2002-02-14 Thread Galbreath, Mark
Then I suspect that therein your problem lies. Cheers! Mark -- Try before you cry: http://www.mail-archive.com/struts-user%40jakarta.apache.org/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 14, 2002 7:31 AM Here I use Itext tool to

Re: ActionServlet return a pdf document

2001-11-14 Thread Jens Khnberger
Just handle the output of the pdf by yourself and return null for your Action. Jens IZAGA,IGNACIO (HP-Germany,ex1) wrote: Hi, I am trying to generate a PDF document on the fly based on dynamic html generation comming from BroadVision. I am using a tool called HTMLDOC that can use as input

RE: ActionServlet return a pdf document

2001-11-14 Thread IZAGA,IGNACIO (HP-Germany,ex1)
-Original Message- From: Jens Khnberger [mailto:[EMAIL PROTECTED]] Sent: Mittwoch, 14. November 2001 13:09 To: Struts Users Mailing List Subject: Re: ActionServlet return a pdf document Just handle the output of the pdf by yourself and return null for your Action. Jens IZAGA,IGNACIO (HP

RE: ActionServlet return a pdf document

2001-11-14 Thread Chughtai, Imran
I'm looking for an HTML to PDF tool that I can run Server-side from a Servlet. It needs to take an HTML page and create a PDF. I checked out HTMLDOC but I don't think the command line version is free. Are there any others available for free? -Original Message- From: IZAGA,IGNACIO

RE: ActionServlet return a pdf document

2001-11-14 Thread IZAGA,IGNACIO (HP-Germany,ex1)
To: 'Struts Users Mailing List' Subject: RE: ActionServlet return a pdf document I'm looking for an HTML to PDF tool that I can run Server-side from a Servlet. It needs to take an HTML page and create a PDF. I checked out HTMLDOC but I don't think the command line version is free. Are there any

Re: ActionServlet return a pdf document

2001-11-14 Thread Balasubrahmanyam Pasumarthy
Hi, I had a similar problem with an RTF document generation on the fly. The only thing it is working fine for Netscape but the IE is not opening it as word document because of extension it has got. .do I eliminated it by introducing another mapping similar to .do as .rtf in Web.xml

RE: ActionServlet return a pdf document

2001-11-14 Thread moritz petersen
:[EMAIL PROTECTED]] Sent: Wednesday, November 14, 2001 3:20 PM To: Struts Users Mailing List Subject: Re: ActionServlet return a pdf document Hi, I had a similar problem with an RTF document generation on the fly. The only thing it is working fine for Netscape but the IE is not opening

Re: ActionServlet return a pdf document

2001-11-14 Thread Peter Pilgrim
I am about to do a similar thing Rendered JPEG images. Sending back binary content should be possible from Struts Action. In the action perfrom() you return `null' to signify that you handling the response by yourself. Generating custom response is the same, then, as a Java Servlet. You have to

RE: ActionServlet return a pdf document

2001-11-14 Thread Hollis, Nathan
: Mittwoch, 14. November 2001 12:56 To: 'Struts Users Mailing List' Subject: RE: ActionServlet return a pdf document I'm looking for an HTML to PDF tool that I can run Server-side from a Servlet. It needs to take an HTML page and create a PDF. I checked out HTMLDOC but I don't think the command line