/pdf-merger

Merge several PDF into one file

Primary LanguagePython

Overview

Small project for learning Python. This script merges several pdf files into one file.

Usage

Install the pypdf library with pip.

pip install pypdf

Indicate the pdf files inside the input folder, in order of merging. Example:

python merger.py sample.pdf another_sample.pdf

It will create the file result.pdf inside the output folder.