I need to use command line switches to execute the 'Save as Text' command. Ideally, I want to:
- use a command line switch to open a PDF
- use a command line switch to convert the PDF to a text file by mimicking the 'Save as Text' command.
- use a command line to close the PDF.
Is this possible? If so, then does anyone know how to do this?