| Linux Forum Index » Linux Miscellaneous Topics 2 » Searching within large PDF files... |
|
Page 1 of 1 |
|
| Author |
Message |
| jka... |
Posted: Mon Nov 02, 2009 4:17 pm |
|
|
|
Guest
|
Hello,
I have a lot of books in PDF format and searching within these files
with Adobe reader goes terribly slow. Indexing seems to be the solution,
but the indexers I find don’t seem to be connected to a viewer that
jumps to the corresponding offset in the pdf file. What is the best
solution? |
|
|
| Back to top |
|
|
|
| Peter Flynn... |
Posted: Mon Nov 02, 2009 6:19 pm |
|
|
|
Guest
|
jka wrote:
Quote: Hello,
I have a lot of books in PDF format and searching within these files
with Adobe reader goes terribly slow. Indexing seems to be the solution,
but the indexers I find don�t seem to be connected to a viewer that
jumps to the corresponding offset in the pdf file. What is the best
solution?
I posted a short script in c.t.p to do this last month (see "Re: Can
Results From A Search By Adobe Reader 9 Or Another Software Be
Exported?" message-id <7j9s0lF34o81iU1 at (no spam) mid.individual.net>) which can
give you page and paragraph number.
xpdf (and maybe others) can take a page-number argument after the
filename and will open the document at that page. The script could
easily be adapted to call xpdf with the page number of a reference.
Be aware that "page number" in both the script and in xpdf means the
sequential page number of the document starting at 1 regardless of
whatever digits are printed on the page (because the PDF documents
doesn't know they are page numbers). Unless you use some sophisticated
PDF-creation software that adds "targets" to the document, it isn't
possible to open to the "page number" that is *printed* on a page.
///Peter |
|
|
| Back to top |
|
|
|
| Don Schmidt... |
Posted: Mon Nov 02, 2009 6:19 pm |
|
|
|
Guest
|
Give PDF-Viewer a try; it performs well in my searches.
http://www.docu-track.com/downloads/users/
You may like the Pro version (modest cost) which has some great features.
--
Don
Vancouver, USA
"jka" <j_korthals_altes at (no spam) yahoo.co.in> wrote in message
news:4aef47e0$0$25463$bf4948fe at (no spam) news.tele2.nl...
Quote: Hello,
I have a lot of books in PDF format and searching within these files with
Adobe reader goes terribly slow. Indexing seems to be the solution, but
the indexers I find don’t seem to be connected to a viewer that jumps to
the corresponding offset in the pdf file. What is the best solution? |
|
|
| Back to top |
|
|
|
|