Unix Shell - Acrobat reader and find

This is Interesting: Free IT Magazines  
Home > Archive > Unix Shell > November 2007 > Acrobat reader and find





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Acrobat reader and find
franzi

2007-11-21, 1:24 pm

I have a medicine book in pdf format so its encrypted in that
format.The find program under that program is very scarn insufficient
for me.
Is there a way where can i use the find option program by terminal
where can i interact on it?
Othmar Wigger

2007-11-27, 7:33 am

try pdftotext:

pdftotext myfile.pdf

creates a plain textfile named myfile.txt which you can view and
serach subsequently.

Or directly

pdftotext myfile.pdf - | grep <pattern>

This may or may not work for you. Reading "encrypted" I hear "password-
protected PDF file". In this case, you are out of luck.
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com