mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-01-10 16:06:43 +01:00
e94b01605b
-split-bookmarks
12 lines
275 B
OCaml
12 lines
275 B
OCaml
(** 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
|
|
|
|
(**/**)
|
|
val demo : bool
|
|
|