Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 543 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 543 Bytes

pdf-page-duplicator

Duplicates each page of PDF documents, creating a new file where each page appears twice consecutively. Example: a 3-page document becomes 6 pages (1-1-2-2-3-3). Useful for scenarios requiring duplicate pages within the same document.

Installation

git clone https://github.com/yourusername/pdf-page-duplicator.git
pip install PyPDF2

Usage

  1. Create input and output folders
  2. Place PDF files in input folder
  3. Run:
python main.py

Requirements

  • Python 3.6+
  • PyPDF2

License

MIT