https://github.com/younglim/split-pdf-mulitiple-pages
Split PDFs into files containing x pages
https://github.com/younglim/split-pdf-mulitiple-pages
Last synced: about 1 year ago
JSON representation
Split PDFs into files containing x pages
- Host: GitHub
- URL: https://github.com/younglim/split-pdf-mulitiple-pages
- Owner: younglim
- License: mit
- Created: 2020-06-14T11:58:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-14T11:59:32.000Z (about 6 years ago)
- Last Synced: 2025-04-06T21:43:15.410Z (over 1 year ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# split-pdf-mulitiple-pages
Split PDFs into files containing x pages
How to run:
```
pip3 install pypdf2
python3 pdfmultisplitter.py input.pdf 10 // Splits PDF every 10 pages
```