From: Vincent Vanwaelscappel Date: Tue, 16 Jan 2024 18:26:24 +0000 (+0100) Subject: wip #6615 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=c9ee320b89a10526000f7dee985239462bf8c17c;p=cubist_pdf.git wip #6615 @0.25 --- diff --git a/src/PDFTools.php b/src/PDFTools.php index 3d63db4..be317ba 100644 --- a/src/PDFTools.php +++ b/src/PDFTools.php @@ -396,7 +396,9 @@ class PDFTools $output = $pdftoppm->getOutput(); $errors = ['end of file inside dictionary', 'leftover args in content stream', - 'document stream is empty' + 'document stream is empty', + 'premature end of data segment', + 'corrupt jpeg data' ]; foreach ($errors as $error) {