From 4b0268544c421ea5ab77caa4d910e08215b523d4 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 16 Jan 2024 19:48:36 +0100 Subject: [PATCH] wip #6615 @0.25 --- src/PDFTools.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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) { -- 2.39.5