cpdf-source/cpdfdraft.mli
John Whitington 98d37b58a5 more
2022-01-13 16:35:03 +00:00

5 lines
152 B
OCaml

(** Remove images *)
(** Remove images from a PDF, optionally adding crossed boxes. *)
val draft : string option -> bool -> int list -> Pdf.t -> Pdf.t