Example of Clone and Merge in ASP.NET MVC Word (DocIO) Library
This sample demonstrates how to clone and merge Word documents using Essential DocIO.
DEMO
SOURCE
DocIO allows you to combine multiple documents into single document.
- You can also clone the specific text, paragraph, tables, section etc. from one document to another document.
- Formatting options are also available for maintaining the formats between the documents.
- DocIO supports the import options like keep source formatting, merge formatting, text only, use destination styles, continue, and restart list numbering.
More information about the clone and merge functionality can be found in this
documentation
section.