Mini_Python_Projects icon indicating copy to clipboard operation
Mini_Python_Projects copied to clipboard

PDF Merger and Splitter

Open Dennismwendwa opened this issue 3 months ago • 3 comments

A Python utility that allows users to merge multiple PDF files into one or split a single PDF into individual pages. Features

  • Merge multiple PDF files into a single document.
  • Split a PDF into separate files (by page range or each page individually).
  • Simple CLI interface (optional: add GUI later with Tkinter).
  • Input validation and error handling for missing or invalid files.

Dennismwendwa avatar Oct 18 '25 04:10 Dennismwendwa