Arrange multiple PDF pages into a grid without scaling or margins
Project description
pdfgridcat
Arrange multiple PDF images both horizontally and vertically on a single page without scaling or margins.
Features
- Combine multiple PDF files into a grid (no scaling, no margins)
- Specify number of columns and rows per page
- Both CLI and Python API
Installation
pip install pdfgridcat
Usage (CLI)
pdfgridcat -i *.pdf -o output.pdf -c 2 -r 3
This arranges PDFs in 2 columns × 3 rows per page.
Usage (Python)
from pdfgridcat import concat_pdf_pages
concat_pdf_pages(
input_files=["a.pdf", "b.pdf", "c.pdf"],
output_file="output.pdf",
col=2,
row=3
)
License
MIT License
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
pdfgridcat-1.0.0.tar.gz
(4.0 kB
view details)
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 pdfgridcat-1.0.0.tar.gz.
File metadata
- Download URL: pdfgridcat-1.0.0.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f4905c346d3a2d00d30428cb8a236bc6e77ddc20eb617a026cb0fd6d0b511ef6
|
|
| MD5 |
8e596bd1683d254e1bf98f19a5534b43
|
|
| BLAKE2b-256 |
fa6a87e95036b7fb78834750d4df60592d15cc1a67019b4733e83f6f7521b74c
|
File details
Details for the file pdfgridcat-1.0.0-py3-none-any.whl.
File metadata
- Download URL: pdfgridcat-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
696c857fcdc2dc1e137c8030f58e597fc911ed0ad0528a4a3ff2f5023ca81b6b
|
|
| MD5 |
208f4de839402e17bee40b3559b60157
|
|
| BLAKE2b-256 |
75cd29b570e839b8e21858e4091739dbcc64d66e6c4f611b84d0514bfdf1de67
|