posterize_pdf
Split each PDF page into a tiled grid to assemble large posters. Specify rows and columns to create custom-sized print tiles.
Instructions
Split each page into a grid of tiles for poster printing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cols | No | Number of columns (default 2) | |
| file | Yes | Absolute path to the PDF file | |
| rows | No | Number of rows (default 2) | |
| output_name | No | Output file path (defaults to same dir with suffix) |