/Merge-PDF-Files

Sort and merge multiple PDF files into a single output PDF document

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Merge PDF Files

Sorts and merges PDF files located in PDF folder.

Installation

Scripts rely on Python 3, PyPDF2.

  1. Navigate to the script's directory.
  2. Run pip install -r requirements.txt from Command Prompt/Terminal.

Usage

Note: If you want a particular order in the resulting PDF document, the PDF files should be numbered in some way to signify this.

  1. Place PDF files in PDF folder.
  2. Run python application.py.
  3. The script will output Merged_PDF.pdf in the main script directory.

Contributing

Contributions / optimizations always welcome.

License

GNU GPL v3