Skip to content

Instantly share code, notes, and snippets.

@matandobr
matandobr / merger.py
Last active November 7, 2023 06:55 — forked from ericmjl/merger.py
A Python script for merging PDF files together into a single PDF.
"""
Author: Eric J. Ma
Updated: Matan Dobrushin
Purpose: Merge all PDFs in the current directory together.
Install: pip install PyPDF2==3.0.1
"""
import os