Hi,

I'm trying to read a pdf file and get all hyperlinks from this file.
I'm using iTextSharp for C# .net. Below follow the code that I'm using:

*PdfReader reader = new PdfReader("D:/teste.pdf");           *

*          List<PdfAnnotation.PdfImportedLink> list = reader.GetLinks(1);*

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.

Do you have some idea to resolve my problem?

Best,

Leonardo Heidrich
Engenheiro de Computação
------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php

Reply via email to