mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2024-12-11 16:35:35 +01:00
8 lines
238 B
OCaml
8 lines
238 B
OCaml
(** Remove text from documents *)
|
|
|
|
(** 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
|