tags:

views:

30

answers:

1

Is there any python package which converts the uploaded Ms Word document to html content.As in my application am uploading a document and i want to convert it into html

any suggestion o nthis will help

Thanks

A: 

You could call unoconv from within Python.

Nathon