ActionServlet return a pdf document

2002-02-14 Thread Arun_Kumar_N
Hello, I am trying to generate a PDF document on the fly based on dynamic jsp generation comming from BroadVision. I am making use of an struts action class,which genreates the required PDf file.When i try to open the PDF file I get the error as There was an error opening this

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

ActionServlet return a pdf document

2001-11-14 Thread IZAGA,IGNACIO (HP-Germany,ex1)
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 parameter a html file or a URL. If i used this tool directly from the command line, htmldoc URL -f result.pdf then, the

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
-Germany,ex1) [mailto:[EMAIL PROTECTED]] Sent: 14 November 2001 12:01 To: '[EMAIL PROTECTED]' Subject: ActionServlet return a pdf document 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

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
: ActionServlet return a pdf document hi, i think that htmldoc is free of charge http://www.easysw.com/htmldoc/faq0004.html you could also use Html2pdf_asp http://128.146.118.49/pdfsamples/asp_readme.htm -Original Message- From: Chughtai, Imran [mailto:[EMAIL PROTECTED]] Sent