void Test()
{
var doc = new Aspose.Pdf.Document(@"C:\Users\Administrator\Desktop\test\test.pdf");
var textFragmentAbsorber = new TextFragmentAbsorber("2008");
doc.Pages.Accept(textFragmentAbsorber);
var textFragmentCollection = textFragmentAbsorber.TextFragments;
foreach (var textFragment in textFragmentCollection)
{
textFragment.Text="2024";
}
doc.Save(@"C:\Users\Administrator\Desktop\test\out.pdf");
}
Error
Incorrect input string passed for font STSong-Light-UniGB-UCS2-H image.jpg (261.0 KB)
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.
Issue ID(s): PDFNET-56385
You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.
We will definitely prioritize the ticket on first come first serve basis and as soon as it is resolved, we will let you know via this forum thread. Please spare us some time. We are sorry for the inconvenience.