mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 23:28:06 +02:00
CMaps binary packing
This commit is contained in:
parent
e5cd75083f
commit
69efd9cb96
13 changed files with 1156 additions and 35 deletions
3
web/.gitignore
vendored
3
web/.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
viewer-production.html
|
||||
locale.properties
|
||||
locale/
|
||||
locale/
|
||||
cmaps/
|
||||
|
|
|
@ -66,6 +66,7 @@ PDFJS.imageResourcesPath = './images/';
|
|||
PDFJS.cMapUrl = '../external/cmaps/';
|
||||
//#else
|
||||
//PDFJS.cMapUrl = '../web/cmaps/';
|
||||
//PDFJS.cMapPacked = true;
|
||||
//#endif
|
||||
|
||||
var mozL10n = document.mozL10n || document.webL10n;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue