Fix -two-up typo in manual
This commit is contained in:
parent
7e5aeb3f33
commit
5a54f66c93
1
Changes
1
Changes
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
New features:
|
New features:
|
||||||
|
|
||||||
|
o Create new PDF graphics with -draw
|
||||||
o Embed TrueType fonts with -font-ttf for -add-text et al.
|
o Embed TrueType fonts with -font-ttf for -add-text et al.
|
||||||
o Embed the 14 standard fonts if requested
|
o Embed the 14 standard fonts if requested
|
||||||
o Add links to parts of text with -add-text as %URL[|].
|
o Add links to parts of text with -add-text as %URL[|].
|
||||||
|
|
BIN
cpdfmanual.pdf
BIN
cpdfmanual.pdf
Binary file not shown.
|
@ -2716,12 +2716,12 @@ page, rotating them 90 degrees to do so. The new mediabox is thus larger. The \t
|
||||||
that the media box is unchanged.
|
that the media box is unchanged.
|
||||||
|
|
||||||
\begin{framed}
|
\begin{framed}
|
||||||
\small\verb!cpdf -two-up in.pdf -o out.pdf!
|
\small\verb!cpdf -twoup in.pdf -o out.pdf!
|
||||||
|
|
||||||
\vspace{2.5mm}
|
\vspace{2.5mm}
|
||||||
\noindent Impose a document two-up, keeping the existing page size.
|
\noindent Impose a document two-up, keeping the existing page size.
|
||||||
|
|
||||||
\small\verb!cpdf -two-up-stack in.pdf -o out.pdf!
|
\small\verb!cpdf -twoup-stack in.pdf -o out.pdf!
|
||||||
|
|
||||||
\vspace{2.5mm}
|
\vspace{2.5mm}
|
||||||
\noindent Impose a document two-up on a larger page by rotation.
|
\noindent Impose a document two-up on a larger page by rotation.
|
||||||
|
|
Loading…
Reference in New Issue