mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-05-28 18:04:25 +02:00
7 lines
233 B
OCaml
7 lines
233 B
OCaml
(** Remove a dictionary entry. *)
|
|
val remove_dict_entry : Pdf.t -> string -> Pdf.pdfobject option -> unit
|
|
|
|
(** Replace a dictionary entry. *)
|
|
val replace_dict_entry : Pdf.t -> string -> Pdf.pdfobject -> Pdf.pdfobject option -> unit
|
|
|