vote up 0 vote down star

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

flag

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

3 Answers

vote up 2 vote down check

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|flag
Lucene looks interesting. +1 – James McMahon Mar 16 at 16:03
Thank you! Lucene is also in MacPorts :) – Masi Apr 6 at 15:08
vote up 2 vote down

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|flag
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 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 at 17:53
vote up 1 vote down

I believ TallPDF allows for extracting text.

link|flag

Your Answer

Get an OpenID
or

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