From: Vincent Vanwaelscappel Date: Thu, 7 Aug 2025 15:03:58 +0000 (+0200) Subject: #7684 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=563e73f15635ccf0fbaa4881fd81e1470647f66b;p=cubist_util.git #7684 --- diff --git a/src/CommandLine/Poppler.php b/src/CommandLine/Poppler.php index 598aeae..289b590 100644 --- a/src/CommandLine/Poppler.php +++ b/src/CommandLine/Poppler.php @@ -95,7 +95,7 @@ class Poppler $pdftoppm->setArg('-freetype', (!isset($options['texts']) || $options['texts']) ? 'yes' : 'no'); $pdftoppm->setArg('-singlefile'); self::_crop($pdftoppm, $page, $rect, $options['resolution'], $options['factor']); - self::_exec($pdftoppm, $file, $dest); + self::_exec($pdftoppm, $file, $dest,true); } if (isset($lockFile)) {