Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-25 | Revert "Revert "Fix the issue that pdfium swallows 'fi' or 'ff' in some pdf ↵ | Jun Fang | |
files"" This reverts commit fa9756f77ad6145940d3dc697814b84f5755ae17. TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/1307353005/ | |||
2015-09-25 | Revert "Fix the issue that pdfium swallows 'fi' or 'ff' in some pdf files" | Jun Fang | |
This reverts commit 9bd18183ba8210c91d71c3060146235750a4c71c. | |||
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 . |