I'm looking for a way to read a section of a PDF file to use it as the name for such file. The text would be in a Text element, so no need to do OCR or anything like that.
I thought that by using PitStop Pro i can read the contents of a Text element, but it does not seem possible. Do you have any other suggestion?
Read PDF contents to rename file
Re: Read PDF contents to rename file
PDFSpy can do that and it has an integration for Switch. It's a paid software you can buy from Apago. Not sure how its done with Pitstop.
Chat: open-automation @ gitter
Code: open-automation & dominickp @ GitHub
Tools: Switch, Pitstop, EPMS, Veracore, PageDNA, SmartStream, Metrix
Code: open-automation & dominickp @ GitHub
Tools: Switch, Pitstop, EPMS, Veracore, PageDNA, SmartStream, Metrix
Re: Read PDF contents to rename file
Another suggestion is to save PDF as txt file and read it that way, perhaps using Regex to match what you need.
-
- Newbie
- Posts: 5
- Joined: Fri Feb 26, 2016 5:04 pm
Re: Read PDF contents to rename file
Hmm that sounds interesting… how would you save to txt from a PDF? Never seen that beforeZoranj wrote:Another suggestion is to save PDF as txt file and read it that way, perhaps using Regex to match what you need.
Re: Read PDF contents to rename file
Easy:
Use Acrobat configurator out of the box, set output to be txt file.
Less easy but better (IMHO):
In my experience Acrobat works but was not the most stable, often crashing and not responding when processing many files.
Therefore wherever I used Acrobat, I replaced it with XPDF or PDFTk, depending on what I need.
Never looked back.
I hope this helps
Use Acrobat configurator out of the box, set output to be txt file.
Less easy but better (IMHO):
In my experience Acrobat works but was not the most stable, often crashing and not responding when processing many files.
Therefore wherever I used Acrobat, I replaced it with XPDF or PDFTk, depending on what I need.
Never looked back.
I hope this helps