PDF file download progress callback

Thx for the reply

I am talking about the server side, not the client providing their own PDF.

Range requests are supported by the server, but somehow pdfjs express does not execute them (it downloads the whole file in one go). I tested by swapping pdfjs-express on our web app and replacing it with PDFTron, and that one does perform range requests.

Does pdfjs.express support range requests, or is this feature reserved for the paid versions of the libraries? I am using “@pdftron/pdfjs-express-viewer”: “8.1.1”. Thx