Changes for cpdflib

This commit is contained in:
John Whitington 2024-02-13 16:40:20 +00:00
parent 7274a83b2b
commit c39fb1eb14
3 changed files with 3 additions and 1 deletions

Binary file not shown.

View File

@ -2873,7 +2873,7 @@ The \texttt{-chop} operation cuts up a page into multiple pages, according to th
\noindent Chop each page into six. \noindent Chop each page into six.
\end{framed} \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}: As an alternative, pages can be chopped into two at a given position, horizontally with \texttt{-chop-h} or vertically with \texttt{-chop-v}:

View File

@ -84,3 +84,5 @@ val expand_date : string -> string
val get_catalog_item : string -> Pdf.t -> string val get_catalog_item : string -> Pdf.t -> string
val get_viewer_pref_item : string -> Pdf.t -> string val get_viewer_pref_item : string -> Pdf.t -> string
val determine_subformats : Pdf.t -> string list