Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am doing a project that involves simple extraction of text data from a pdf and doc, and would like to know what is the best api out there for doc-docx and pdf. The preferred language is C# on the .Net framework.

share|improve this question
2  
if you really need to support the old doc format and the current docx and PDF then the only viable options I know of are commercial... is a commercial library an option for you ? – Yahia Apr 5 '12 at 13:20

migrated from stackapps.com Feb 2 '12 at 22:49

1 Answer

Apache Tika does this, although not in .NET it does support PDF and MS Word docs. Besides utilities that use Tiki internally (such as Solr), I'm not aware of any other freely available libraries that support a very wide range of formats.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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