Medium
medium.com › @generalfocus1 › build-your-own-android-pdf-reader-from-scratch-using-android-studio-ac65601eb90
Build Android PDF Reader From Scratch Using Android Studio | by Oyinkansola Olabode | Medium
April 6, 2020 - I will assume the reader of this ... fundamentals of creating an android studio project. After creating your android studio project, add the dependency below to your gradle file · implementation 'com.github.barteksc:android-pdf...
Blogger
devofandroid.blogspot.com › 2018 › 04 › pdf-reader-app-android-studio-tutorial.html
PDF reader app - Android Studio Tutorial
July 4, 2023 - A blog web site to learn the Android Application development from scratch to professional in Java and Kotlin using Android Studio. ... This tutorial is about: ✓Create PDF app. ✓Display Specific or all pages from PDF ✓Display PDF from Assets folder. ✓Add padding between pages ✓Passwords ✓Scroll PDF pages vertically or Swipe horizontally. implementation 'com.github.barteksc:android-pdf-viewer:3.0.0-beta.5'
Videos
GeeksforGeeks
geeksforgeeks.org › android › how-to-create-dynamic-pdf-viewer-in-android-with-firebase
How to Create Dynamic PDF Viewer in Android with Firebase? - GeeksforGeeks
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" tools:context=".MainActivity"> <!--PDF View for displaying our PDF--> <com.github.barteksc.pdfviewer.PDFView android:id="@+id/pdfView" android:layout_width="match_parent" android:layout_height="match_parent" /> </RelativeLayout>
Published July 23, 2025
GitHub
github.com › ComPDFKit › compdfkit-pdf-sdk-android
GitHub - ComPDFKit/compdfkit-pdf-sdk-android: Offer comprehensive code samples and show how to integrate the ComPDFKit PDF SDK to build a PDF viewer and editor on Android. · GitHub
Offer comprehensive code samples and show how to integrate the ComPDFKit PDF SDK to build a PDF viewer and editor on Android. - ComPDFKit/compdfkit-pdf-sdk-android
Starred by 137 users
Forked by 12 users
Languages Java 93.7% | Kotlin 6.3%
ComPDF
compdf.com › blog › build-an-android-pdf-viewer-or-editor-in-java
How to Build a Java Android PDF Viewer or Editor
ComPDF also provides the guides to build an Android PDF Editor. 1. Copy a PDF document into the assets directory of your Android project. For example, import the file Quick Start Guide.pdf to the path src/main/assets.
GitHub
github.com › MindorksOpenSource › Open-PDF-File-Android-Example
GitHub - MindorksOpenSource/Open-PDF-File-Android-Example: An example project to demonstrate how to open a PDF file in Android programmatically · GitHub
An example project to demonstrate how to open a PDF file in Android programmatically - MindorksOpenSource/Open-PDF-File-Android-Example
Starred by 70 users
Forked by 18 users
Languages Kotlin
GitHub
github.com › tejpratap46 › PDFCreatorAndroid
GitHub - tejpratap46/PDFCreatorAndroid: Simple library to generate and view PDF in Android · GitHub
To Use ViewPager Based Pdf Viewer, you just have to create a Activity and extend it with PDFViewerActivity and call it using an Intent.
Starred by 284 users
Forked by 66 users
Languages Java 98.1% | HTML 1.9%
GitHub
github.com › Dmitry-Borodin › pdfview-android
GitHub - Dmitry-Borodin/pdfview-android: Small Android library to show PDF files · GitHub
Small Android library to show PDF files. Contribute to Dmitry-Borodin/pdfview-android development by creating an account on GitHub.
Starred by 304 users
Forked by 54 users
Languages Java 93.8% | Kotlin 6.2%
GitHub
github.com › ahmmedrejowan › PdfReaderPro
GitHub - ahmmedrejowan/PdfReaderPro: Modern PDF Viewer for Android · GitHub
Starred by 117 users
Forked by 27 users
Languages Kotlin
GitHub
github.com › DImuthuUpe › AndroidPdfViewer
GitHub - DImuthuUpe/AndroidPdfViewer: Android view for displaying PDFs rendered with PdfiumAndroid · GitHub
Library for displaying PDF documents on Android, with animations, gestures, zoom and double tap support. It is based on PdfiumAndroid for decoding PDF files. Works on API 11 (Android 3.0) and higher.
Starred by 8.5K users
Forked by 2.1K users
Languages Java
GitHub
github.com › voghDev › PdfViewPager
GitHub - voghDev/PdfViewPager: Android widget that can render PDF documents stored on SD card, linked as assets, or downloaded from a remote URL.
<es.voghdev.pdfviewpager.library.PDFViewPager android:id="@+id/pdfViewPager" android:layout_width="match_parent" android:layout_height="match_parent" app:assetFileName="sample.pdf"/> It will automatically have zooming and panning capability ...
Starred by 1.7K users
Forked by 336 users
Languages Java 100.0% | Java 100.0%
GitHub
github.com › muhammad-fiaz › PDF-Viewer
GitHub - muhammad-fiaz/PDF-Viewer: PDF Viewer: A simple yet powerful Android app built with Kotlin and Android Studio for viewing PDF documents seamlessly. Explore, read, and navigate through PDF files with ease. #Android #Kotlin #PDFViewer · GitHub
PDF Viewer: A simple yet powerful Android app built with Kotlin and Android Studio for viewing PDF documents seamlessly. Explore, read, and navigate through PDF files with ease. #Android #Kotlin #PDFViewer - muhammad-fiaz/PDF-Viewer
Author muhammad-fiaz
GitHub
github.com › topics › android-pdf-viewer
android-pdf-viewer · GitHub Topics · GitHub
This is a simple and best demo example of PDF rendering in android using java. pdf pdf-viewer pdf-document android-pdf-viewer android-pdfrenderer android-pdf-renderer
GitHub
github.com › topics › android-pdf
android-pdf · GitHub Topics · GitHub
android java pdf-viewer pdfview androidstudio android-pdf androidsdk androiddevelopment androidlibrary android-pdfviewer ... This is a simple app where the user will enter some content through a edittext and a pdf will be created based on their content.The user also can view the pdf and all the possible features for viewing the pdf will be available there.
Nutrient
nutrient.io › blog › sdk › how to build an android pdf viewer
Build an Android PDF viewer using Nutrient: A step-by-step guide
1 month ago - This step-by-step guide demonstrates how to integrate Nutrient’s Android PDF SDK to build a feature-rich PDF viewer in Android applications. It covers project setup in Android Studio, adding the SDK dependency, displaying PDFs from assets and local storage, and accessing advanced features like annotations and form filling.