mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-02-17 04:10:48 +01:00
5 lines
141 B
OCaml
5 lines
141 B
OCaml
(** Chop *)
|
|
|
|
(** Chop a page into pieces. *)
|
|
val chop : x:int -> y:int -> columns:bool -> btt:bool -> rtl:bool -> Pdf.t -> int list -> Pdf.t
|