combine_single_page
Combine all PDF pages into one page with a grid layout. Set rows and columns to fit multiple pages on a single sheet for compact viewing and printing.
Instructions
Combine all pages onto a single page in a grid layout.
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) |