mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 01:58:06 +02:00
CMaps binary packing
This commit is contained in:
parent
e5cd75083f
commit
69efd9cb96
13 changed files with 1156 additions and 35 deletions
|
@ -1259,7 +1259,8 @@ var PartialEvaluator = (function PartialEvaluatorClosure() {
|
|||
if (isName(cidEncoding)) {
|
||||
properties.cidEncoding = cidEncoding.name;
|
||||
}
|
||||
properties.cMap = CMapFactory.create(cidEncoding, PDFJS.cMapUrl, null);
|
||||
properties.cMap = CMapFactory.create(cidEncoding,
|
||||
{ url: PDFJS.cMapUrl, packed: PDFJS.cMapPacked }, null);
|
||||
properties.vertical = properties.cMap.vertical;
|
||||
}
|
||||
this.extractDataStructures(dict, baseDict, xref, properties);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue