-
Notifications
You must be signed in to change notification settings - Fork 535
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to access array offset on value of type null (PDFObject.php line 795) #691
Comments
My guess would be an unbalanced set of |
@GreyWyvern Thanks. PDF was sent to your email |
Thanks! It turns out this PDF has an inline image object which is fouling up the parser in |
@GreyWyvern |
Description:
An exception
Trying to access array offset on value of type null
was thrown onPDFObject.php
line795
$current_position_cm is null
PDF input
Not allowed to put pdf in public, but can share it privately.
Expected output & actual output
Expected output: to get text
Actural output: Exception was thrown
Code
The text was updated successfully, but these errors were encountered: