Add links to a PDF programmatically
by Conor | October 23, 2013
Adding links to PDF files is very straight forward. A link in a PDF is actually an annotation and is placed on top of the content that you wish to link. These hotspot links can be added using the following functions: AddLinkToFile — add a link to an external file. AddLinkToPage — add a link […]
Keep reading