Re: [Tutor] html files to pdf document

2011-06-21 Thread Walter Prins
On 20 June 2011 23:29, Michiel Overtoom wrote: > > On Jun 21, 2011, at 00:19, Walter Prins wrote: > > > For reference, for me the top hit is http://www.xhtml2pdf.com/ which > does indeed look like it might do the job (and is a pure python solution.) > > I get five SERP pages with tons of Stackove

Re: [Tutor] html files to pdf document

2011-06-21 Thread Walter Prins
On 20 June 2011 23:29, Michiel Overtoom wrote: > > On Jun 21, 2011, at 00:19, Walter Prins wrote: > > > For reference, for me the top hit is http://www.xhtml2pdf.com/ which > does indeed look like it might do the job (and is a pure python solution.) > > I get five SERP pages with tons of Stackove

Re: [Tutor] html files to pdf document

2011-06-20 Thread Michiel Overtoom
On Jun 21, 2011, at 00:19, Walter Prins wrote: > For reference, for me the top hit is http://www.xhtml2pdf.com/ which does > indeed look like it might do the job (and is a pure python solution.) I get five SERP pages with tons of Stackoverflow hits, but not one for www.xhtml2pdf.com! I think

Re: [Tutor] html files to pdf document

2011-06-20 Thread Walter Prins
Hello, On 20 June 2011 18:11, Michiel Overtoom wrote: > > On Jun 20, 2011, at 18:58, Timo wrote: > > > On 20-06-11 17:34, arun kumar wrote: > >> HI, i have a some 100 plus html individual files.I want to convert them > to a single pdf document programatically. How to convert them in python. >

Re: [Tutor] html files to pdf document

2011-06-20 Thread Michiel Overtoom
On Jun 20, 2011, at 18:58, Timo wrote: > On 20-06-11 17:34, arun kumar wrote: >> HI, i have a some 100 plus html individual files.I want to convert them to >> a single pdf document programatically. How to convert them in python. Are >> there any functions,modules or libraries for python to ac

Re: [Tutor] html files to pdf document

2011-06-20 Thread Timo
On 20-06-11 17:34, arun kumar wrote: HI, i have a some 100 plus html individual files.I want to convert them to a single pdf document programatically. How to convert them in python. Are there any functions,modules or libraries for python to achieve this. Just a question, but did you use Googl

[Tutor] html files to pdf document

2011-06-20 Thread arun kumar
HI, i have a some 100 plus html individual files.I want to convert them to a single pdf document programatically. How to convert them in python. Are there any functions,modules or libraries for python to achieve this. -- Thank you Arun Kumar http://clicknscroll.blogspot.com ___