Connecting Tech Pros Worldwide Help | Site Map

Read / retrieve data from PDF files

  #1  
Old April 12th, 2007, 06:26 PM
Member
 
Join Date: Aug 2006
Posts: 110
Dear Friends,

I posted this query 4 days ago and I am still waiting for the reply from you all. I really need your support.......plz

I have some pdf files on my database/FTP. Is there any process so that I can retrieve data from those pdf files with some search keywords?

I need the same result as we get on google. Is this possible in PHP?

Please advice.........

Thanks
Deepak
  #2  
Old April 13th, 2007, 04:20 PM
Moderator
 
Join Date: Nov 2006
Location: Boston, USA
Posts: 505

re: Read / retrieve data from PDF files


You may need to employ some third-party tools. This site lists quite a few, you may also look at PowerGrep, and run a Google query on something like "text search pdf" - it will give you some tools to consider.
  #3  
Old April 14th, 2007, 12:04 AM
Motoma's Avatar
Moderator
 
Join Date: Jan 2007
Location: Maine, USA
Posts: 2,904

re: Read / retrieve data from PDF files


Essentially, a PDF is gzipped XML. Using this knowledge you could write a tool to correctly uncompress and analyze the data.
Or you could use free tools like FPDF and FPDI.
Reply


Similar Threads
Thread Thread Starter Forum Replies Last Post
retrieving document from SQL 2000 problem znubbe@hotmail.com answers 5 February 19th, 2006 06:45 PM
Access expoert reports to PDF using PDF writer 6.0 issues Grasshopper answers 11 November 13th, 2005 07:08 AM
How do I create pdf reports from Access? dog answers 7 November 13th, 2005 07:06 AM
converting txt to pdf middletree answers 3 July 19th, 2005 02:10 PM