vote up 0 vote down star

i want to parse pdf file such that i can identify each article's title and its description.so that i can store title text and descriptiontext in cache for search purpose.is there any library or tool for this?

flag

70% accept rate

1 Answer

vote up 1 vote down

First you can install Adobe Pdf IFilter dll. Then you can read properties from any .pdf file using this library (Using IFilter in C#). Or alternatively you can also look into this library (Implementing a TextReader to extract various files contents using IFilter).

link|flag

Your Answer

Get an OpenID
or

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