mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2024-12-11 16:35:35 +01:00
5 lines
130 B
OCaml
5 lines
130 B
OCaml
(** XObjects *)
|
|
|
|
(** Stamp a PDF as an xobject in another. *)
|
|
val stamp_as_xobject : Pdf.t -> int list -> Pdf.t -> Pdf.t * string
|