This commit is contained in:
John Whitington 2021-12-27 16:32:01 +00:00
parent 2e8698e8bd
commit 974025f7ac
2 changed files with 5 additions and 3 deletions

Binary file not shown.

View File

@ -926,8 +926,8 @@ Cpdf can build a new PDF file, given a number of pages and a paper size. The def
\small
\noindent\begin{verbatim}
cpdf -merge in1.pdf [<range>] in2.pdf [<range>] [<more names/ranges>]
[-retain-numbering] [-remove-duplicate-fonts]
[-merge-add-bookmarks] [-merge-add-bookmarks-use-titles]
[-collate] [-retain-numbering] [-remove-duplicate-fonts]
[-merge-add-bookmarks [-merge-add-bookmarks-use-titles]]
-o out.pdf\end{verbatim}
\vspace{1.5mm}
@ -956,9 +956,11 @@ the input pages in the order specified on the command line. Actually, the
\noindent Merge maintains bookmarks, named destinations, and name dictionaries.
Forms and other objects which cannot be merged are retained if they are from
PDF features which cannot be merged are retained if they are from
the document which first exhibits that feature.
The \texttt{-collate} option collates pages: that is to say, it takes the first page from the first document and its range, then the first page from the second document and its range and so on. When all first pages have been taken, it begins on the second from each range, and so on.
The \texttt{-retain-numbering} option keeps the PDF page numbering labels of
each document intact, rather than renumbering the output pages from 1.