Updating for cpdflib

This commit is contained in:
John Whitington 2015-09-29 14:55:27 +01:00
parent 330f78076e
commit a90e3c093b
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ swapped. If [fast] is true, the PDFs are assumed to be well-formed and no
fixes are done. *)
val combine_pages : bool -> Pdf.t -> Pdf.t -> bool -> bool -> bool -> Pdf.t
(** [stamp topline midline scale_to_fit position fast isover range over pdf] stamps the first page of
(** [stamp position topline midline scale_to_fit fast isover range over pdf] stamps the first page of
[over] over each page of the PDF. The arguments have the same meaning as in
[combine_pages]. *)
val stamp : position -> bool -> bool -> bool -> bool -> bool -> int list -> Pdf.t -> Pdf.t -> Pdf.t