Hi,
I am working on MVC4 aspx view engine.
Here I am having a requirement where I have to read the contents of the uploaded pdf file and need to to show those in view page controls.
For e.g If I read No of items from the pdf file then I have to show the count of items in a textbox.
Please help me to overcome.
Thanks
Mahesh.
Mohamed AbedallahPosted Apr 6, 2017, 12:33 PM
1. If the PDF pages are images (without text), you can recognize the text in these images using an OCR engine.
2. If the PDF pages are searchable (Text based), you can parse the objects in the PDF pages and then get the text objects.
Since PDF files are not directly supported in .NET Frameworks, you can use LEADTOOLS SDK to get the text from PDF. See this link:
http://demo.leadtools.com/JavaScript/OCR/
Mahesh BodepudiPosted Apr 4, 2017, 5:53 AM
Rahul PrasadPosted Apr 3, 2017, 9:09 PM
Khaja MoizuddinPosted Apr 3, 2017, 10:43 AM
Vivek KumarPosted Apr 3, 2017, 8:42 AM