August 2018

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 Keep reading

What should I do if I want to display a specified page when opening a PDF document using PDF SDK for Android?

by Conor Smith | August 28, 2018
To display a specified page when opening a PDF file, the interface gotoPage (int pageIndex) should be used. Foxit PDF SDK for Android utilizes multi-thread to improve rendering speed, so please make sure the document has been loaded successfully before using the gotoPage interface. Please implement the callback interface in the IDocEventListener, and then call […]
Keep reading Keep reading
Used everywhere

Trusted by