-
This is not really an issue with vue-pdf but I ran into this recently and tought it may be worth sharing.
When using vue-pdf with Webpack 4 (e.g. a project created by vue-cli v3) the dev build wi…
a47ae updated
4 years ago
-
"@vue-office/pdf": "^1.6.5"
一共14页 渲染出来只有前5页 是不是有分页参数 或者 页数限制的参数
[企管法规部通报(12.4).pdf](https://github.com/501351981/vue-office/files/14786409/12.4.pdf)
-
Hello,I hava a question, In Android's APP ,the vue-pdf may flash back when rendered,but in ios is normal
```
"vue": "^2.5.2",
"vue-pdf": "^3.3.1"
```
-
mac 使用报错
TypeError: Cannot read properties of undefined (reading 'getContext')
试过纯 js 也不行’’,也有报错,具体没有截图
我的 package.js
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@vue-…
-
THe pdf is correctly displayed in the vue.js dev env on localhost 8080, the module is **working perfectly**.
`/src/static/finances.pdf`
But the vue.js production build doesn't display the PDF when…
-
my code
```
import pdf from 'vue-pdf'
export default {
components: {
pdf
},
data () {
return {
url: 'fileUrl******'
}
}
…
-
Hello, today I quoted Vue-PDF in my project, and a problem like the following happened, I can't find the reason, I don't know how to solve this problem, I hope you can provide me with help, thank you
…
-
In 1a47de972abefd2079a4e23485041f08d9f68aab commit, you changed the pdfjs-dist version to less than 2.8.0, but download the vue-pdf 4.2.0 version from npm, it will be downloaded to 2.8.335 versi…
-
## Feature request
Desde ZK existe la posibilidad de enviar fácilmente un reporte como adjunto por correo, permitiendo tanto definir el correo manualmente o bien seleccionando un usuario creado…
-
I use `"vue-pdf": "^2.0.3"` in the vue spa project。After packing,on the phone, from did not use vue-pdf page(**B page**) to use vue-pdf page(**A page**),A page did not execute any code(alert , documen…