mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-06-05 22:09:39 +02:00
more
This commit is contained in:
@ -1,4 +1,5 @@
|
|||||||
(* cpdf command line tools *)
|
(* cpdf command line tools *)
|
||||||
|
let demo = false
|
||||||
let noncomp = false
|
let noncomp = false
|
||||||
let major_version = 2
|
let major_version = 2
|
||||||
let minor_version = 5
|
let minor_version = 5
|
||||||
@ -4377,6 +4378,8 @@ let go_withargv argv =
|
|||||||
exit 0
|
exit 0
|
||||||
| _ ->
|
| _ ->
|
||||||
Hashtbl.clear filenames;
|
Hashtbl.clear filenames;
|
||||||
|
if demo then
|
||||||
|
flprint "This demo is for evaluation only. http://www.coherentpdf.com/\n";
|
||||||
if noncomp then
|
if noncomp then
|
||||||
begin
|
begin
|
||||||
prerr_string "For non-commercial use only\n";
|
prerr_string "For non-commercial use only\n";
|
||||||
|
Reference in New Issue
Block a user