my requirement is need to update hyperlink and hyperlink text in pdf using Itextsharp in c#.net application.I have gone through following link.
Reading hyperlinks from pdf file
By following this code i was succeeded to change hyperlink in PDF. but how to change hyperlink text
for example : hyperlink is : http://www.google.com hyperlink text is : ClickHere
I want change "ClickHere" to "SearchHere"
Any help,Appreciated