mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-06-05 22:09:39 +02:00
5 lines
90 B
OCaml
5 lines
90 B
OCaml
(** Forms *)
|
|
val extract_form : Pdf.t -> unit
|
|
|
|
val replace_form : string -> Pdf.t -> unit
|