Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.09 KB

README.md

File metadata and controls

35 lines (21 loc) · 1.09 KB

PDF.js Express - Electron sample

PDF.js Express is a powerful JavaScript-based PDF Library that leverages PDF.js and adds additional features such as annotations, form support, and digitial signatures. It provides a slick out-of-the-box responsive UI that interacts with the core library to view, annotate and manipulate PDFs that can be embedded into any web project.

This repo is specifically designed for any users interested in integrating Express into an Electron project.

Initial setup

Before you begin, make sure your development environment includes Node.js.

Install

git clone https://github.com/pdfjs-express/pdfjs-express-electron-sample.git
cd pdfjs-express-electron-sample
npm install

Run

npm start

Build

Since Electron builds are platform specific, please refer to the guides to learn how to build your project for production.

WebViewer APIs

See API documentation.

License

See license.