cpdf-source/cpdfchop.mli

5 lines
141 B
OCaml
Raw Normal View History

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