← 返回命令列表

Linux command

poster 命令

文本

涉及管道、覆盖或删除,执行前请先确认路径和参数。

常用示例

Scale to poster size

poster -p [A0] -s [1.0] [input.ps] > [output.ps]

Create 2x2 tile poster

poster -mA4 -p 2x2A4 [input.ps] > [output.ps]

Scale to specific dimensions

poster -m[A4] -p[100x80cm] [input.ps] > [output.ps]

Cut marks for assembly

poster -c -m[letter] -p[2x2letter] [input.ps] > [output.ps]

说明

poster scales PostScript images to larger sizes, splitting them across multiple pages for printing on regular printers and assembling into posters. It calculates the optimal tiling of the target poster size onto the available media size, handling page overlap and alignment marks. The tool supports standard paper sizes (A0-A4, letter, legal), grid specifications (2x2A4, 3x3letter), and custom dimensions in centimeters or inches. Cut marks can be added to guide physical assembly of the printed tiles. An overlap margin ensures clean joins between adjacent pages.

参数

-p _size_
Poster size.
-m _size_
Media (paper) size.
-s _scale_
Scale factor.
-c
Add cut marks.
-o _offset_
Offset pages.
-w _width_
White margin.

FAQ

What is the poster command used for?

poster scales PostScript images to larger sizes, splitting them across multiple pages for printing on regular printers and assembling into posters. It calculates the optimal tiling of the target poster size onto the available media size, handling page overlap and alignment marks. The tool supports standard paper sizes (A0-A4, letter, legal), grid specifications (2x2A4, 3x3letter), and custom dimensions in centimeters or inches. Cut marks can be added to guide physical assembly of the printed tiles. An overlap margin ensures clean joins between adjacent pages.

How do I run a basic poster example?

Run `poster -p [A0] -s [1.0] [input.ps] > [output.ps]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -p _size_ do in poster?

Poster size.