package camlpdf

  1. Overview
  2. Docs
Read, write and modify PDF files

Install

Dune Dependency

Authors

Maintainers

Sources

v2.4.zip
sha256=e2d76c3127f5507f81e7827a100cd65d631a14c51c19dd2c7d00292fae1ebdee
md5=c2ee3f576e59b9201ea1219a29b5dee7

doc/camlpdf/Pdfdate/index.html

Module Pdfdate

type t = {
  1. year : int;
  2. month : int;
  3. day : int;
  4. hour : int;
  5. minute : int;
  6. second : int;
  7. hour_offset : int;
  8. minute_offset : int;
}
exception BadDate
val check_date : t -> unit
val string_of_date : t -> string
val date_of_string : string -> t
val test : unit -> unit
OCaml

Innovation. Community. Security.