more drawing docs
This commit is contained in:
parent
842dd1b6d0
commit
5cedaa5df9
BIN
cpdfmanual.pdf
BIN
cpdfmanual.pdf
Binary file not shown.
|
@ -4162,15 +4162,25 @@ FIXME -underneath, URLs don't work, add -text-width
|
|||
|
||||
\end{framed}}
|
||||
|
||||
\section{A new blank PDF}
|
||||
\index{create new PDF}
|
||||
\section{Basics}
|
||||
|
||||
We can build a new PDF file, given a number of pages and a paper size. The default is one page, A4 portrait.
|
||||
\section{Building and showing paths}
|
||||
|
||||
\begin{framed}
|
||||
\noindent\small\verb?cpdf -create-pdf -create-pdf-pages 20?\\
|
||||
\noindent\small\verb? -create-pdf-papersize usletterportrait -o out.pdf?
|
||||
\end{framed}
|
||||
\section{Clipping with paths}
|
||||
|
||||
\section{Path parameters}
|
||||
|
||||
\section{The graphics stack and matrices}
|
||||
|
||||
\section{Re-use with XObjects}
|
||||
|
||||
\section{Images}
|
||||
|
||||
\section{Transparency}
|
||||
|
||||
\section{Text}
|
||||
|
||||
\section{The next page}
|
||||
|
||||
|
||||
\clearpage\pagestyle{empty}
|
||||
|
|
Loading…
Reference in New Issue