An Android application that converts shared PDF files into high-quality PNG images.
- PDF to Image: Converts every page of a PDF into a PNG file.
- Location Tagging: Optionally embeds the device's current GPS location into the image EXIF data.
- Smart Naming: Saves files as
page{N}_{original_name}.jpg. - Privacy Focused: All processing happens locally on the device.
- Language: Kotlin
- UI: Jetpack Compose
- PDF Rendering: Android
PdfRenderer - Location: Google Play Services Location
- Metadata: AndroidX Exif Interface
- Clone the repository.
- Open in Android Studio.
- Build and Run.