Re: [Tutor] PDF and Python

2004-12-11 Thread Aztech Guy
Hi, If you only want to convert text files, this tool I wrote may be even easier than using ReportLab: http://sourceforge.net/projects/xtopdf It is based on ReportLab. You can use it both as a standalone command-line tool, to convert a single text file to PDF. Run PDFWriter.py. You can easily

Re: [Tutor] PDF and Python

2004-12-10 Thread nick
Quoting Kent Johnson <[EMAIL PROTECTED]>: > The reportlab toolkit is frequently recommended, though I haven't tried it > myself. > http://www.reportlab.org/ > > Kent Whoa ! Just has a play with that ReportLab toolkit and it looks well funky. It makes creating simple PDF's a doddle. Thanks for th

Re: [Tutor] PDF and Python

2004-12-09 Thread Alan Gauld
> Hey there. Does anyone know of a way to output PDFs with python? I have some > data that I have processed from a series of textfiles that I would like to > provide PDF format reports for.. I can't recall what its called but a couple of years ago I found a module on the Parnassus site for proces

Re: [Tutor] PDF and Python

2004-12-09 Thread Kent Johnson
The reportlab toolkit is frequently recommended, though I haven't tried it myself. http://www.reportlab.org/ Kent Jason Child wrote: Hey there. Does anyone know of a way to output PDFs with python? I have some data that I have processed from a series of textfiles that I would like to provide PDF f