Re: Converting HTML to PDF using Python?

2010-03-08 Thread Grant Edwards
On 2010-03-08, Oltmans 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.edwardsYow! Am I accompanied by a

Re: Converting HTML to PDF using Python?

2010-03-08 Thread Terry Reedy
On 3/8/2010 12:51 PM, CM wrote: On Mar 8, 10:36 am, Oltmans wrote: Hi Python superstars, Guys, any ideas on how to convert HTML files to PDF files? Or as an alternative, how to convert HTML files to an image file(jpeg/png/etc)? Ideally, the converted PDF/Image file should like exactly like the

Re: Converting HTML to PDF using Python?

2010-03-08 Thread CM
On Mar 8, 10:36 am, Oltmans wrote: > Hi Python superstars, > > Guys, any ideas on how to convert HTML files to PDF files? Or as an > alternative, how to convert HTML files to an image file(jpeg/png/etc)? > Ideally, the converted PDF/Image file should like exactly like the way > HTML file looks in

Converting HTML to PDF using Python?

2010-03-08 Thread Oltmans
Hi Python superstars, Guys, any ideas on how to convert HTML files to PDF files? Or as an alternative, how to convert HTML files to an image file(jpeg/png/etc)? Ideally, the converted PDF/Image file should like exactly like the way HTML file looks in the browser. I really have no idea about this

Converting HTML TO PDF using PYTHON

2007-12-10 Thread vinoj davis
Please tell me if we can convert a html file into a pdf using python..i am using Python  2.3.4.Regards,    ---ViNOJ DAViS--- Get the freedom to save as many mails as you wish. Click here to know how. -- http://mail.python.org/mailman/listinfo/python-list