wojtekmaj / react-pdf

Display PDFs in your React app as easily as if they were images.
https://projects.wojtekmaj.pl/react-pdf
MIT License
9.24k stars 877 forks source link

Took too much long to preview file from url #1595

Closed admondtamang closed 1 year ago

admondtamang commented 1 year ago

Description

https://s3.amazonaws.com/pdftron/downloads/pl/2gb-sample-file.pdf When I tried to preview above link. First, it downloads the file and try to preview it which took too long. I have tried in safari and mozilla, It can be previewed instantly but not in chrome. I want to progressively render the pdf, how can we achieve this?the

firefox preview image

Steps to reproduce

https://s3.amazonaws.com/pdftron/downloads/pl/2gb-sample-file.pdf use this link in preview image

Expected behavior

Stream or progressively display PDF file

Actual behavior

It first downloads a pdf and previews it. ezgif com-video-to-gif

Environment