Note about structure trees
This commit is contained in:
parent
eedaf783f6
commit
e7bdd33e2e
BIN
cpdfmanual.pdf
BIN
cpdfmanual.pdf
Binary file not shown.
|
@ -1364,6 +1364,11 @@ Spraying is a sort of de-collation. It takes one input file, and writes pages in
|
||||||
\section{Encrypting with Split operations}
|
\section{Encrypting with Split operations}
|
||||||
\index{encryption}
|
\index{encryption}
|
||||||
The encryption parameters described in Chapter \ref{encryption} may be added to the command line to encrypt each split PDF. Similarly, the \texttt{-recrypt} switch described in Chapter \ref{basicusage} may by given to re-encrypt each file with the existing encryption of the source PDF.
|
The encryption parameters described in Chapter \ref{encryption} may be added to the command line to encrypt each split PDF. Similarly, the \texttt{-recrypt} switch described in Chapter \ref{basicusage} may by given to re-encrypt each file with the existing encryption of the source PDF.
|
||||||
|
|
||||||
|
\section{Splitting and structure trees}
|
||||||
|
|
||||||
|
Presently, cpdf will include the input structure tree in each output PDF. To remove a structure tree entirely, preprocess the file with \texttt{-remove-dict-entry /StructTreeRoot}. If you do not require structure trees, this will lead to faster splitting, and smaller outputs.
|
||||||
|
|
||||||
\pagestyle{empty}\thispagestyle{fancy}
|
\pagestyle{empty}\thispagestyle{fancy}
|
||||||
|
|
||||||
\begin{cpdflib}
|
\begin{cpdflib}
|
||||||
|
|
Loading…
Reference in New Issue