We are developing C# .net 4.0 Windows Form Based Application. Here, User Will enter the Word Document paragraph number.After getting that Paragraph number, I want to Show that Selected Paragraph's in the any one of the WORD PROCESSING COMPONENT like Dsoframer or any other without changing the format. How i do it?
Using DSOFRAMER i could able to open the Entire Word Document.but I want to display only user selected paragraphs...
(OR)
I can able to retrieve the open xml representation of the user Selected Word document Pararaphs(USING OPEN XML SDK 2.0).Then how i paste it in to any WORD PROCESSING COMPONENT.