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

vue.js pdf viewer

Results 155 vue-pdf issues
Sort by recently updated
recently updated
newest added

cancel() function doesn't seem to return a promise, so catch will result in an error - https://github.com/FranckFreiburger/vue-pdf/commit/612cae27f33795ef2ca734d9675f4c6058f28d78

Set ratio to 1. Any other value causes unexpected alignment issues of the annotation layer, specifically some instances in windows 10 google chrome. Tested on multiple devices, this fix has...

今天突然登录旧项目发现PDF文档预览被商业禁用。授权来源 xdocin.com。原因是这个开源插件中使用了商业版XDOC插件。商业使用前需要去这个地址授权!否则只有半年到一年的期限。 ![image](https://user-images.githubusercontent.com/57902552/182143066-43499080-bb18-4c55-a7b4-74ba568a3579.png)

This solves the issue https://github.com/FranckFreiburger/vue-pdf/issues/338 There are cases when the document loads but pdfPage.render method triggers an error as pdfPage is undefined, not having the catch statement triggers a console...

Using version 4.3.0, add pdf src to the component to render `Typeerror: cannot read properties of undefined (reading'catch')`, but this does not affect the normal use of the component. Locate...

vue file ``` import pdf from 'vue-pdf' export default { components:{ pdf }, data: () => ({ pdf_src: null, numPages: undefined, }), mounted() { this.pdf_src = pdf.createLoadingTask(`${MAIN_URL}/file/view/${this.$route.params.hfilname}`); this.pdf_src.promise.then(pdf => {...

- vue-pdf version 4.0.11 - vue.js version 2.6.11 `import CMapReaderFactory from 'vue-pdf/src/CMapReaderFactory.js'` `this.vuePdfSrc = pdf.createLoadingTask({url:src,CMapReaderFactory})` after use CMapReaderFactory ,First rendering of PDF file ,Fonts can be realistic. But when I...

Uncaught (in promise) RenderingCancelledException {message: 'Rendering cancelled, page *', name: 'RenderingCancelledException', type: 'canvas'}