Question

Ive been trying to find any tutorial or help for how to read docx document, read its content including paragraphs, headers, list etc. I have done this with xml files using System.XML; and class XMLTextReader. But how I can do this with docx documents in Visual C#?

No correct solution

OTHER TIPS

I have used http://docx.codeplex.com/ library to do this (read a .docx file, change the contents, save it back).

Try these libraries:

  1. Open XML Format
  2. NPOI
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top