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