Re: [BangPypers] HTML to doc conversion

2015-09-30 Thread Sandeep
Hello Harish I have not tried abiword yet, will use that and update you Regards Sandeep > On Sep 30, 2015, at 1:46 PM, harish badrinath > wrote: > > Hello, > > > >> On Wed, Sep 30, 2015 at 2:51 PM, Sandeep wrote: >> Hello shoanm, >> >> The want to convert html to word document and not

Re: [BangPypers] HTML to doc conversion

2015-09-30 Thread Anand B Pillai
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 30 September 2015 02:51 PM, Sandeep wrote: > Hello shoanm, > > The want to convert html to word document and not PDF > > Will wkhtmltopdf will do this ?? FYI - this hasnt got much to do with Python. You might be better off posting in mo

Re: [BangPypers] HTML to doc conversion

2015-09-30 Thread harish badrinath
Hello, On Wed, Sep 30, 2015 at 2:51 PM, Sandeep wrote: > Hello shoanm, > > The want to convert html to word document and not PDF Just a small clarification will RTF do or do you have a preference for MS word ?? Have you tried abiword as given in http://askubuntu.com/a/278759 ?? Regards, Hari

Re: [BangPypers] HTML to doc conversion

2015-09-30 Thread Sandeep
Hello shoanm, The want to convert html to word document and not PDF Will wkhtmltopdf will do this ?? Regards Sandeep > On Sep 30, 2015, at 11:18 AM, Shoan Motwani wrote: > > On Wed 30 Sep, 2015 13:56 Sandeep wrote: > > Hello Bangpypers, > > I am working on a project where in I need to conv

Re: [BangPypers] HTML to doc conversion

2015-09-30 Thread Shoan Motwani
On Wed 30 Sep, 2015 13:56 Sandeep wrote: Hello Bangpypers, I am working on a project where in I need to convert a HTML page which has the formatting information provided by CSS and also images in it into a word document. I have searched for such packages but was not able to find a solution Can

Re: [BangPypers] HTML to doc conversion

2015-09-30 Thread Sandeep
Hello prince Thanks for the info I have gone through this blog but the solution was specific to windows I am trying to implement this module on Ubuntu and the solution will not work in this case Let me know if there is any alternate Regards Sandeep > On Sep 30, 2015, at 10:46 AM, Prince Shar

Re: [BangPypers] HTML to doc conversion

2015-09-30 Thread Sandeep
Hello Anand Thanks for the info I am using xhtml2pdf for converting from HTML to PDF and it works perfectly fine But I want a o convert HTML to word. I have not explored pandoc yet and will give a try Thanks in advance Sandeep > On Sep 30, 2015, at 10:45 AM, Anand B Pillai > wrote: > > ---

Re: [BangPypers] HTML to doc conversion

2015-09-30 Thread Prince Sharma
Tried going through this? http://stackoverflow.com/questions/25290041/converting-html-to-doc-with-look-and-feel Thanks, Prince On Wed, Sep 30, 2015 at 1:56 PM, Sandeep wrote: > Hello Bangpypers, > > I am working on a project where in I need to convert a HTML page which has > the formatting inf

Re: [BangPypers] HTML to doc conversion

2015-09-30 Thread Anand B Pillai
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 30 September 2015 01:56 PM, Sandeep wrote: > Hello Bangpypers, > > I am working on a project where in I need to convert a HTML page > which has the formatting information provided by CSS and also > images in it into a word document. This