What is the command line to extract text from PDFs using adobe acrobat pro 64-bit?
What is the command line to extract text from PDFs using adobe acrobat pro 64-bit?
I'm using a DOS batch file with this command
for %i in (*.pdf) do "C:\Program Files (x86)\Adobe\Acrobat DC\Acrobat\Acrobat.exe" /n /t "%i" "[destination directory]\pdfs%~ni.txt"
It seems to work fine, says it's extracting but generates no text files. I've tried this with and without specifying the destination directory and other versions of the command structure, but no converted files ever show up.
I know there are many programs to do this but I want to do this with Adobe.
Suggestions?
Thanks!
Charlie
