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