FranckFreiburger / vue-pdf

vue.js pdf viewer
MIT License
2.23k stars 522 forks source link

Fast rerendering #301

Open alex-eri opened 3 years ago

alex-eri commented 3 years ago

If i click next page button 10 times per second PDF freezes

pdf.js?4383:2656 Uncaught (in promise) 
RenderingCancelledException
message: "Rendering cancelled, page 25"
name: "RenderingCancelledException"
type: "canvas"
__proto__: Error
deepudinesh commented 3 years ago

@alex-eri I am also facing the same issue.

alex-eri commented 3 years ago

@deepudinesh i block UI with

<v-btn :loading="pdfview.ready == 0" ....>

deepudinesh commented 3 years ago

@alex-eri i am also blocking the ui. disabling the next and prev buttons. even if doing so i get errors some times.(from plugins side).i have looked for some other pdf plugins but not found.

deepudinesh commented 3 years ago

@alex-eri I am using s3 to upload pdf, some times CORS blocking the request, do you have any info on CORS related to this plugin?? anything is appreciated.

bymjsss commented 2 years ago

I am also facing the same issue