Changes for cpdflib
This commit is contained in:
parent
7274a83b2b
commit
c39fb1eb14
BIN
cpdfmanual.pdf
BIN
cpdfmanual.pdf
Binary file not shown.
|
@ -2873,7 +2873,7 @@ The \texttt{-chop} operation cuts up a page into multiple pages, according to th
|
|||
\noindent Chop each page into six.
|
||||
\end{framed}
|
||||
|
||||
\noindent By default, the pieces are arranged in the output file row by row, and from left to right on each row. To alter this, add one or more of \texttt{-chop-columns}, \texttt{-chop-rtl} (right to left), and \texttt{-chop-btt} (bottom to top).
|
||||
\noindent The crop box is used if present; if not, the media box. By default, the pieces are arranged in the output file row by row, and from left to right on each row. To alter this, add one or more of \texttt{-chop-columns}, \texttt{-chop-rtl} (right to left), and \texttt{-chop-btt} (bottom to top).
|
||||
|
||||
As an alternative, pages can be chopped into two at a given position, horizontally with \texttt{-chop-h} or vertically with \texttt{-chop-v}:
|
||||
|
||||
|
|
|
@ -84,3 +84,5 @@ val expand_date : string -> string
|
|||
val get_catalog_item : string -> Pdf.t -> string
|
||||
|
||||
val get_viewer_pref_item : string -> Pdf.t -> string
|
||||
|
||||
val determine_subformats : Pdf.t -> string list
|
||||
|
|
Loading…
Reference in New Issue