Skip to content

Latest commit

History

History
21 lines (13 loc) 路 408 Bytes

File metadata and controls

21 lines (13 loc) 路 408 Bytes

馃З PDF Merger CLI Tool

A simple and efficient command-line tool to merge multiple PDF files into one. Built with Python using the argparse and PyPDF2 libraries.

馃敡 Features

  • Merge multiple PDF files in the order you provide
  • Fast and lightweight
  • Easy-to-use CLI interface

馃殌 Usage

馃摝 Requirements

  • Python 3.x
  • PyPDF2

Install the dependency:

pip install PyPDF2