How can we read .docx file using C#?

The format of DOCX is well documented To read the packages, you can use the classes from the System.IO. Packaging namespace.

The format of DOCX is well documented. To read the packages, you can use the classes from the System.IO. Packaging namespace.

1 Perhaps a better link for DOCX format documentation: msdn.microsoft. Com/en-us/library/bb266220. Aspx – Cody Gray 2 days ago Thanks Cody Gray.

The link I posted leads to the download of the ISO/IEC 29500-1 PDF which is the authoritative resource as far as I can tell. – Lucero 2 days ago thanks I got the base – user1006544 2 days ago.

Low level answer: DOCX files are OPC (Open Packaging Conventions) format (zip files with a manifest) and can be opened with the classes available in the System.IO. Packaging namespace. Gh level answer: DocX is an opensource framework that supports manipulating DOCX files using higher level constructs.

If you're able to read the file as XML then may be you could apply some XPATH queries to get the info you need.

You would use the Microsoft Office 12.0 Object Library.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions