This commit is contained in:
John Whitington
2022-01-18 16:49:06 +00:00
parent 0aa141d908
commit e74f0c32d3
2 changed files with 16 additions and 3 deletions

View File

@@ -24,6 +24,9 @@ val replace_dict_entry : Pdf.t -> string -> Pdf.pdfobject -> Pdf.pdfobject optio
(** Print a dictionary entry. *)
val print_dict_entry : Pdf.t -> string -> unit
(** Get dictionary entries in JSON format *)
val get_dict_entries : Pdf.t -> string -> Pdfio.bytes
(** Remove clipping. *)
val remove_clipping : Pdf.t -> int list -> Pdf.t