You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Stack Overflow comment suggests that you should be able to call .destroy(); on the instance of pdf.js, so the easiest maybe is to find a way to expose the pdf.js instance from touchpdf?
I tested this and it doesn’t work at the moment, because it doesn’t call pdfDoc.destroy();
Maybe there’s a reason for that?
Otherwise it does seem to solve the issue so here’s a pull request: #34
I have a single page application where i have many pdfs. How do i call the clean up / destroy methods?
The text was updated successfully, but these errors were encountered: