mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-05-07 21:30:21 +02:00
5 lines
152 B
OCaml
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
|