pdf_crop
Crop PDF — Crop the visible area of all pages in a PDF by setting new margins. Margins are in PostScript points; EVERY omitted edge defaults to 36pt — send 0 to leave an edge uncropped. [category: pdf]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Top crop in points. 0 = no crop on this edge. | |
| file | Yes | Input PDF (max 25MB) | |
| left | No | Left crop in points. | |
| right | No | Right crop in points. | |
| bottom | No | Bottom crop in points. | |
| outputFilename | No | Optional custom output filename. |