Mini_Python_Projects
Mini_Python_Projects copied to clipboard
PDF Merger and Splitter
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.