cpdf-source/cpdfutil.mli
John Whitington 1181e25c62 Docstrings
2025-03-25 16:37:36 +00:00

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