Example of Find and Replace in ASP.NET Core PowerPoint (Presentation) Library
This sample demonstrates how to replace a specific text or text pattern in the PowerPoint presentation with another text using Find and Replace functionality of .NET PowerPoint library.
DEMO
SOURCE
.NET PowerPoint library allows you to replace a specific text in the PowerPoint presentation with another text.
- You can find the static text or text pattern using regular expression.
- You can find and replace the text with another text in all PowerPoint slides and elements such as Shape, Textbox, Table, SmartArt, etc.
- You can replace the text in specific slide, notes slide, master slide or layout slide.
- You can replace the text by matching case, whole word and all occurrence or first occurrence alone.
- You can also replace the content that spans across several lines.
More information about the Find and Replace functionality can be found in this
Documentation
section.