]> _ Git - cubist_util.git/commitdiff
#7684
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 7 Aug 2025 15:03:58 +0000 (17:03 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 7 Aug 2025 15:03:58 +0000 (17:03 +0200)
src/CommandLine/Poppler.php

index 598aeaef3953eb3b05e40f8eb96acedad6595df5..289b590681d7d4ca354162fe3e9938effdc42430 100644 (file)
@@ -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)) {