Question : export location of hyperlinks in a PDF

I have a software application that exports PDFs to images. I am trying to figure out a way to export the hyperlinks locations and place them accurately over the area of the image that the link text appears at.

is there a way to find a URL within the pdf of a PDF, find the lenght of the url and its x & y coordinates so we could then put a link over the image of the page ?  

Answer : export location of hyperlinks in a PDF

I don't know of any off the shelf product that would allow that, so you would have to create your own tool. Do you know Java (or know anybody who knows Java)? If so, you can use the free iText library (http://www.lowagie.com/iText/) to create a tool that can extract links with all their properties. There is also a .NET version of iText (iTextSharp).
Random Solutions  
 
programming4us programming4us