I’m developing one special job portal website in asp.net. Here I want to display the resume (.doc file) preview and some content in that resume is display into textboxes.
Here my problem is, can I find the content depending on the font style and font size on the resume?
please answer anyone.
you can use OpenXMl SDK tool. it gives you the doc as xml files and every paragragh has it’s properties include the font name and size. for example:
you have to read more about it. you can see more info Here.
I’m sorry I can’t give you specific code how to do it but I can say that you Can do it by this tool