PDF is not loading as linearized. I download the 2gb-sample-file from pdfjs.express website and uploaded to my s3 bucket. I am using pre signed URL from s3 to load into viewer. But it downloads the complete file. Initially I was linearizing the files and testing it but when it didn’t work, then I downloaded the sample file from pdf express website. All the other functionalities work excellent but our files are in higher Mbs and sometime in Gbs.
Since the file is linearized, I expect it to show initial pages faster.
Hi, i met the same issue when loading an Linearized pdf file but got 200 status from the server, Iam using UI.loaddocument(“url”), is there anyway to sent request with headers using UI.loaddocument?
Thanks for info. We have had missing configuration in our s3. We are seeing multiple 206s after adding those config but even then the pdf is not loading partially. It waits for all the 206s to complete before rendering pdf.
Any thoughts ?