cpdf-source/cpdfcommand.mli

13 lines
297 B
OCaml
Raw Normal View History

(** PDF Command Line Tools in library form. *)
(** Call the command line tools with the contents of [Sys.argv] *)
2013-08-20 16:32:57 +02:00
val go : unit -> unit
(** Call the command line tools with a specialised [argv] of our own *)
2013-08-20 16:32:57 +02:00
val go_withargv : string array -> unit
(**/**)
2013-08-20 16:32:57 +02:00
val demo : bool
2017-01-10 20:52:57 +01:00
exception StayOnError