|
Command Line Execution
|
Previous Top Next |
| TFPConsole PDFFileOrFolder [TextFileOrFolder]
|
| PDFFileOrFolder = Path to PDF document or folder.
|
| TextFileOrFolder = Path to text file or folder. (Optional)
|
| 1) All paths must be enclosed in double-quotation marks.
|
| 2) Folders must be terminated with a backslash.
|
| 3) Separate PDF and Text paths with a space.
|
| 4) Use TEXTfromPDF application interface to set desired options.
|
| 5) Use TEXTfromPDF application interface for error information.
|
| > TFPConsole "C:\mydoc.pdf"
|
| > TFPConsole "C:\mydoc.pdf" "C:\mydoc.txt"
|
| > TFPConsole "C:\mydoc.pdf" "C:\Text Files\"
|
| > TFPConsole "C:\My Documents\" "C:\Text Files\"
|
|
|
|
|