pdftrim

Langue: en

Autres versions - même langue

Version: April 2009 (ubuntu - 07/07/09)

Section: 1 (Commandes utilisateur)

NAME

pdftrim - part of calibre

SYNOPSIS

pdftrim [options] file.pdf

DESCRIPTION

Crops a pdf.

Whenever you pass arguments to pdftrim that have spaces in them, enclose the arguments in quotation marks.

OPTIONS

--version
show program's version number and exit
-h, --help
show this help message and exit
--verbose
Be verbose, useful for debugging. Can be specified multiple times for greater verbosity.
-o OUTPUT, --output=OUTPUT
Path to output file. By default a file is created in the current directory.
-x BOTTOM_LEFT_X, --leftx=BOTTOM_LEFT_X
Number of pixels to crop from the left most x (default is 10)
-y BOTTOM_LEFT_Y, --lefty=BOTTOM_LEFT_Y
Number of pixels to crop from the left most y (default is 10)
-v TOP_RIGHT_X, --rightx=TOP_RIGHT_X
Number of pixels to crop from the right most x (default is 10)
-w TOP_RIGHT_Y, --righty=TOP_RIGHT_Y
Number of pixels to crop from the right most y (default is 10)
-b BOUNDING, --bounding=BOUNDING
A file generated by ghostscript which allows each page to be individually cropped [gs -dSAFER -dNOPAUSE -dBATCH -sDEVICE=bbox > bounding]

Created by Kovid Goyal <kovid@kovidgoyal.net>

SEE ALSO

http://calibre.kovidgoyal.net