mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-02-11 17:30:45 +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
|