nagracks / pdf_merge

PDF Merger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PDF Merge

PDF Merge script. This script merges two or more PDFs together.

Usage

usage: pdf_merge.py [-h] [-o OUTPUT_FILE] [files [files ...]]

PDF Merge script

positional arguments:
  files                 pdf files

optional arguments:
  -h, --help            show this help message and exit
  -o OUTPUT_FILE, --output-file OUTPUT_FILE
                        output file name. defaults to `merged_file.pdf`

TODO

PDF Merge is a work in progress, so any ideas and patches are appreciated.

  • Merge two or more files together
  • Compress pdfs
  • Make it robust

Contributing

Feel free to improve PDF Merge. All kind of pull-requests are welcome.

LICENSE

PDF Merge is licensed under MIT

About

PDF Merger

License:MIT License


Languages

Language:Python 100.0%