Browse Source

Fix regression #372

Vivien Nicolas 14 years ago
parent
commit
528e89693b
  1. 1
      pdf.js

1
pdf.js

@ -4288,6 +4288,7 @@ var PartialEvaluator = (function() { @@ -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…
Cancel
Save