A simple script dependent on Pypdf. It merges any pdf contained inside of the folder the script is in into one .pdf named output.pdf
- install pypdf either globally or inside a venv via: pip install -r requirements.txt
- Navigate to your folder containing the .pdf's via you're perferred console.
- Copy the merge_pdf.py into the folder
- Run the script via its absolute path
- Open the output.pdf file to ensure all .pdf's were successfully merged