More manual for v2.7

This commit is contained in:
John Whitington 2024-01-25 20:08:19 +00:00
parent 5ef5fee0a4
commit e36180a8ed
2 changed files with 6 additions and 1 deletions

Binary file not shown.

View File

@ -1155,6 +1155,7 @@ In modern usage, \texttt{-utf8} is almost always the sensible option.
cpdf -merge in1.pdf [<range>] in2.pdf [<range>] [<more names/ranges>] cpdf -merge in1.pdf [<range>] in2.pdf [<range>] [<more names/ranges>]
[-collate] [-retain-numbering] [-remove-duplicate-fonts] [-collate] [-retain-numbering] [-remove-duplicate-fonts]
[-merge-add-bookmarks [-merge-add-bookmarks-use-titles]] [-merge-add-bookmarks [-merge-add-bookmarks-use-titles]]
[-no-process-struct-trees]
-o out.pdf\end{verbatim} -o out.pdf\end{verbatim}
\vspace{1.5mm} \vspace{1.5mm}
@ -1201,6 +1202,8 @@ of the inputs only appear once in the output.
The \texttt{-merge-add-bookmarks} option adds a top-level bookmark for each file, using the filename. Any existing bookmarks are retained. The \texttt{-merge\--add\--bookmarks\--use\--titles}, when used in conjunction with \texttt{-merge-add-bookmarks}, will use the title from each PDF's metadata instead of the filename. The \texttt{-merge-add-bookmarks} option adds a top-level bookmark for each file, using the filename. Any existing bookmarks are retained. The \texttt{-merge\--add\--bookmarks\--use\--titles}, when used in conjunction with \texttt{-merge-add-bookmarks}, will use the title from each PDF's metadata instead of the filename.
The \texttt{-no-process-struct-tree} option prevents processing of structure trees. Instead of merging them, they are simply copied across wholesale. This can be useful with \texttt{-collate} which can presently cause an increased size. Or, to simply save time when a merged structure tree is not required.
\section{Splitting} \section{Splitting}
\index{splitting} \index{splitting}
The \texttt{-split} operation splits a PDF file into a number of parts which The \texttt{-split} operation splits a PDF file into a number of parts which
@ -1276,7 +1279,9 @@ one of the output files.
\noindent To prevent this process, and convert bookmark names to UTF8 instead, add \texttt{-utf8} to the command. \noindent To prevent this process, and convert bookmark names to UTF8 instead, add \texttt{-utf8} to the command.
\section{Encrypting with Split and Split Bookmarks} \section{Splitting to Maximum Size}
\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.
\pagestyle{empty}\thispagestyle{fancy} \pagestyle{empty}\thispagestyle{fancy}