mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2024-12-13 17:27:35 +01:00
6 lines
201 B
OCaml
6 lines
201 B
OCaml
(** Remove text added by Cpdfaddtext from the given pages. *)
|
|
val removetext : int list -> Pdf.t -> Pdf.t
|
|
|
|
(** Remove all text from the given pages *)
|
|
val remove_all_text : int list -> Pdf.t -> Pdf.t
|