mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-03-02 18:47:54 +01:00
3 lines
130 B
OCaml
3 lines
130 B
OCaml
(** Remove images from a PDF, optionally adding crossed boxes. *)
|
|
val draft : string option -> bool -> int list -> Pdf.t -> Pdf.t
|