diff --git a/cpdfmanual.pdf b/cpdfmanual.pdf index 698951c..75891ad 100644 Binary files a/cpdfmanual.pdf and b/cpdfmanual.pdf differ diff --git a/cpdfmanual.tex b/cpdfmanual.tex index f13629f..2cfbba4 100644 --- a/cpdfmanual.tex +++ b/cpdfmanual.tex @@ -1214,7 +1214,7 @@ the file using a different page range each time. \noindent\small\verb!cpdf -combine-pages over.pdf under.pdf -o out.pdf! \vspace{1.5mm} - \noindent\small\begin{verbatim}cpdf -add-text + \noindent\small\begin{verbatim}cpdf ([-add-text | -add-rectangle ]) [-font ] [-font-size ] [-color ] @@ -1523,6 +1523,18 @@ included in Appendix D of the Adobe PDF Reference Manual, which is available at For example, a German sharp s (\ss) may be introduced by \verb!\337!. +\section{Stamping Graphics} + +A rectangle may be placed on one or more pages by using the \texttt{-add-rectangle } command. Most of the options discussed above for text placement apply in the same way. For example: + +\begin{framed} + \small\begin{verbatim}cpdf -add-rectangle "200 300" -pos-right 30 -color red -outline + in.pdf -o out.pdf\end{verbatim} +\end{framed} + +This can be used to blank out or highlight part of the document. + + \chapter{Multipage Facilities} \begin{framed} \small\noindent\verb!cpdf -twoup-stack in.pdf -o out.pdf!