On 6 April 2012 08:43, Ottavio <[email protected]> wrote: > I'm looking for a templating system for generating pdf files from pyramid.
You can use Chameleon to generate HTML which you'll then give to a PDF formatter such as the CSS3-capable PrinceXML – that's a commercial offering though. An alternative is Apache FOP – that's free, but input is XML, not HTML. \malthe -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
