All Projects → PDFTron → webviewer-react-sample

PDFTron / webviewer-react-sample

Licence: other
Sample to demonstrate integrating WebViewer into React

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to webviewer-react-sample

react-pdf
Simple and fancy PDF Viewer based on pdf.js 📄⚡️
Stars: ✭ 58 (-33.33%)
Mutual labels:  react-pdf, react-pdf-viewer
webviewer-salesforce
LWC component to view, annotate and edit PDFs, MS Office, images in Salesforce
Stars: ✭ 33 (-62.07%)
Mutual labels:  webviewer, view-pdf
webviewer-android
Simple WebView for Android
Stars: ✭ 15 (-82.76%)
Mutual labels:  webviewer
webviewer-angular-sample
Sample to demonstrate integrating WebViewer into Angular
Stars: ✭ 29 (-66.67%)
Mutual labels:  webviewer
Hajk
A modern, full-featured OpenLayers based map viewer and editor
Stars: ✭ 65 (-25.29%)
Mutual labels:  webviewer

WebViewer - React sample

WebViewer is a powerful JavaScript-based PDF Library that's part of the PDFTron PDF SDK. 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.

WebViewer UI

This repo is specifically designed for any users interested in integrating WebViewer into React project. You can watch a video here to help you get started.

Demo

You can explore all of the functionality in our showcase.

Initial setup

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

Install

git clone https://github.com/PDFTron/webviewer-react-sample.git
cd webviewer-react-sample
npm install

Run

npm start

After the app starts, you will be able to see WebViewer running on localhost:3000.

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.

GitHub Pages

You can deploy your app to GitHub Pages. To do so, make sure to update paths accordingly, for example, to deploy on pdftron.github.io/webviewer-react-sample, modify the path:

WebViewer(
 {
   path: '/webviewer-react-sample/webviewer/lib',
   initialDoc: '/webviewer-react-sample/files/PDFTRON_about.pdf',
 },
 viewer.current,
).then((instance) => {

WebViewer APIs

See API documentation.

Contributing

See contributing.

License

See license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].