WordDocument Allegato = new WordDocument();
Allegato.Open(Path, FormatType.Doc);
Syncfusion.DocIO.DLS.TextSelection NomeAllegato;
NomeAllegato = Allegato.Document.Find(new Regex("^Preventivo (?<dummy>.*)/(?<dummy2>.*) - Allegato N° (?<dummy3>.*)"));
Allegato.Document.Replace(NomeAllegato.SelectedText, NomeDb, false, true); ;
Allegato.Save(Path, FormatType.Doc);
Allegato.Close();
Allegato = null;
Hi Customer,
Thank you for your update.
We have created a support incident for the reported issue while using DocIO under your account. Please log on to our support website to check for further updates
https://www.syncfusion.com/account/login?ReturnUrl=%2fsupport%2fdirecttrac%2fincidents
Regards,
Sarath