next up previous contents index
Next: Colors Up: Stamp Text, Dates and Previous: Position   Contents   Index


Font and Size

The font may be set with the -font option. The 14 Standard PDF fonts are available:



\begin{ctabular}{l}
Times-Roman\\
Times-Bold\\
Times-Italic\\
Times-BoldI...
...rier-Oblique\\
Courier-BoldOblique\\
Symbol\\
ZapfDingbats
\end{ctabular}

For example, page numbers in Times Italic can be achieved by:
\begin{framed}
\small\verb!cpdf -add-text ''-%Page-'' -font ''Times-Italic'' in.pdf -o out.pdf!
\end{framed}
See copyfont for how to use other fonts.

The font size can be altered with the -font-size option, which specifies the size in points:
\begin{framed}
\small\verb!cpdf -add-text ''-%Page-'' -font-size 36 in.pdf -o out.pdf!
\end{framed}



root 2008-12-01