Converting a file to HTML - tobya/DocTo GitHub Wiki
To convert a single file to html
docto -f "c:\path\docs\mydocfile.doc" -O "C:\path\docs\mydocfile.pdf" -t wdFormatHTML
To convert a directory of files to html
docto -f "C:\Path\Docs\" -O "C:\Path\PDFs" -t wdFormatHTML
This can be useful if you wish to display in a browser.