Command line mode |
Top Previous Next |
You are welcome to use PDF to Word in the command-line mode.
Syntax:
Pdf2Word.exe -input<PATH> -output<PATH>
Parameters: -input<PATH> - path to the original PDF file -output<PATH> - path to save the output RTF file
Example:
Pdf2Word.exe -inputC:\My Documents\sample.pdf -outputC:\My Documents\output-test.rtf |