Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 584 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 584 Bytes

PDF Merger

This is a Python script that merges multiple PDF files into a single PDF file.

Prerequisites

Installation

  1. Install the required dependencies:
pip install PyPDF2

Usage

  1. Place the PDF files you want to merge in the same directory as main.py.

  2. Run the script:

python main.py arg1 arg2 ...
  1. Follow the on-screen instructions to provide the names of the PDF files to merge.

  2. The merged PDF file will be saved as merged.pdf in the same directory.