I am using ASP.NET to let the user upload a .docx file and then the application retrieve information from that file and save in database.
I managed to read the text in tables, but i can not read the formatting and styles of that text.
I want to read the paragraph with formatting so that the user can see his text formatting when appear in editors like CKEditor.