Search found 2 matches
- 23 Jul 2015 08:33
- Forum: DOS Batch Forum
- Topic: Converting PDF to Text or Excel
- Replies: 4
- Views: 5643
Re: Converting PDF to Text or Excel
PDF files can have the data internally as images or plain text etc and the actual layout of the data is part of the scenario here. Plain batch code can't extract data from PDF files but there are utilities that are designed to convert PDF format to other file types, and which can be scripted in a b...
- 22 Jul 2015 16:05
- Forum: DOS Batch Forum
- Topic: Converting PDF to Text or Excel
- Replies: 4
- Views: 5643
Converting PDF to Text or Excel
Hi everyone, I have a bunch of PDF files in a folder and more keep coming in and I need them to be converted into preferably Excel format but Text works too. Now I heard of AHK to be in a loop and opens the .bat file but that's as far as I got. I want to know if it is possible to convert a PDF using...