Re: Struts2 - Html to PDF

2010-07-24 Thread Miguel
Inhalt uebernehmen. > > > >> Date: Fri, 23 Jul 2010 17:33:23 -0400 >> Subject: Re: Struts2 - Html to PDF >> From: w...@wantii.com >> To: user@struts.apache.org >> >> I'd assume it's possible, but probably not the best choice... I would >> ta

RE: Struts2 - Html to PDF

2010-07-24 Thread Martin Gainty
rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. > Date: Fri, 23 Jul 2010 17:33:23 -0400 > Subject: Re: Struts2 - Html to PDF > From: w...@wantii.com > To: user@struts.apache.org > > I'

Re: Struts2 - Html to PDF

2010-07-23 Thread Burton Rhodes
Absolutely look into PD4ML. I've tried several and its the best one I've found and most reliable. On 7/23/10, CRANFORD, CHRIS wrote: > Is it possible to extend the default ServletDispatcherResult to parse > the HTML output and pass the result content to the browser as a PDF > document? Or is the

Re: Struts2 - Html to PDF

2010-07-23 Thread Wes Wannemacher
I'd assume it's possible, but probably not the best choice... I would take a look at doing either a Jasper report or using Apache FOP. The choice will have to do with the nature of the PDF you are trying to generate. Jasper is a reporting platform... Think of Crystal Reports, there is a report desi

Struts2 - Html to PDF

2010-07-23 Thread CRANFORD, CHRIS
Is it possible to extend the default ServletDispatcherResult to parse the HTML output and pass the result content to the browser as a PDF document? Or is there a better approach to doing this? What I want to be able to do is to allow easy creation of PDF documents from HTML content. Presently I