From: Vincent Vanwaelscappel Date: Tue, 16 Jan 2024 18:48:36 +0000 (+0100) Subject: wip #6615 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=4b0268544c421ea5ab77caa4d910e08215b523d4;p=cubist_pdf.git wip #6615 @0.25 --- diff --git a/src/PDFTools.php b/src/PDFTools.php index be317ba..ae17888 100644 --- a/src/PDFTools.php +++ b/src/PDFTools.php @@ -398,7 +398,12 @@ class PDFTools 'leftover args in content stream', 'document stream is empty', 'premature end of data segment', - 'corrupt jpeg data' + 'corrupt jpeg data', + 'couldn\'t find trailer dictionary', + 'invalid xref entry', + 'incorrect stream length', + 'try to reconstruct', + 'error opening pdf file', ]; foreach ($errors as $error) {