mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-02-16 20:00:41 +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
|