- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- grep pdf files
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2007 11:52 PM
06-27-2007 11:52 PM
anyone aware of a tool that allows to search pdf files from the command line?
pdfgrep -e 'my search text' *.pdf
would be a nice way to call it.
Should not cost an arm and a leg :-)
Free trial version would be nice.
Thanks
Volker
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2007 11:59 PM
06-27-2007 11:59 PM
Re: grep pdf files
I've never tried it, but wouldn't printing the pdf and piping it to grep work??
croread -toPostScript
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2007 12:00 AM
06-28-2007 12:00 AM
Re: grep pdf files
croread -toPostScript
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2007 12:33 AM
06-28-2007 12:33 AM
Re: grep pdf files
http://www.pdf-tools.com/asp/products.asp?name=CLS&type=shell
I think they have everything you need...free to evaluate, but not cheap - 360 for a license.
RD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2007 12:45 AM
06-28-2007 12:45 AM
Re: grep pdf files
acroread -toPostScript
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2007 04:08 AM
06-28-2007 04:08 AM
Re: grep pdf files
Nevertheless, if i do not find a better solution, I'll try the evaluation at least to see if it fit's my needs. Thanks.
@Pete: The *.pdf files are currently dropping out of an application and are some kind of logfiles. I have the usual reader for windows on my PC, but not on my monitoring system, which is supposed to ring a bell in case of special messages.
I'll check where to get this thing for UNIX.
Volker
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2007 04:13 AM
06-28-2007 04:13 AM
Solutionhttp://hpux.its.tudelft.nl/hppd/hpux/PostScript/pstotext-1.7/
and then pipe the output to grep and you are done.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2007 07:01 PM
06-28-2007 07:01 PM
Re: grep pdf files
I was not aware, that this tool handles PDF as well, I always had this one in mind only as a postScript converter.
(and I have it already installed. Sorry Pete, but this gives the rabbit to Clay :-)
Thanks a lot.
Volker