[Ask Help]How to render big pdf files on mobile devices(over 100 pages) #231
Unanswered
WWK563388548
asked this question in
Q&A
Replies: 1 comment
-
Hi @WWK563388548, Indeed, the Please check #230 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a problem where I want to display a long big pdf file (over 100 pages). however, when opening a PDF on mobile browsers like Safari, the browser enters an infinite reload loop and crushed(But it works fine on PC browsers).
So, I suspect that the issue is due to loading the entire PDF at once, which leads to insufficient memory/CPU resources.
I consulted the README and other online resources and eventually found this answer: Issue with long PDF + pagination #166.
Unfortunately, I discovered that this solution is not applicable to the current version:
"vue-pdf-embed": "^2.1.0"
.This is because
VuePdfEmbed.getDocument(...)
is not exposed in the default export(in current version?).Therefore, I would like to ask the respected maintainers if there are any other methods or any updates for Issue with long PDF + pagination #166 to solve the problem.
thank you very much,
Regards
Here is my environment:
Here is my logic of PDF viewer:
Beta Was this translation helpful? Give feedback.
All reactions