I have a pdf file.I need to find all the hyperlinks available in that file and then make change on those links. I am using C# and I'd rather not to use a third party tool!
|
|
You can use iTextSharp. Its an open-source API to manipulate pdf written in c#. The basic algorithm would be:
|
|||
|
|
|
Personally I'd have a hack around with PyPDF.. |
||
|
|
