Image2Pdf is a simple Android application that allows you to select images from your device, organize them, and convert them into a single PDF file. The app is designed to be offline-first and private, processing all files directly on your device.
- Select Multiple Images: Pick one or more images from your device's gallery.
- Preview and Reorder: View your selected images in a list. Drag and drop to reorder them before creating the PDF.
- Image Details: View properties of each selected image, including name, size, and location.
- Remove Images: Easily remove unwanted images from your selection.
- Create PDF: Convert the ordered images into a PDF file. You can specify a name for your PDF.
- Organized Storage: All generated PDFs are saved in a dedicated
Image2Pdffolder inside your device'sDownloadsdirectory. - View PDFs: Access and view all the PDFs you've created directly from the app.
- About Section: Displays app version, installation date, and author information.
- Tap the "Select Images" button to choose images from your device.
- On the preview screen, you can:
- Drag and drop images to change their order.
- Tap the delete icon to remove an image.
- Tap the info icon to see file details.
- Tap the "Convert To PDF" button.
- Enter a name for your PDF file and tap "Save."
- After the PDF is created, you can find it in the
Downloads/Image2Pdffolder on your device. - Tap the "View PDF Files" button on the main screen to see a list of all your created PDFs and open them.
- Kotlin
- Jetpack Compose
- Material 3
- Coil for image loading
- Reorderable for the reorderable list
This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.