c# - Replace text in PDF -


i'm trying replace section of pdf different text. research on major pdf libraries .net, seems complicated , not trivial task. think may easier convert pdf image, replace text (always in same place), convert pdf (or leave image if converting isn't possible). possible extract image pdf page .net?

if text in known location, can cover rectangle filled background color, , draw text on top.

note text still there, won't visible. selecting text still pick old stuff. if that's acceptable, it's quite trivial.


Comments