vue-pdf-embed
vue-pdf-embed copied to clipboard
PDF embed component for Vue 2 and Vue 3
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....
must set page and use v-for to render
I want to know if this plugin supports IE11?   
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...
why

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)...