cpdf-source/cpdfcommand.mli

12 lines
275 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