https://github.com/inuzdev/pdf-merger-python
This a script I made to quickly solve a personal problem I had, had to modify (deleting the first two pages) a pdf file, then merging it with another.
https://github.com/inuzdev/pdf-merger-python
Last synced: 8 days ago
JSON representation
This a script I made to quickly solve a personal problem I had, had to modify (deleting the first two pages) a pdf file, then merging it with another.
- Host: GitHub
- URL: https://github.com/inuzdev/pdf-merger-python
- Owner: InuzDev
- Created: 2025-02-19T01:06:05.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-24T15:45:06.000Z (about 1 year ago)
- Last Synced: 2025-04-24T16:50:51.028Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PDF Merger
A quick solution to a problem I had.
The objective is delete and merge two pdf, I'm working on it to make it more complex. Is for terminals.
That means, or hope it means that work in all the OS (That runs Python 3.13.x
See Python documentation for more information if you encounter problems with pip.
> I fixed my issue with pip [following this](https://pip.pypa.io/en/stable/installation/).
To run it just run while in the directory of the repository:
```shell
py PDFMERGER.py
```
feel free to fork it. :)