Hello
How can search for a word within the PDF file using C # code
So give me a word and the page number where the existing
Loading
Hello
How can search for a word within the PDF file using C # code
So give me a word and the page number where the existing
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mohamed AbedallahPosted Jan 26, 2017, 11:38 AM
If the PDF pages consist of text only, you can parse the text using any SDK that has PDF parser feature and then search the returned text for the word.
These two solutions can be done easily using LEADTOOLS SDK. For more information see this project:
https://www.leadtools.com/blog/document-imaging/ocr/directory-word-search-images-documents-25-projects-25-days/
Disclaimer: I work for the company that created this library.
Leon DPosted Jan 20, 2017, 4:07 AM