tags:

views:

12

answers:

1

Hi

How to add/access hyperlinks (both internal and web page) in the PDF in iphone?

Sri

A: 

Not sure if you are asking this from a user or implementation perspective, I assume implementation as this is a programming Q/A site:

The PDF will more than likely be rasterized to an image for the phone, it will be up to the reader to extract the text/links and overlay these over the image to make them clickable.

I have seen this type of thing in flash readers/pagers where these link/hotspots are configured manually, obviously not an option for a generic PDF reader

Mark Redman