Re: [Zope-CMF] Re: pdf generation

2007-07-31 Thread Philip Kilner
Hi David, David Chelimsky wrote: I've used http://www.reportlab.org with sucess. Do you know of a Zope Product that already wraps report lab, or do you recommend just accessing directly with a script? I've been using a product called RMLPageTemplate: -

Re: [Zope-CMF] Re: pdf generation

2007-07-26 Thread Chris Withers
Philipp von Weitershausen wrote: Charlie Clark wrote: Do you know of a Zope Product that already wraps report lab, or do you recommend just accessing directly with a script? I can't think of anything that would do this for you: transforming HTML to PDF doesn't usually work very well.

Re: [Zope-CMF] Re: pdf generation

2007-07-25 Thread David Chelimsky
On 7/25/07, Philipp von Weitershausen [EMAIL PROTECTED] wrote: David Chelimsky wrote: I'm using zope 2.7.8 and looking for a means generating a PDF document. I've googled and looked around a bit but everything seems rather dated (stuff from 2002). That means this stuff is only marginally

[Zope-CMF] Re: pdf generation

2007-07-25 Thread Philipp von Weitershausen
David Chelimsky wrote: I'm using zope 2.7.8 and looking for a means generating a PDF document. I've googled and looked around a bit but everything seems rather dated (stuff from 2002). That means this stuff is only marginally older than your Zope version ;). What are you all doing to deal

[Zope-CMF] Re: pdf generation

2007-07-25 Thread Philipp von Weitershausen
Charlie Clark wrote: Do you know of a Zope Product that already wraps report lab, or do you recommend just accessing directly with a script? I can't think of anything that would do this for you: transforming HTML to PDF doesn't usually work very well. Reportlab is fairly easy to use and