Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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