/PDF_merger

A Tool to Merge Your PDF Files in the Order You Want.

Primary LanguagePython

PDF_merger

A tool to merge your PDF files in the order you want.

Environment

Use the package manager pip to install package pypdf.

pip install pypdf

Usage

  1. Clone or download this repository
  2. Move to the repo's directory.
cd /path/to/directory/
  1. Place the PDF files you want to merge to folder pdf_original
  2. Run merger.py
python merger.py
  1. Enter merging order, separating numbers with ","

Here's an exmaple, after running merger.py, the following message appears,

Find PDF files:
1. Wei Chuan Dragons.pdf
2. CTBC Brothers.pdf
3. Rakuten Monkeys.pdf
Enter the Merging Order (ex: 1, 3, 2, ...):

If you want to merge in the order Wei Chuan Dragons.pdf, Rakuten Monkeys.pdf, CTBC Brothers.pdf, just enter

1, 3, 2
  1. You can find the merged PDF file in the folder pdf_merged

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT