Desktop Apps#

You can also embed MuPDF.js in desktop apps, for example with Electron.

Electron#

The examples/electron project is a very simple Electron project.

The project loads a PDF into the browser and renders the pages in a list through its “WebViewer” component.

Getting Started#

Once you have checked out the example from our Github repository then do the following:

Initialize the project#

npm install

Start the server#

npm run dev