react-pdf-highlighter
react-pdf-highlighter copied to clipboard
Unable to load larger PDF files from URL
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:
- Attempt to load a small PDF file (less than 200 pages) from a given URL - Confirm that it loads successfully.
- 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.