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