c# - Altering PDF through iTextSharp to Replace some existing text with a new text -


please tell me if there function in itextsharp dose replace(”xx”,”yy”) function in pdf file without altering remaining parts of file.

short answer: no cannot itext.

longer answer: pdf display format, when pdf rendered many decisions made page , character layout , positioning. chapter 6 of itext in action has great description in introduction of why not trivial task. can read chapter 6 free publisher's website.


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -