From: Vincent Vanwaelscappel Date: Thu, 21 Mar 2024 10:20:26 +0000 (+0100) Subject: wip #6814 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=63a72e36ad3eae9b2be0c23d4e011b125b1aa0d1;p=cubist_pdf.git wip #6814 @0.5 --- diff --git a/src/PDFTools.php b/src/PDFTools.php index 8f29225..4fe518d 100644 --- a/src/PDFTools.php +++ b/src/PDFTools.php @@ -267,7 +267,7 @@ class PDFTools if (!$keepText) { $gs->setArg('-dFILTERTEXT'); } - if (!$keepImages) { + if (!$keepVectors) { $gs->setArg('-dFILTERVECTOR'); }