cpdf-source/cpdfchop.mli

5 lines
141 B
OCaml
Raw Normal View History

2023-11-15 18:26:43 +01:00
(** Chop *)
2023-11-20 15:42:00 +01:00
(** Chop a page into pieces. *)
val chop : x:int -> y:int -> columns:bool -> btt:bool -> rtl:bool -> Pdf.t -> int list -> Pdf.t