Tidy up -crop / -cropbox documentation
This commit is contained in:
parent
b0f8d6988a
commit
e7456b8348
|
@ -2311,10 +2311,10 @@ and specs =
|
||||||
" Flip pages vertically");
|
" Flip pages vertically");
|
||||||
("-crop",
|
("-crop",
|
||||||
Arg.String setcrop,
|
Arg.String setcrop,
|
||||||
" Crop specified pages");
|
" Crop specified pages (synonym for -cropbox)");
|
||||||
("-cropbox",
|
("-cropbox",
|
||||||
Arg.String setcrop,
|
Arg.String setcrop,
|
||||||
" Crop specified pages (synonym for -crop)");
|
" Crop specified pages");
|
||||||
("-artbox",
|
("-artbox",
|
||||||
Arg.String setart,
|
Arg.String setart,
|
||||||
" Set art box for specified pages");
|
" Set art box for specified pages");
|
||||||
|
|
BIN
cpdfmanual.pdf
BIN
cpdfmanual.pdf
Binary file not shown.
|
@ -853,7 +853,7 @@ supported:
|
||||||
\end{tabular}
|
\end{tabular}
|
||||||
\end{center}
|
\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{center}
|
||||||
\begin{tabular}{rl}
|
\begin{tabular}{rl}
|
||||||
|
|
Loading…
Reference in New Issue