FranckFreiburger / vue-pdf

vue.js pdf viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

首次进入页面无法显示中文,必须刷新后才能完整显示。这是怎么回事?

AlstonZhuang opened this issue · comments

首次进入页面无法显示中文,必须刷新后才能完整显示。这是怎么回事?
commented

可以尝试修改配置:
pdf.createLoadingTask({ url: 'http://localhost:8080/utf-8zh_cn.pdf', // cMapUrl & cMapPacked 用来解决中文乱码问题,可以不配置 cMapUrl: 'http://localhost:8080/cmaps/', cMapPacked: true }),
cmaps目录可以从pdfjs-dist中获取,把node_modules中pdfjs-dist/cmaps 复制到你项目中public中