]> _ Git - cubist_pdf.git/commitdiff
wip #6615 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 16 Jan 2024 18:48:36 +0000 (19:48 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 16 Jan 2024 18:48:36 +0000 (19:48 +0100)
src/PDFTools.php

index be317bad4e63b0382f5cdecde8430dc2998ba858..ae17888171f9e77d11ac8f08a94dce94fd7cd5e5 100644 (file)
@@ -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) {