Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elandeyan/pdf-merger-py
A simple script to merge pdf files
https://github.com/elandeyan/pdf-merger-py
pdf pdf-merger python python-script
Last synced: 4 days ago
JSON representation
A simple script to merge pdf files
- Host: GitHub
- URL: https://github.com/elandeyan/pdf-merger-py
- Owner: ElanDeyan
- Created: 2024-07-20T20:57:31.000Z (6 months ago)
- Default Branch: develop
- Last Pushed: 2024-10-26T18:47:57.000Z (3 months ago)
- Last Synced: 2024-11-14T07:26:01.006Z (2 months ago)
- Topics: pdf, pdf-merger, python, python-script
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
Awesome Lists containing this project
README
# PDF merger in Python
This is a basic project to merge pdf files.
## Getting started
To get help, run:
```sh
python -m pdf_merger -h
```You can use it like this:
```sh
python -m pdf_merger -d dir/with/pdf/files -o result/file.pdf
```Or using the long form:
```sh
python -m pdf_merger --dir dir/with/pdf/files --output result/file.pdf
```> [!NOTE]
> You don't need to type the .pdf extension, the script will add it.> [!IMPORTANT]
> The output directory should exists. For example, if you pass a path to a non-existent directory, the script will fail