You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered this same issue today (tcpdi_parser.php version 1.1).
It turns out to be inside the function decodeStream().
If the $sdic contains a /Filter with an array of filters ($v[0] = PDF_TYPE_ARRAY), it is skipped because of line 1132:
if ($v[0] == PDF_TYPE_TOKEN) {
Not sure why this line is needed at all in decodeStream().
I've got a special set of pdfs which cause this error in the following line:
tcpdi_parser/tcpdi_parser.php
Line 1052 in c7c3e86
It should be related to the warning here: http://php.net/manual/en/migration71.other-changes.php
According to XDebug it tries to do the following but fails:
The text was updated successfully, but these errors were encountered: