Read PDF file in C#
-
Guys, I want to read PDF file in C# application. Can anyone tell me what should i do? Thanks, Sunil G.
If your concerned only with the text from the pdf try Dan Letecky's article here on CP: http://www.codeproject.com/KB/string/pdf2text.aspx Cheers, Manfred
-
Guys, I want to read PDF file in C# application. Can anyone tell me what should i do? Thanks, Sunil G.
You could use THIS[^] for complete information about parsing PDF file. Underneath that page you will find one link which will redirect to our own Codeproject article and that is THIS[^]. Hope this will make you clear about your doubt regarding PDF parsing.
Regards, Hiren. Microsoft Dynamics CRM "A SQL query goes into a bar, walks up to two tables and asks, "Can I join you?", "yes naturally""
-
You could use THIS[^] for complete information about parsing PDF file. Underneath that page you will find one link which will redirect to our own Codeproject article and that is THIS[^]. Hope this will make you clear about your doubt regarding PDF parsing.
Regards, Hiren. Microsoft Dynamics CRM "A SQL query goes into a bar, walks up to two tables and asks, "Can I join you?", "yes naturally""