ProgrammingThis forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Iv stumbled upon a treasure trove of ebooks, 5gb in all, on a local hard drive. But since they are not arranged topic-wise, i want to write a shell script that will arrange them topically.
For this i need some utility that would read a pdf file, so that i can grep for key words in the output and send the file to the appropriate folder.
Does anyone here know of such a utility? Much like a "cat" for pdf?
Thanx in anticipation
Mayank
Last edited by funkymunky; 06-17-2004 at 12:49 AM.
yes, thats why i was looking for a util. pdftotext is fine for my use, it takes the starting and ending pages as arguments. i can make a temporary text file, and then grep for strings in it
I understand you happen to have successfully tested grep on a file, luckily not encoded nor compressed, but that doesn't make your suggestion correct.
Even in your case, strings embedded in pdfs can be cut in arbitrarily positions, so you are likely to miss many hits.
Moreover, eBooks, for obvious reasons, are usually compressed, so grep is not there an option.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.