vuongvk55682 / pdfjs-express-viewer-react-sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PDF.js Express - React sample

PDF.js Express Viewer is a powerful JavaScript-based PDF Library. It provides a slick, responsive and customizable UI that out-of-the-box interacts with the core library to view PDFs and is ready to be embedded into any web project.

This repo is specifically designed for any users interested in integrating WebViewer into React project. This project was generated with Create React App. See Create React App documentation for more information.

Initial setup

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

Install

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

Run

npm start

Build

Run npm run build to build the project. The build artifacts will be stored in the build/ directory. See the section about deployment for more information.

To test the build directory locally you can use serve or http-server. In case of serve, by default it strips the .html extension stripped from paths. We added serve.json configuration to disable cleanUrls option.

WebViewer APIs

See API documentation.

Contributing

See contributing.

License

See license.

About

License:Other


Languages

Language:JavaScript 54.3%Language:HTML 34.8%Language:CSS 10.9%