From 563e73f15635ccf0fbaa4881fd81e1470647f66b Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 7 Aug 2025 17:03:58 +0200 Subject: [PATCH] #7684 --- src/CommandLine/Poppler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) { -- 2.39.5