Reading hyperlinks from pdf file
问题 I'm trying to read a pdf file and get all hyperlinks from this file. I'm using iTextSharp for C# .net. PdfReader reader = new PdfReader("test.pdf"); List<PdfAnnotation.PdfImportedLink> list = reader.GetLinks(36); This method "GetLinks" return a list with a lot of information about the links, but this method does not return the value that I want, the hyperlink string and I exactly know that there are hyperlinks in 36th page 回答1: PdfReader.GetLinks() is only meant to be used with links internal