Example of Split by Section in ASP.NET Core Word (DocIO) Library
This sample demonstrates how to split Word document by section using .NET Word Library (DocIO).
DEMO
SOURCE
The .NET Word Library (DocIO) enables you to split Word document and save them in formats such as DOC, DOCX, RTF, HTML, PDF, and images.
- You can split a Word document based on headings.
- You can split a Word document by bookmarks.
- You can split a Word document based on placeholders.
More information about splitting a Word document can be found in this
Documentation
section.