From c9bd93e42e5817a3aec07ffdaff5b1bcf169a162 Mon Sep 17 00:00:00 2001 From: John Whitington Date: Fri, 15 Oct 2021 17:36:11 +0100 Subject: [PATCH] more --- cpdfcommand.ml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cpdfcommand.ml b/cpdfcommand.ml index 8ae24b4..654aab1 100644 --- a/cpdfcommand.ml +++ b/cpdfcommand.ml @@ -1,4 +1,5 @@ (* cpdf command line tools *) +let demo = false let noncomp = false let major_version = 2 let minor_version = 5 @@ -4377,6 +4378,8 @@ let go_withargv argv = exit 0 | _ -> Hashtbl.clear filenames; + if demo then + flprint "This demo is for evaluation only. http://www.coherentpdf.com/\n"; if noncomp then begin prerr_string "For non-commercial use only\n";