psresize - Man Page
Synopsis
psresize [OPTION...] [INFILE [OUTFILE]]
Description
psresize uses psnup to change the page size of a document, scaling and centering it appropriately. See psutils(1) for the available units. Change the page size of a PDF or PostScript document.
- INFILE
`-' or no INFILE argument means standard input
- OUTFILE
`-' or no OUTFILE argument means standard output
Options
- -p PAPER, --paper PAPER
output paper name or dimensions (WIDTHxHEIGHT)
- -P INPAPER, --inpaper INPAPER
input paper name or dimensions (WIDTHxHEIGHT)
- -v, ā--version
show program's version number and exit
- -q, ā--quiet
don't show progress
Comments
PAGES is a comma-separated list of pages and page ranges; see pstops(1) for more details.
Examples
The following command converts a document from A4 size to US Letter paper:
psresize -PA4 -pletter in.pdf out.pdf
Author
Reuben Thomas <rrt@sc3d.org>
Referenced By
2026-08-06 psutils 3.3.16