Please tell me if is there any function in iTextSharp that dose replace(”xx”,”yy”) function in the pdf file without altering remaining parts of the file.
Please tell me if is there any function in iTextSharp that dose replace(xx,yy) function
Share
Short answer: NO you cannot do that with iText.
Longer Answer: PDF is a display format, so when the PDF is rendered many decisions are made about page and character layout and positioning. Chapter 6 of iText in Action has a great description in the introduction of why it is not a trivial task. You can read Chapter 6 for free from the publisher’s website.