Tidy up -crop / -cropbox documentation
This commit is contained in:
parent
b0f8d6988a
commit
e7456b8348
|
@ -2311,10 +2311,10 @@ and specs =
|
|||
" Flip pages vertically");
|
||||
("-crop",
|
||||
Arg.String setcrop,
|
||||
" Crop specified pages");
|
||||
" Crop specified pages (synonym for -cropbox)");
|
||||
("-cropbox",
|
||||
Arg.String setcrop,
|
||||
" Crop specified pages (synonym for -crop)");
|
||||
" Crop specified pages");
|
||||
("-artbox",
|
||||
Arg.String setart,
|
||||
" Set art box for specified pages");
|
||||
|
|
BIN
cpdfmanual.pdf
BIN
cpdfmanual.pdf
Binary file not shown.
|
@ -853,7 +853,7 @@ supported:
|
|||
\end{tabular}
|
||||
\end{center}
|
||||
|
||||
\noindent For example, one may write \texttt{14mm} or \texttt{21.6in}. In addition, the following letters stand, in some operations (\texttt{-scale-page}, \texttt{-scale-to-fit}, \texttt{-scale-contents}, \texttt{-shift}, \texttt{-mediabox},\\ \texttt{-crop}) for various page dimensions:
|
||||
\noindent For example, one may write \texttt{14mm} or \texttt{21.6in}. In addition, the following letters stand, in some operations (\texttt{-scale-page}, \texttt{-scale-to-fit}, \texttt{-scale-contents}, \texttt{-shift}, \texttt{-mediabox},\\ \texttt{-cropbox}) for various page dimensions:
|
||||
|
||||
\begin{center}
|
||||
\begin{tabular}{rl}
|
||||
|
|
Loading…
Reference in New Issue