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

When using the first method `` the rotation works fine. However, when I switch to the second method ` ` to display Chinese characters, the PDF flashes twice during rotation....

I want to know if this plugin supports IE11? ![image](https://github.com/hrynko/vue-pdf-embed/assets/51901729/7da2c21c-6619-4f2b-9c0e-48334b745e8d) ![image](https://github.com/hrynko/vue-pdf-embed/assets/51901729/c3e0a4d1-8f4d-4804-bd45-32304daf726b) ![image](https://github.com/hrynko/vue-pdf-embed/assets/51901729/0f0185bc-d1ce-413a-8666-43f772bec80c)

Hello, I'm using vue-pdf-embed to render PDF files on a Web page and I'm experiencing performance issues when I display large files (~250 pages). When displaying my page, PDF rendering...

When switching pages rapidly, the canvas sometimes stops showing and we get the following error in the `rendering-failed` event listener: ``` Cannot use the same canvas during multiple render() operations....

I have a list of pdfs and each time I select a pdf to open the memory increases and then i select another pdf the memory increases and do not...

PDFLinkService target default value is none https://github.com/mozilla/pdfjs-dist/blob/5f07d5a4159bb99eee2f6143d1297f03b45bba58/lib/web/pdf_link_service.js#L200 i want set target value blank。 need support set linkService Options. https://github.com/hrynko/vue-pdf-embed/blob/main/src/VuePdfEmbed.vue#L105

Environment: - Vue Version: 3.3.0 - vue-pdf-embed Version: 2.0.0、2.0.2 - UserAgent: Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Mobile Safari/537.36 - Build Tool: Vite Code...

![image](https://github.com/hrynko/vue-pdf-embed/assets/45813212/ff1b73ad-25b3-427b-827b-39b1b21be9b0)

My project is vue3+vite, and I'm using the vite-plugin-cdn-import plugin for CDN configuration. Here is the code I'm using: import { Plugin as ImportToCDN} from 'vite-plugin-cdn-import' const createCdnListImport = (isBuild)...