cpdf-source/cpdfdraft.mli

5 lines
152 B
OCaml
Raw Normal View History

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