How can I add a link annotation to a PDF file?
				by Conor Smith | August 28, 2018
			
			
					To add a link annotation to a PDF file, you should first call the PDFPage.addAnnot to add an annotation to a specified page, then call Action.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