Re: Render Page to file, etc

2009-09-17 Thread Nathan Beemer
i'm using pd4ml with no complaints. not to say there aren't other libraries just as good if not better On Sep 17, 2009, at 11:28 PM, Andreas Andreou wrote: great! So, since you went all the way, which tool / library you suggest to convert html to pdf ? On Fri, Sep 18, 2009 at 3:46 AM, Nathan

Re: Render Page to file, etc

2009-09-17 Thread Andreas Andreou
great! So, since you went all the way, which tool / library you suggest to convert html to pdf ? On Fri, Sep 18, 2009 at 3:46 AM, Nathan Beemer wrote: > your suggestion to use servlet Filter was just what I needed... page pdf > render now working > > many thanks! > > > On Aug 24, 2009, at 2:26 PM

Re: Render Page to file, etc

2009-09-17 Thread Nathan Beemer
your suggestion to use servlet Filter was just what I needed... page pdf render now working many thanks! On Aug 24, 2009, at 2:26 PM, Andreas Andreou wrote: The process should be: 1) render the page to a String, perhaps http://www.behindthesite.com/blog/C1931765677/E2094832857/index.html

Re: Render Page to file, etc

2009-08-26 Thread Nathan Beemer
#1 is the real trick. The way I finally got a working implementation was to simply establish an HttpSession to Tapestry to call up the Page requested. Basically mimicing a web browser. I can then capture the OutputStream that way and convert to String, etc for rendering to pdf. There's extra overh

Re: Render Page to file, etc

2009-08-24 Thread Andreas Andreou
The process should be: 1) render the page to a String, perhaps http://www.behindthesite.com/blog/C1931765677/E2094832857/index.html can help 2) convert the html String to pdf, see http://www.javaworld.com/javaworld/jw-04-2006/jw-0410-html.html and/or http://codedeliver.blogspot.com/2009/07/convert

Re: Render Page to file, etc

2009-08-24 Thread Andreas Andreou
The process should be: 1 On Fri, Aug 14, 2009 at 10:48 PM, Nathan Beemer wrote: > I have a need to make my Tapestry 4.1 Pages available in pdf format but > having no luck to-date on my own. > My apologies if soliciting this list is inappropriate here, but I do have a > consulting budget available

Render Page to file, etc

2009-08-14 Thread Nathan Beemer
I have a need to make my Tapestry 4.1 Pages available in pdf format but having no luck to-date on my own. My apologies if soliciting this list is inappropriate here, but I do have a consulting budget available to get this done if anyone is interested.