On 2010-03-08, Oltmans <rolf.oltm...@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            
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to