How can you convert a pdf file which contains text to a file which I can search?
|
|
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. |
||||
|
|
|
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. |
||||
|
|
|
I believ TallPDF allows for extracting text. |
||
|
|
