JaKoImage2PDF is a program for converting images to PDFs with the use of iText 7.
Click here for the latest release.
- Build a single PDF from a directory of images See here
- Build multiple PDFs from multiple subdirectories of images at once See here
- Build PDFs from one or multiple ZIP files of images
- Change the order of the images in the PDF via drag-and-drop and remove unwanted ones
- Text-only-mode
Java 1.8 is required to run this program.
To create a standalone distribution as a zip or tar file, run:
./gradlew distZip
or
./gradlew distTar
The distribution is placed under build/distributions
.
To run the program from the distribution, extract the zip or tar file, and run the launch script for your system in the bin folder by double-clicking on it or typing either:
./jaKoImage2Pdf
in the command-line interface or
./jaKoImage2Pdf --noGUI
to run the program in text-only-mode.
- Run the program.
- Simply drag and drop the directory you want to convert or click on
Choose directory
and select the source-directory of images you want to convert into a PDF. - Reorder images and remove unwanted ones.
- Click on
Build
.
- Run the program in text-only-mode.
- Supply a path to the folder of images you want to convert into a PDF
- Type
no
when asked "Do you want to build multiple PDFs from this source?" - Type
yes
if the file is a ZIP-file,no
otherwise - Reorder images and remove unwanted ones.
- Type
build
- Type
no
to build the PDF in the same folder as was supplied - Type
exit
to exit the program or go to step 2 to build more PDFs
- Run the program.
- Click on
Options
and check thePDFs from multiple directories
-box. - Simply drag and drop the directory of subdirectories you want to convert or click on
Choose directory
and select the source-directory of subdirectories you want to convert into PDFs. - If you want to alter specific PDFs to be build, double-click on the directory you want to alter to open a second window with it's contents.
- Reorder images and remove unwanted ones
- Click on the build button in the second window to build the PDF and remove this directory from the main window
- Click on
Build
to build multiple PDFs from the chosen directories.
- Run the program in text-only-mode.
- Supply a path to the directory of subdirectories you want to convert into PDFs
- Type
yes
when asked "Do you want to build multiple PDFs from this source?" - Type
yes
if the files are ZIP-files,no
otherwise - Reorder images and remove unwanted ones.
- Type
build
- Type
no
to build the PDF in the same folder as was supplied - Type
exit
to exit the program or go to step 2 to build more PDFs