Evaluating PDF.Js Express as alternative for PDF.Js

Hi,

PDF.js Express uses additional resources such as WASM modules and JS chunks, which cannot be read from your local file system and instead have to be served from a web server. You will have to set up a local server and access your files that way.

Here’s a guide on how to set that up.