Example of Split by Bookmark in ASP.NET Core Word (DocIO) Library
This sample demonstrates how to split Word document by bookmark 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 by section.
- You can split a Word document based on headings.
- You can split a Word document based on placeholders.
More information about splitting a Word document can be found in this
Documentation
section.