Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 1005 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 1005 Bytes

View Large PDF files using react-pdf with selecting the file from the browser

  • tried to view large files. Didn't face any issues but takes a huge amount of memory or CPU usage to view the file.
  • the solution is to lazy load or load only those pages that need to be viewed. luckily there are some suggestions found from react-pdf samples and issues. Links are below.

Helpful Links