Linux command
pdfnup 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Put 2 pages per sheet
pdfnup [input.pdf]
Put 4 pages per sheet
pdfnup --nup 2x2 [input.pdf]
Specify output file
pdfnup -o [output.pdf] [input.pdf]
Landscape orientation
pdfnup --landscape [input.pdf]
说明
pdfnup arranges multiple PDF pages onto single sheets (n-up printing). Useful for handouts, saving paper, or creating review copies. Part of the pdfjam suite using pdfpages LaTeX package.
参数
- --nup _cols_x_rows_
- Pages per sheet layout.
- -o _file_
- Output file name.
- --landscape
- Landscape orientation.
- --paper _size_
- Paper size.
- --frame _true_|_false_
- Draw frames around pages.
- --delta _x_ _y_
- Space between pages.
FAQ
What is the pdfnup command used for?
pdfnup arranges multiple PDF pages onto single sheets (n-up printing). Useful for handouts, saving paper, or creating review copies. Part of the pdfjam suite using pdfpages LaTeX package.
How do I run a basic pdfnup example?
Run `pdfnup [input.pdf]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --nup _cols_x_rows_ do in pdfnup?
Pages per sheet layout.