2013-08-27 18:35:16 +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
|
|
|
|
|
2013-08-27 18:35:16 +02:00
|
|
|
(** 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-27 18:35:16 +02:00
|
|
|
(**/**)
|
2013-08-20 16:32:57 +02:00
|
|
|
val demo : bool
|
|
|
|
|