Some test text!
PDFTron’s Java PDF Conversion Library is easy to get up and running with popular package managers and a few lines of code.
Java
View a Document
Customize the UI
import com.pdftron.pdf.controls.DocumentActivity;
// from internal storage
final Uri localFile = Uri.fromFile(new File("tiger.pdf"));
DocumentActivity.openDocument(this, localFile);
PDFTron SDK
COMPANY