Skip to content
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.
/ pdfmaker Public archive

An opensource image to pdf maker android application.

Notifications You must be signed in to change notification settings

mr-ravin/pdfmaker

Repository files navigation

PdfMaker Logo

PdfMaker

An opensource image to pdf maker android application. The produced pdfs contains pages of A4 size.

Application Developer: Ravin Kumar

Instructions:

  • Tap and hold over images when need to select multiple images.
  • In case where only one image is needed to make a pdf, a short-touch on the screen will also work.

Download PDFMaker from Google PlayStore:

Steps for using this app:

  1. At start, this application will open the gallery.
  2. Select and hold for pictures, in the sequence which you want them to be on the pdf.
  3. Click on the SELECT button.
  4. This app will then create an A4 size pdf with its detail shown in a notification.

Application View

android application view 1

Install Dependency Library

In the build.gradle file, add following lines:

dependencies {
    implementation 'com.tom_roush:pdfbox-android:1.8.10.0'
}

For more details, please do refer this link

Note: In the source code, the code of RealPathUtil.java is taken from link, which was made opensourced by Merab Tato Kutalia. This file is used to retrieve file path from uri.
Copyright (c) 2021 Ravin Kumar
Website: https://mr-ravin.github.io

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation 
files (theSoftware”), to deal in the Software without restriction, including without limitation the rights to use, copy, 
modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the 
Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the 
Software.

THE SOFTWARE IS PROVIDEDAS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE 
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR 
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Releases

No releases published

Packages

No packages published

Languages