Re: [Tutor] producing PDF files

2013-06-16 Thread Chris Fuller
On Tuesday, June 11, 2013, Khalid Al-Ghamdi wrote: > Hi, > > Do you know of a python module for converting text files to PDF format? > > thanks Another one, that I've used extensively, is ReportLab. http://www.reportlab.com/software/opensource/ Cheers ___

Re: [Tutor] producing PDF files

2013-06-11 Thread Francois Dion
http://www.xhtml2pdf.com/ Started life as pisa. Very easy to work with. Francois -- www.pyptug.org - raspberry-python.blogspot.com - @f_dion On Tue, Jun 11, 2013 at 5:53 AM, Khalid Al-Ghamdi wrote: > Hi, > > Do you know of a python module for converting text files to PDF format? > > thanks

Re: [Tutor] producing PDF files

2013-06-11 Thread Oscar Benjamin
On 11 June 2013 10:53, Khalid Al-Ghamdi wrote: > > Do you know of a python module for converting text files to PDF format? > Why does it have to be a Python module? What do you mean by converting a text file to a pdf file? If I just wanted to create a pdf file containing some verbatim text I wou

Re: [Tutor] producing PDF files

2013-06-11 Thread Asokan Pichai
On Tue, Jun 11, 2013 at 3:23 PM, Khalid Al-Ghamdi wrote: > Hi, > > Do you know of a python module for converting text files to PDF format? > > thanks > Reportlab http://www.reportlab.com/software/opensource/ sphinx http://sphinx-doc.org/ is a great choice too. Asokan Pichai "Expecting the worl

Re: [Tutor] producing PDF files

2013-06-11 Thread Todd Matsumoto
I don't know how good it is, but OpenERP's report.pyPdf module is what I've been using to do this. As quoted from the pdf.py module: "A pure-Python PDF library with very minimal capabilities. It was designed to be able to split and merge PDF files by page, and that's about all it can do. It may

[Tutor] producing PDF files

2013-06-11 Thread Khalid Al-Ghamdi
Hi, Do you know of a python module for converting text files to PDF format? thanks ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor