Re: PDF component - rendering for download

2007-06-05 Thread Mike Kienenberger
Here's the wiki page showing how to create a PDF download action. http://wiki.apache.org/myfaces/Sending_Files On 6/2/07, Erlend Hamnaberg [EMAIL PROTECTED] wrote: Hello. I need to create a component that can render a PDF file from a given model object. The pdf needs to be written to the

PDF component - rendering for download

2007-06-03 Thread Erlend Hamnaberg
Hello. I need to create a component that can render a PDF file from a given model object. The pdf needs to be written to the response, to be ready to be downloaded. I might for instance use iText for this. How can i do this? Can someone put me in the right direction? Greetings Erlend

Re: PDF component - rendering for download

2007-06-03 Thread Adrian Mitev
JBoss seam has such feature. 2007/6/1, Erlend Hamnaberg [EMAIL PROTECTED]: Hello. I need to create a component that can render a PDF file from a given model object. The pdf needs to be written to the response, to be ready to be downloaded. I might for instance use iText for this. How can i

Re: PDF component - rendering for download

2007-06-03 Thread Josué Alcalde González
El sáb, 02-06-2007 a las 15:50 +0200, Erlend Hamnaberg escribió: Hello. I need to create a component that can render a PDF file from a given model object. The pdf needs to be written to the response, to be ready to be downloaded. I might for instance use iText for this. How can i do

PDF component - rendering for download

2007-06-02 Thread Erlend Hamnaberg
Hello. I need to create a component that can render a PDF file from a given model object. The pdf needs to be written to the response, to be ready to be downloaded. I might for instance use iText for this. How can i do this? Can someone put me in the right direction? Greetings Erlend

Re: PDF component - rendering for download

2007-06-02 Thread Andrew Robinson
http://docs.jboss.com/seam/1.2.1.GA/reference/en/html_single/#itext On 6/2/07, Erlend Hamnaberg [EMAIL PROTECTED] wrote: Hello. I need to create a component that can render a PDF file from a given model object. The pdf needs to be written to the response, to be ready to be downloaded. I might