// Get CPDFReaderView from xml
CPDFReaderView readerView = findViewById(R.id.readerview);
CPDFDocument document = new CPDFDocument(context);
//Open document.
document.open(pdfUri);
// Set the PDF document type to CPDFReaderView
readerView.setPDFDocument(document);
PDF Editor Library for Android
Allow users to manipulate PDF pages with ease on your Android apps. Integrate ComPDFKit PDF SDK into your Android app to add blank pages, delete unwanted pages, replace existing pages with new ones, rotate pages, or reverse the order of pages in your PDF document.
Android Annotation Library
Enable to annotate PDF documents with various annotation tools. You can add, set, delete, or flatten annotations such as ink, free text, note, shape, line, link, sound, and more. You can also modify the properties of your annotations, such as color, font, opacity, line width, and alignment.
Android Content Editor PDF SDK
ComPDFKit Android library allows you to edit PDF content like Word. You can add, delete, or edit PDF text and images, formatting your text with fonts, colors, sizes, and alignments. You can also move, rotate, crop, replace, scale, extract, or copy your images within your PDF document.
Android PDF Library: Split & Merge PDFs
Split and merge PDF documents on your Android app with ComPDFKit SDK, merging multiple PDF documents or selected PDF pages into one PDF, and splitting a large PDF document into smaller ones by page range.