-
Notifications
You must be signed in to change notification settings - Fork 10.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Progressive View large PDF files in PDF.JS #6104
Comments
That domain name does not exist. Please update your post with a working link to a PDF. |
Sorry for misleading information. My boss told me that the link was only accessible in-house. But the pages of pdf are only rendered after complete download. Any help would be heighly appreciated. |
It's not possible to help if you don't share any information about your setup. If PDFs are only displayed after the whole file is loaded, then check:
|
Ok Sir! Thank you for the suggestion. I'll try and get back to you. |
Sir! I'd made the PDF file linearized/"Web Optimized", but still the loading time is high for 13MB of pdf file. Is there other way round in which I can render the pdf page while downloading the file like Lazy Load? |
@itsursujit See 2 of my previous comment, about Range requests. And again, I cannot help you any further if you don't provide access to your website. |
Closing as answered for now. Linearization and range requests are the best suggestions we can give given the limited amount of information provided. |
Sir,
We are using PDF.JS in our daily newspaper to view PDF files online. Our PDF files are of maximum size 20MB. While we try to access the pdf using PDF.JS, the complete PDF file is downloaded to client before rendering the page. This is creating a performance issue in website to render the file.
Is there some configuration which we can apply so that the readers can view pages before complete download.
Here is the reference of the website where we are using PDF.JS.
<http://epaper.ekantipurapp.com/the-kathmandu-post/view
Any help and support would be highly appreciated.
Thank you!
The text was updated successfully, but these errors were encountered: