]> _ Git - cubist_pdf.git/commitdiff
wip #7010
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 17 Jul 2024 16:00:36 +0000 (18:00 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 17 Jul 2024 16:00:36 +0000 (18:00 +0200)
src/PDFTools.php

index 27a77ac2f12a3111777770af03c2d832dd53173e..0f92e5742b492f8f123c71538ca99ca674019b9a 100644 (file)
@@ -131,6 +131,7 @@ class PDFTools
             $fwstk = new FWSTK();
             $fwstk->setArg('--input ' . $pdf);
             $fwstk->setArg('--infos');
+            $fwstk->setUnique(true);
             $fwstk->execute();
             $out = $fwstk->getOutput();