Click here to Skip to main content
15,908,444 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to scan first and last name and mobile number,email in resume from .doc and pdf files in Windows application using C#..

i have tried many sites coding but no use any one help me...
Posted
Comments
Richard MacCutchan 20-Feb-13 4:56am    
Unless you know which words in the file contain this information then it is largely a matter of guesswork. Finding an email should be slightly easier as you can use a regex but it could still extract some invalid strings.
Raman Thakur 20-Feb-13 5:20am    
If you have fixed format for Resume then its easy. For Ms word you can directly use .net office libraries and for PDF there are lot of Open source Library like ITEXTSharp by using that you 'll get the whole data on document read that and make you logic according to that.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900