PDF - Text Extractor
C#
4
Posts
2
Posters
1
Views
1
Watching
-
Hi Everyone, Is it possible to extract the text from pdf files. Can anyone help me in this regard.
Regards, Manowj
-
Hi Furty, Thanks for your response. Can you explain this in detail with a sample.
Regards, Manowj
Sure. First thing you'll need as PDF Library - a Google search should head you in the direction of the many commercial PDF libraries available for .Net. Second thing you'll need is some kind of parser. What's required there really depends on the PDF library you end up settling on. Some will have richer support for parsing out the data contained, and some won't, so bear this in mind when evaluating your options.