How can I add a link annotation to a PDF file?
by Conor Smith | August 29, 2018
To add a link annotation to a PDF file, you should first call the FSPDFPage::addAnnot to add an annotation to a specified page, then call FSAction::Create to create an action, and set the action to the added link annotation. Following is the sample code for adding a URI link annotation to the first page of […]
Keep reading