HighDots Forums  

Search PDFs

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Search PDFs in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
funkster
 
Posts: n/a

Default Search PDFs - 11-29-2004 , 06:19 AM






Hi,
Is it possible to build a search page that searches the text of PDFs? maybe even search a multipage PDF and return the page number the search text is located in?
Thanks.

Reply With Quote
  #2  
Old   
Alexandro Colorado
 
Posts: n/a

Default Re: Search PDFs - 11-29-2004 , 08:19 AM






On Mon, 29 Nov 2004 11:19:07 +0000 (UTC), funkster
<webforumsuser (AT) macromedia (DOT) com> wrote:

Quote:
Hi,
Is it possible to build a search page that searches the text of PDFs?
maybe even search a multipage PDF and return the page number the search
text is located in?
Thanks.
Yes but is not easy, this has to do with ghostcript hability to read text
through the PDF as posfix. So for example if you are using Linux and have
ghostcript you could do a:
less archive.pdf

and it will display the text of the PDF. So doing 'grep' will also locate
the word you want to do using:

less archive.pdf | grep (your keyword)

The other way (more modern) is xml which changes from posix to xml
compliant and finally to a stout of the xml tree which is easier to search.

--
Alexandro Colorado
------------------------------
Support Engineer
InterAKT Online
http://www.interaktonline.com
Tel: 40(21) 312.5312


Reply With Quote
  #3  
Old   
funkster
 
Posts: n/a

Default Re: Search PDFs - 11-29-2004 , 12:19 PM



Thanks for your response, but I'm afraid it is totally over my head. I don't
think I have the knowledge to create something like this from scratch. I have
been searching for something I could buy as an add on maybe, and I've found
something called Zoom by Wrensoft which I think I may be able to tinker with
enough to do what I want to do. Thanks again, Mark.


Reply With Quote
  #4  
Old   
darrel
 
Posts: n/a

Default Re: Search PDFs - 11-29-2004 , 12:29 PM



Quote:
Thanks for your response, but I'm afraid it is totally over my head. I
don't
think I have the knowledge to create something like this from scratch. I
have
been searching for something I could buy as an add on maybe, and I've
found
something called Zoom by Wrensoft which I think I may be able to tinker
with
enough to do what I want to do. Thanks again, Mark.
Many of the commercial search software packages have this abilty. We're
using DTSearch at our company and it works fairly well.

-Darrel




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.