CLI and Python API to merge PDF files in order for practical document workflows.
Project description
pdfzus-zusammenfuegen-cli
pdfzus-zusammenfuegen-cli is a practical Python package to merge PDF files in a defined order.
Homepage: https://pdfzus.de/
Features
- Merge multiple PDF files in exact input order
- Minimal Python API for automation
- CLI command for terminal workflows
- Clear input validation and predictable exit codes
Installation
pip install pdfzus-zusammenfuegen-cli
CLI Usage
pdfzus-merge -o merged.pdf a.pdf b.pdf c.pdf
Python Usage
from pdfzus_zusammenfuegen_cli import merge_pdfs
out = merge_pdfs(["a.pdf", "b.pdf"], "merged.pdf")
print(out)
Exit Codes
0: success2: invalid arguments or files
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pdfzus_zusammenfuegen_cli-0.1.0.tar.gz.
File metadata
- Download URL: pdfzus_zusammenfuegen_cli-0.1.0.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
958c4a572ee229f196326fa8bb05a21837b1bec04bcb812631d724d928721093
|
|
| MD5 |
25219e6cfcedc488c6a2eef6f0d72b83
|
|
| BLAKE2b-256 |
afc636f7a22f4dc1232f5b4f58aa10ecc10c4d12cf514779a6f98d348f5811d2
|
File details
Details for the file pdfzus_zusammenfuegen_cli-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pdfzus_zusammenfuegen_cli-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
592e0b7b51fe81477b6dc46d85351008880288ebe2644d7ec44625b5970955d0
|
|
| MD5 |
08e1bb2555d7335ba32721aabb3123b9
|
|
| BLAKE2b-256 |
9425f7c37c65a907cfd82a74d42e957a70ad29be395aef22c3884fdb0c20e40e
|