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

Fast rerendering

Open alex-eri opened this issue 3 years ago • 5 comments

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

alex-eri avatar Apr 09 '21 10:04 alex-eri

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

deepudinesh avatar May 07 '21 11:05 deepudinesh

@deepudinesh i block UI with

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

alex-eri avatar May 07 '21 16:05 alex-eri

@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 avatar May 09 '21 06:05 deepudinesh

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

deepudinesh avatar May 10 '21 02:05 deepudinesh

I am also facing the same issue

bymjsss avatar Jun 21 '22 09:06 bymjsss