Parse a Docx document
This topic contains 1 reply, has 2 voices, and was last updated by Eric White 9 years, 3 months ago.
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
You must be logged in to reply to this topic.
Home › Forums › Open-Xml-PowerTools › Parse a Docx document
This topic contains 1 reply, has 2 voices, and was last updated by Eric White 9 years, 3 months ago.
Hi,
This is certainly possible.
You may want to use content controls to delineate the area where users will enter their answers. You can protect the remainder of the document from modification, so that users can only change the document inside the content controls. You can tag the content controls so that you can more easily extract the information. There are a number of code samples out there that show how to retrieve the contents of content controls, including by tag.
Cheers, Eric
You must be logged in to reply to this topic.