react-pdf-highlighter icon indicating copy to clipboard operation
react-pdf-highlighter copied to clipboard

Unable to load larger PDF files from URL

Open pseudoPixels opened this issue 2 years ago • 0 comments

Issue Description: The current implementation is unable to load larger PDF files from a URL. While the loading process works perfectly for smaller PDF files, the system encounters difficulties when attempting to load PDF files that exceed approximately 200 pages. This issue needs to be addressed to ensure seamless loading of larger PDF files from URLs.

Steps to Reproduce:

  1. Attempt to load a small PDF file (less than 200 pages) from a given URL - Confirm that it loads successfully.
  2. Try to load a larger PDF file (exceeding approximately 200 pages) from a different URL - Observe that it fails to load.

Expected Behavior: The system should be able to load PDF files of any size from a URL without encountering issues based on the number of pages.

pseudoPixels avatar Jul 26 '23 06:07 pseudoPixels