Hello Aspose Team
Can I get help to know How to Find & Replace Hyperlinks in pdf.
I used the below sample code to get the hyperlink.
Document document = new Document("c:/pdftest/TempFile.pdf");
// Traverse thro…...through all the page of PDF foreach (Aspose.Pdf.Page page in document...document.Pages) { // Get the link annotations from particular page AnnotationSelector...