vue-pdf-embed icon indicating copy to clipboard operation
vue-pdf-embed copied to clipboard

PDF embed component for Vue 2 and Vue 3

Results 58 vue-pdf-embed issues
Sort by recently updated
recently updated
newest added

The page canvases can get shuffled into the wrong order when switching between 1page and scroll modes Here is the pdf viewer in 1 page mode, on page 1 ![Screenshot...

Warning: getHexString - ignoring invalid character. Failed to load PDF file Warning: Indexing all PDF objects

After deploying the front-end to the nginx server, preview the PDF and report this error "InvalidAccessError: Failed to set the 'responseType' property on 'XMLHttpRequest': The response type cannot be changed...

Version: 2.0.3 Example: ```Vue ``` When previewing a large-sized pdf file, memory increases from 30 MB to 4 GB after changing the page width. While version 1.2.1 works well.

![0D86BB95-F318-47A8-A65E-DC48CBC09FFE](https://github.com/hrynko/vue-pdf-embed/assets/50946885/c966fd45-ef7c-4429-823b-f3a6cacb96e3)

![image](https://github.com/hrynko/vue-pdf-embed/assets/22904934/fbe7c127-9659-40cd-9d6f-9284fb577551) The imported font package cannot be found because the font file does not have a suffix

当我在 vue3 中使用该插件时,我通过 pages 变量控制插件的展示方式,当 pages 传入 null 时,展示所有页面;当传入具体的值时,展示 pdf 的某一页。(实际上就是与[官方提供的 demo](https://jsfiddle.net/hrynko/273a59qr) 中一样的用法)。 但当我先展示所有页面,然后切换为每次展示一页并向后翻页,最后再切换回展示所有页面时,pdf 的内容会出现错乱,这个问题在官方提供的 demo 中同样存在。 ![1](https://github.com/hrynko/vue-pdf-embed/assets/84949554/dd5b004e-8197-4189-925e-9491057d5b0f)

Hi, I'm using base64 string to load pdf, first load ok (i render within a dialog).after i close the dialog and open again it complaint render multiple time in same...

The Vue version is 3.4.30 and vue-pdf-embed is 2.1.0. When setting CSP with script-src: 'unsafe-eval' 'unsafe-inline', I encountered a “Refused to load the script” error. I tried adding: `import {...