mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-06-05 22:09:39 +02:00
8 lines
185 B
OCaml
8 lines
185 B
OCaml
(** JavaScript *)
|
|
|
|
(** True if a document contains JavaScript *)
|
|
val contains_javascript : Pdf.t -> bool
|
|
|
|
(** Remove JavaScript from a document *)
|
|
val remove_javascript : Pdf.t -> unit
|