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
tcpdi_parser.php.txt
In the above parser, I found and fixed a few issues when I was attempting to create a PDF with embedded PDFs.
Line 555 was inserted because there could be an odd number of characters in the row ($xrefcrs[1][3][0] - see line 528), so that $row[1] could be undefined.
Lines 623, 624, and 626 were inserted because $row[$i] was not always set or defined.
Lines 814-819, and 821 were inserted because the offsets were not always within the boundaries of $data, causing the data to be corrupted on a subsequent loop. The "@" was suppressing these errors.
Hope this helps? Please let me know if there are any questions.
-Grant
The text was updated successfully, but these errors were encountered:
tcpdi_parser.php.txt
In the above parser, I found and fixed a few issues when I was attempting to create a PDF with embedded PDFs.
Hope this helps? Please let me know if there are any questions.
-Grant
The text was updated successfully, but these errors were encountered: