Merge PDF file by deep level
You should install pipenv before.
- install pip dependencies
- start pipenv shell
- start
main.py
$ pipenv install
$ pipenv shell
$ python main.py
$ python main.py --help
usage: main.py [-h] [-l LEVEL] [--name NAME] dir dest
positional arguments:
dir Target directory in here.
dest Destination filename in here.
optional arguments:
-h, --help show this help message and exit
-l LEVEL, --level LEVEL
Directory level in here. Default is 1.
--name NAME Target file's name in here(e.g. foo.pdf). Default is
unique.
Welcome! Plese go to Issues or Pull requests
See here