- Make directory including pictures into a PDF book.
- This package and tool are mainly made for getjump
- FOR PERSONAL USE ONLY. Generated PDF must not be distributed to other people.
pip install mkbook
# or:
pip install git+https://github.com/eggplants/mkbook
$ mkbook ~/Pictures/タコピーの原罪 takop.pdf
Saving...
Done: /Users/eggplants/prog/mkbook/takop.pdf
$ file takop.pdf
takop.pdf: PDF document, version 1.4
$ mkbook ~/Pictures/タコピーの原罪 takop.pdf
'takop.pdf' already exists. Use `-o` to overwrite.
$ mkbook -h
usage: mkbook [-h] [-f FONT_SIZE] [-F TT_FONT] [-o] [-V] PATH PATH
Make directory including pictures into a PDF book
positional arguments:
PATH target dir
PATH saved pdf file path
optional arguments:
-h, --help show this help message and exit
-f FONT_SIZE, --font-size FONT_SIZE overwrite if pdf path exists (default: 20)
-F TT_FONT, --tt-font TT_FONT truetype font file
-o, --overwrite
-V, --version show program's version number and exit
note:
This package and tool are mainly made for getjump.
https://github.com/eggplants/getjump
MIT