I want to read a docx File in c#.
the docx file when converted to .zip generate the xml of our file.
I want to read that xml file .
I need all the data from the doc with ther font name (bold italic setting), color from the file.
How can we do this?
I want to read a docx File in c#. the docx file when converted
Share
The format of DOCX is well documented. To read the packages, you can use the classes from the
System.IO.Packagingnamespace.