[reportlab-users] How to specify output file with py2pdf?

reportlab-users@reportlab.com reportlab-users@reportlab.com
Thu, 11 Sep 2003 14:08:23 -0400 (EDT)


py2pdf makes a .pdf file with the same name as the submitted file, like so:

python py2pdf.py text.txt #this will create text.pdf

I can't figure out how to force py2pdf to write to a different file name. 
Any ideas?

This is a great package, by the way.