up vote 2 down vote favorite
share [g+] share [fb]

How can you convert a pdf file which contains text to a file which I can search?

link|improve this question

You have a typo in the title. – James McMahon Mar 16 '09 at 16:03
feedback

3 Answers

up vote 2 down vote accepted

I remember having used Apache Lucene some time ago to perform searches inside different type of documents from Java, among them PDF and Word files.

However, this question entirely depends on the programming language you're using, so if you're not using Java you might want to specify it.

link|improve this answer
Lucene looks interesting. +1 – James McMahon Mar 16 '09 at 16:03
Thank you! Lucene is also in MacPorts :) – Masi Apr 6 '09 at 15:08
feedback

You can search PDF through Adobe Reader.

Programmiticaly, you maybe able to search it through iText. Which is aviable as a Java and .NET library.

I believe you would use the pdf parser class.

link|improve this answer
Adobe Reader does not convert the text to a searchable form. Has Adobe any program which does that? I remember that you can convert forms easily in Adobe so that you can edit them. – Masi Mar 16 '09 at 17:15
I thought you might have just been talking about searching the PDF itself. If you want to do something programmaticaly it is a different issue. – James McMahon Mar 16 '09 at 17:53
feedback

I believ TallPDF allows for extracting text.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.