enable pdfjs cmaps in pdfRenderer

This commit is contained in:
Brian Gough 2016-10-20 12:55:06 +01:00
parent 4d551ced5e
commit 84f986058a

View file

@ -30,6 +30,10 @@ define [
TEXTLAYER_TIMEOUT: 100 TEXTLAYER_TIMEOUT: 100
constructor: (@url, @options) -> constructor: (@url, @options) ->
# set up external character mappings - needed for Japanese etc
window.PDFJS.cMapUrl = './bcmaps/'
window.PDFJS.cMapPacked = true
if window.location?.search?.indexOf("disable-font-face=true") >= 0 if window.location?.search?.indexOf("disable-font-face=true") >= 0
window.PDFJS.disableFontFace = true window.PDFJS.disableFontFace = true
else else