cpdf-source/cpdfdraft.mli

5 lines
152 B
OCaml
Raw Permalink Normal View History

2022-01-13 17:35:03 +01:00
(** Remove images *)
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