From cae67549baaed78dc40f3f82f6c86545527eec1d Mon Sep 17 00:00:00 2001 From: John Whitington Date: Wed, 14 Feb 2024 19:30:36 +0000 Subject: [PATCH] Return to status quo ante --- cpdfcommand.ml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cpdfcommand.ml b/cpdfcommand.ml index 145224c..5b2deff 100644 --- a/cpdfcommand.ml +++ b/cpdfcommand.ml @@ -608,11 +608,11 @@ let args = dashrange = "all"; outline = false; linewidth = 1.0; - path_to_ghostscript = "gs"; + path_to_ghostscript = ""; path_to_im = ""; path_to_p2p = ""; - path_to_convert = "convert"; - path_to_jbig2enc = "jbig2"; + path_to_convert = ""; + path_to_jbig2enc = ""; frombox = None; tobox = None; mediabox_if_missing = false;