vue-pdf-embed
vue-pdf-embed copied to clipboard
Error during font loading: The CMap "baseUrl" parameter must be specified, ensure that the "cMapUrl" and "cMapPacked" API parameters are provided.
Error during font loading: The CMap "baseUrl" parameter must be specified, ensure that the "cMapUrl" and "cMapPacked" API parameters are provided.
// pdfSource: '../src/2.pdf', pdfSource: { url: '../src/2.pdf', cMapUrl: 'https://cdn.jsdelivr.net/npm/[email protected]/cmaps/', cMapPacked: true, },
Thanks @zhangxiang0316! It seems to be the answer 👍