mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 07:08:08 +02:00
Fix regression #372
This commit is contained in:
parent
3f16be334e
commit
528e89693b
1 changed files with 1 additions and 0 deletions
1
pdf.js
1
pdf.js
|
@ -4288,6 +4288,7 @@ var PartialEvaluator = (function() {
|
|||
}
|
||||
|
||||
if (fontDict.has('ToUnicode')) {
|
||||
encodingMap['empty'] = true;
|
||||
var cmapObj = xref.fetchIfRef(fontDict.get('ToUnicode'));
|
||||
if (IsName(cmapObj)) {
|
||||
error('ToUnicode file cmap translation not implemented');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue