Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 614 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 614 Bytes

img2pdf

Create book from the sequence of images.

Usage under Linux:
img2pdf.pl <path-to-directory-with-book-images>
under Windows x64: 
img2pdf.exe <path-to-directory-with-book-images>

Windows x32 platform does not supported.

Images naming convention:
000.jpg
001.jpg
.......
552.jpg

images names should be same length and same extension.

Directory with images naming convention:
<book name>, <comma separated author list>, <publisher>, <year of publishing>

Example:
Awesome book name, J.Doe, J. Doe Jr,..., L. Author, Awesome publisher, 2014

Enjoy!