Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohamedma872/openpdffile
Open PDF File without using third party library and pdf should be bundled
https://github.com/mohamedma872/openpdffile
Last synced: 7 days ago
JSON representation
Open PDF File without using third party library and pdf should be bundled
- Host: GitHub
- URL: https://github.com/mohamedma872/openpdffile
- Owner: mohamedma872
- License: mit
- Created: 2024-05-05T19:51:24.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-05-05T21:17:42.000Z (7 months ago)
- Last Synced: 2024-05-06T20:49:43.639Z (7 months ago)
- Language: Kotlin
- Size: 57.8 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Android PDF Viewer
This project demonstrates a simple Android application for viewing PDF files using the Android `PdfRenderer` API. It's designed as a basic utility that allows users to open and navigate through PDF documents page by page with zoom in/out functionality.
## Features
- Load PDF files from the Android asset folder.
- Navigate through PDF pages using previous and next buttons.
- Zoom in and zoom out on PDF pages using pinch gestures.## Prerequisites
Before you begin, ensure you have met the following requirements:
- Android Studio 4.0 or higher
- Android SDK with API level 21 (Lollipop) or higher## Installing Android PDF Viewer
To install the Android PDF Viewer, follow these steps:
```bash
git clone https://github.com/mohamedma872/android-pdf-viewer.git
cd android-pdf-viewer