DescriptionFix blank page issues caused by too strict check
Before this fix, PDF parser aborts the parsering process when detecting an error.
For this case, PDF parser just gives up parsering when it detects that the length of
image stream is incorrect. The solution to this case is to find the tag "endstream"
and "endobj" to calculate the length rather than aborting the parsering process.
BUG=433339
R=tsepez@chromium.org
Committed: https://pdfium.googlesource.com/pdfium/+/ef619d0562b39f30943cfdc4985a0df233d00e42
Patch Set 1 #
Messages
Total messages: 4 (1 generated)
|