The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
HCHarini Chellappa Syncfusion Team November 16, 2020 07:37 AM UTC
Hi S_Line,
Syncfusion Greetings!
Can you please explain your usecase scenario on this in detail? So that we will check accordingly and provide you the solution at the earliest.
Regards,
Harini C
S_S_LineNovember 16, 2020 10:58 AM UTC
Yes.
I want to replace the string text "{XYZ}" by some string that have a line break, like
"
string replaced 1
string replaced 2
string replaced 3
"
how can i do this?
SRStephen Raj Chandra Sekar Syncfusion Team November 17, 2020 01:35 PM UTC
Hi S_Line,
You can achieve this use case by using findAll API to find all occurrences of the text “{XYZ}” in document Editor. Then use “replaceAll” to replace all the occurrences of the searched text in the document editor. Also, you can refer below documentation for customize find & replace.