NAME

pdf-cropmarks.pl -- Use PDF::Cropmarks to add cropmarks to an existing PDF.

SYNOPSIS

pdf-cropmarks.pl [ options ] input.pdf output.pdf

Both the input file and output file must be specified. The output file is replaced if already exists.

Options

--paper

The dimensions of the output PDF.

You can specify the dimension providing a (case insensitive) string with the paper name (2a, 2b, 36x36, 4a, 4b, a0, a1, a2, a3, a4, a5, a6, b0, b1, b2, b3, b4, b5, b6, broadsheet, executive, ledger, legal, letter, tabloid) or a string with width and height separated by a column, like 11cm:200mm. Supported units are mm, in, pt and cm.

--no-top

No margins (and no cropmarks on the top of the page).

--no-bottom

No margins (and no cropmarks on the bottom of the page).

--no-inner

No margins (and no cropmarks) on the inner margins of the page. By default inner sides are the left margins on odd pages, and right margins on even pages. If --one-side is specified, the inner margins are always the left one.

--no-outer

Same as --no-inner, but for the outer margins.

--one-side

Affects how to consider --no-outer or --no-inner. If this flag is set, outer margins are always the right one, and inner are always the left ones.

--cropmark-length 12mm

Size of the cropmark lines. Defaults to 12mm.

--cropmark-offset 3mm

The distance from the logical page corner and the cropmark line. Defaults to 3mm.

--font-size 8pt

The font size of the headers and footers with the job name, date, and page numbers. Defaults to 8pt.

--help

Show this help and exit.

--version

Show the PDF::Cropmarks version and exit.