Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamakkkhil/pdf_reorderer
This python script lets you reorder our PDF pages by using PyPDF2 python library.
https://github.com/iamakkkhil/pdf_reorderer
Last synced: 4 days ago
JSON representation
This python script lets you reorder our PDF pages by using PyPDF2 python library.
- Host: GitHub
- URL: https://github.com/iamakkkhil/pdf_reorderer
- Owner: iamakkkhil
- Created: 2021-03-26T14:27:59.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-10T17:01:18.000Z (almost 4 years ago)
- Last Synced: 2024-03-17T05:53:46.548Z (11 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reorder any PDF you like and save it in your local directory.
This python script will let you rearrange/reorder PDF and save them as a pdf file. The script uses PyPDF2.
## Setting up:- Create a virtual environment and activate it.
- Install the requirements
```sh
$ pip install -r requirements.txt
```## Running the script:
```sh
$ python PDF_reorder.py
```## Terminal Screenshot:
![Image](https://i.imgur.com/7A2FbyR.png)
The program will ask you to enter:
1. File name.
2. No. of Pages to reorder.
3. Page no. with the location no. to move.
4. filename(without '.pdf'). The pdf will be created in the same folder.## PDF INPUT:
![Gif](https://media.giphy.com/media/9yIadiydNtgul3YuT5/giphy.gif)## PDF OUTPUT:
![Gif](https://media.giphy.com/media/VnnFx9qzbCLGBlwfK2/giphy.gif)## Author
[Akhil Bhalerao](https://github.com/iamakkkhil)## Acknowledgments
[dzone](https://dzone.com/articles/splitting-and-merging-pdfs-with-python)