the best way to count words in PDF files in .net ?

Posted by imanabidi on Stack Overflow See other posts from Stack Overflow or by imanabidi
Published on 2010-05-24T10:18:24Z Indexed on 2010/05/24 10:21 UTC
Read the original article Hit count: 188

Filed under:
|
|
|
|

i am currently using microsoft Interop.Dsofile.dll to count words in office word doc and docx files
and also the methods from Microsoft.Office.Interop.Word.dll is handy and can be another solution.

what about PDF files? is there any free or commercial API ,DLL , component or any solution to count words ,paragraphs and lines in pdf files ?

thanks

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET