Getting all text in word document
-
Hi everybody i need some articles or hints about getting all the text in a word document using csharp, the text to get includes the text in all kinds of shapes, header footer, controls and all the complications of the word document thanks a lot
-
Hi everybody i need some articles or hints about getting all the text in a word document using csharp, the text to get includes the text in all kinds of shapes, header footer, controls and all the complications of the word document thanks a lot
Hi I don't know if it helps or not but in MS Word 2003 you can get the content of a word document as a xml document. you can do it using doc.Content.get_Xml(); doc is a DocumentClass. Later you can set the xml to another doc.
-
Hi everybody i need some articles or hints about getting all the text in a word document using csharp, the text to get includes the text in all kinds of shapes, header footer, controls and all the complications of the word document thanks a lot
Have a look at this: Reading a word document using C#[^]
#region signature my articles #endregion