cpdf-source/cpdfcommand.mli

13 lines
304 B
OCaml
Raw Permalink Normal View History

2023-07-27 13:05:18 +02:00
(** 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
(**/**)
2017-01-10 20:52:57 +01:00
exception StayOnError
val null : unit -> unit