Hi,
I am trying to change the text of PDF files using TextFragment.
textFragment.Text = “new text”;
Text gets replaced but I also want to retain its formatting like if the original text is Bold , new text should also be in bold. ( Or any other such cases like color and text styles. )