vue-pdf
vue-pdf copied to clipboard
Fast rerendering
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 I am also facing the same issue.
@deepudinesh i block UI with
<v-btn :loading="pdfview.ready == 0" ....>
@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.
@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.
I am also facing the same issue