img2pdf is a lightweight Android tool to merge multiple images into a single PDF file.
Simple, fast, privacy-friendly, and works on all devices.
- Select multiple images from gallery
- Export PDF in A4 or fit-to-image mode
- Dashboard with View, Share, and Delete
- Runs on all Android devices, lightweight and smooth
- Privacy by design: all processing is done on-device
- Free and open source
Get the app on Google Play:
img2pdf on Play Store
To build from source:
- Clone the repo:
git clone https://github.com/arizu-id/img2pdf-app.git cd img2pdf-app - Open the project in Android Studio (latest version).
- Let Gradle sync automatically.
- Build & run on your device or emulator:
./gradlew assembleDebug