Documenting -add-rectangle done
This commit is contained in:
parent
a973e622ae
commit
a395681efb
BIN
cpdfmanual.pdf
BIN
cpdfmanual.pdf
Binary file not shown.
|
@ -26,7 +26,7 @@ Command Line Toolkit}
|
|||
\vspace{12mm}
|
||||
|
||||
{\Huge User Manual}\\
|
||||
Version 2.1 (November 2014)
|
||||
Version 2.2 (March 2017)
|
||||
|
||||
\vspace{25mm}
|
||||
|
||||
|
@ -1532,7 +1532,7 @@ A rectangle may be placed on one or more pages by using the \texttt{-add-rectang
|
|||
in.pdf -o out.pdf\end{verbatim}
|
||||
\end{framed}
|
||||
|
||||
This can be used to blank out or highlight part of the document.
|
||||
This can be used to blank out or highlight part of the document. The following positioning options work as you would expect: \texttt{-topleft}, \texttt{-top}, \texttt{-topright}, \texttt{-right}, \texttt{-bottomright}, \texttt{-bottom}, \texttt{-bottomleft}, \texttt{-left}, \texttt{-center}. When using the option \texttt{-pos-left "x y"}, the point (x, y) refers to the bottom-left of the rectangle. When using the option \texttt{-pos-right "x y"}, the point (x, y) refers to the bottom-right of the rectangle. When using the option \texttt{-pos-center "x y"}, the point (x, y) refers to the center of the rectangle. The options \texttt{-diagonal} and \texttt{-reverse-diagonal} have no meaning.
|
||||
|
||||
|
||||
\chapter{Multipage Facilities}
|
||||
|
|
Loading…
Reference in New Issue