RE: PDF generator decision

2013-05-14 Thread Carlos Nepomuceno
27;, args, 'result.odt')renderer.run() [1] http://appyframework.org/pod.html > To: python-list@python.org > From: die...@handshake.de > Subject: Re: PDF generator decision > Date: Wed, 15 May 2013 08:22:25 +0200 > > Christian Jurk writes: >

Re: PDF generator decision

2013-05-14 Thread dieter
Christian Jurk writes: > ... > So far I'd like to ask which is the (probably) best way to create PDFs in > Python (3)? It is important for me that I am able to specify not only > background graphics, paragaphs, tables and so on but also to specify page > headers/footers. The reason is that I h

Re: PDF generator decision

2013-05-14 Thread jmfauth
On 14 mai, 17:05, Christian Jurk wrote: > Hi folks, > > This questions may be asked several times already, but the development of > relevant software continues day-for-day. For some time now I've been using > xhtml2pdf [1] to generate PDF documents from HTML templates (which are > rendered thro

Re: PDF generator decision

2013-05-14 Thread Frank Miles
On Tue, 14 May 2013 08:05:53 -0700, Christian Jurk wrote: > Hi folks, > > This questions may be asked several times already, but the development > of relevant software continues day-for-day. For some time now I've been > using xhtml2pdf [1] to generate PDF documents from HTML templates (which > a

PDF generator decision

2013-05-14 Thread Christian Jurk
Hi folks, This questions may be asked several times already, but the development of relevant software continues day-for-day. For some time now I've been using xhtml2pdf [1] to generate PDF documents from HTML templates (which are rendered through my Django-based web application. This have been