package camlpdf

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

Install

Dune Dependency

Authors

Maintainers

Sources

v2.5.zip
sha256=49a6bde1f90b2a9a4de6f5fa54bc4a06dc21de9f1c024fcbbe0980621938bf80
md5=2fddd22df0d39c61881e08a74ddaf26c

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
OCaml

Innovation. Community. Security.