mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-04-16 19:27:27 +02:00
8 lines
250 B
OCaml
8 lines
250 B
OCaml
(** Utilities *)
|
|
|
|
(** 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
|