To convert DOC, DOCX, RTF to PDF from the command line:
7p C:\your\full\path\to-documents*.* true true
This means that is will generate the PDF's in the same folder as the documents itself. And it is doing it recursive.
If the program breaks, start over again.
Best way to do it:
- Make a temp folder
- Start the 7p.exe as described above
- when the program breaks (it will for sure), copy the the folders that has been processed minus the one that broke the program and move these "processed" folders to the temp folder.
- Start the program again (cursor up and enter)
- Repeat this until all the folders have been processed.
Then move the folder back to its original position. The PDF files are in the same folder as the documents itself.
- copy the whole folder structure to a temp folder and remove all the files but the PDF files.