cpdf-source/cpdfdraft.mli

3 lines
130 B
OCaml
Raw Normal View History

2021-12-21 16:25:59 +01:00
(** Remove images from a PDF, optionally adding crossed boxes. *)
val draft : string option -> bool -> int list -> Pdf.t -> Pdf.t