Skip to content

Converting a file to HTML

Toby Allen edited this page Jul 5, 2018 · 1 revision

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.