Examples of how to use DocTo
When doing a conversion, it is useful to output log info.
Here we set the log level to 1
which is defined as 'Display Errors Only' which can be explained as Display Errors only
docto -WD -f 'c:\path\Document.doc' -o 'c:\path\Document.PDF' -t wdFormatPDF -L 1
or easier to read
docto -WD -f 'c:\path\Document.doc'
-o 'c:\path\Document.PDF'
-t wdFormatPDF
-L 1
-WD
: This is a conversion using Microsoft Word. This is not required but makes it easier to read-f
: The File or directory to be converted-o
: The Output File or Directory where you would like the converted file to be written to.-T
: The file format type that is being converted to-L
: Set Log level for output.O
You might find some of the following commands also interesting.
DocTo source on Github| Index of Examples | Download Latest Release