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.
git clone https://github.com/yourusername/pdf-page-duplicator.git
pip install PyPDF2
- Create input and output folders
- Place PDF files in input folder
- Run:
python main.py
- Python 3.6+
- PyPDF2
MIT