Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-25 | Fix the issue that pdfium swallows 'fi' or 'ff' in some pdf files | Jun Fang | |
Pdfium swallows 'fi' or 'ff' in some tested files because it doesn't load the embedded font file correctly. The root cause is that there is incorrect keyword like 'ngendstream' in the stream of the embedded font file. Pdfium tries to find another correct keyword but uses wrong offset rather than accumulated offset. BUG=524043 R=thestig@chromium.org, tsepez@chromium.org Review URL: https://codereview.chromium.org/1307353005 . |