On Friday, April 6, 2012 2:43:31 AM UTC-4, Ottavio wrote: > > I'm looking for a templating system for generating pdf files from pyramid. > > Is there something? > > Or, in case it does not exist, where can I find information about > implementing a new template system? >
I use xhtml2pdf ( http://www.xhtml2pdf.com/ ) and it works well with simple templates. For more advances layouts I create the PDF imperatively using reportlab, but its much easier to use xhtml2pdf. I'm planning to try using a ReST to PDF converter like whatever is used in Sphinx, but I haven't gotten there yet. -- Jason -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To view this discussion on the web visit https://groups.google.com/d/msg/pylons-discuss/-/1sSvg3BjqG4J. 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.
