You must Sign In to post a response.
Category: .NET
#768902
Hi stanley,
Try Free Spire.PDF, it's a .net pdf library and supports to read and extract text from pdf documents:
https://www.nuget.org/packages/FreeSpire.PDF/
Try Free Spire.PDF, it's a .net pdf library and supports to read and extract text from pdf documents:
https://www.nuget.org/packages/FreeSpire.PDF/
#768903
Hi,
You can achieve this using iTextSharp dll, you can download it from online and add it as a reference to your project.
Once add it to your project then add those references to your application and build the code by referring below link.
http://www.devasp.net/net/articles/display/1447.html
--------------------------------------------------------------------------------
Give respect to your work, Instead of trying to impress your boss.
N@veen
Blog : http://naveens-dotnet.blogspot.in/
You can achieve this using iTextSharp dll, you can download it from online and add it as a reference to your project.
Once add it to your project then add those references to your application and build the code by referring below link.
http://www.devasp.net/net/articles/display/1447.html
--------------------------------------------------------------------------------
Give respect to your work, Instead of trying to impress your boss.
N@veen
Blog : http://naveens-dotnet.blogspot.in/
#769289
Hi all,
This comment is for reading text from pdf.
Im trying to read checkbox value from pdf.
I came across OCR to read if it is image and convert and read.
Please suggest some ideas
If it is not third party dll it is more welcome.
This comment is for reading text from pdf.
Im trying to read checkbox value from pdf.
I came across OCR to read if it is image and convert and read.
Please suggest some ideas
If it is not third party dll it is more welcome.
Return to Return to Discussion Forum