Example of Advanced Replace in ASP.NET Core Word (DocIO) Library
This sample demonstrates how to replace a specific content in the Word document with another document using the Find and Replace functionality of Essential Word (DocIO) library.
DEMO
SOURCE
DocIO allows you to find and replace a specific content in the Word document with another document.
You can replace a specific content with another part of the document or another Word document.
You can replace the content by retaining the same formatting for the new content.
You can also replace it with any document elements like image, paragraph, table, etc.,
More information about the Find and Replace functionality can be found in this
documentation
section.
Transform your ASP.NET Core web apps today with Syncfusion ASP.NET Core components