Converting HTML to PDF using Python?

Grant Edwards invalid at invalid.invalid
Mon Mar 8 18:06:35 EST 2010


On 2010-03-08, Oltmans <rolf.oltmans at gmail.com> wrote:

> Guys, any ideas on how to convert HTML files to PDF files?

os.system("w3m -dump %s | a2ps -B --borders=no -o - | ps2pdf - %s" % (infile,outfile))

-- 
Grant Edwards               grant.b.edwards        Yow! Am I accompanied by a
                                  at               PARENT or GUARDIAN?
                              gmail.com            



More information about the Python-list mailing list