An open API service indexing awesome lists of open source software.

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.

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. :)