Changes to manual for v2.2 done, pending the final bug fixes
This commit is contained in:
parent
537d349997
commit
1fdd55bf8f
BIN
cpdfmanual.pdf
BIN
cpdfmanual.pdf
Binary file not shown.
|
@ -79,11 +79,26 @@ verbosity. Under Microsoft Windows, type \texttt{cpdf.exe} instead of \texttt{cp
|
|||
%\pagestyle{ruled}
|
||||
\pagestyle{headings}
|
||||
\chapter{Basic Usage}
|
||||
|
||||
|
||||
\label{basicusage}
|
||||
\begin{framed}
|
||||
\small
|
||||
\noindent\begin{verbatim}
|
||||
-o -idir <directory> -recrypt
|
||||
-stdout -stdin -stdin-user <password>
|
||||
-stdin-owner <password> -producer <text> -creator <text>
|
||||
-change-id -l -cpdflin <filename>
|
||||
-keep-l -no-preserve-objstm -create-objstm
|
||||
-control <filename> -args <filename> -utf8
|
||||
-stripped -raw -no-embed-font\end{verbatim}\end{framed}
|
||||
|
||||
The Coherent PDF tools provide a wide range of facilities for modifying PDF
|
||||
files created by other means. There is a single command-line program
|
||||
\cpdf\ (\texttt{cpdf.exe} under Microsoft Windows). The rest of this manual describes the options that may be given
|
||||
to this program.
|
||||
|
||||
|
||||
\index{input files} \index{output files}
|
||||
\section{Input and Output Files}
|
||||
The typical pattern for usage is
|
||||
|
|
Loading…
Reference in New Issue