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.