File: cpdfcommand.mli

package info (click to toggle)
cpdf 2.8.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,828 kB
  • sloc: ml: 34,724; makefile: 65; sh: 45
file content (12 lines) | stat: -rw-r--r-- 304 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
(** PDF Command Line Tools in library form *)

(** Call the command line tools with the contents of [Sys.argv] *)
val go : unit -> unit

(** Call the command line tools with a specialised [argv] of our own *)
val go_withargv : string array -> unit

(**/**)
exception StayOnError

val null : unit -> unit