All Projects → PDFTron → Webviewer Ui

PDFTron / Webviewer Ui

Licence: other
WebViewer UI built in React

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Webviewer Ui

Pympress
Pympress is a simple yet powerful PDF reader designed for dual-screen presentations
Stars: ✭ 450 (+196.05%)
Mutual labels:  pdf-viewer
Beamerpresenter
Simple dual screen pdf presentation software
Stars: ✭ 30 (-80.26%)
Mutual labels:  pdf-viewer
Qpdf
PDF viewer widget for Qt
Stars: ✭ 111 (-26.97%)
Mutual labels:  pdf-viewer
React Pdf
Display PDFs in your React app as easily as if they were images.
Stars: ✭ 5,320 (+3400%)
Mutual labels:  pdf-viewer
Pdfdrawingview
PDFDrawingView is a lightweight PDF Viewer that has built in functionality for drawing.
Stars: ✭ 17 (-88.82%)
Mutual labels:  pdf-viewer
Pdfpc
A presenter console with multi-monitor support for PDF files.
Stars: ✭ 1,065 (+600.66%)
Mutual labels:  pdf-viewer
Pdfvuer
A PDF viewer for Vue using Mozilla's PDF.js
Stars: ✭ 443 (+191.45%)
Mutual labels:  pdf-viewer
Pdfview Android
Small Android library to show PDF files
Stars: ✭ 132 (-13.16%)
Mutual labels:  pdf-viewer
Buka
Buka is a modern software that helps you manage your ebook at ease.
Stars: ✭ 896 (+489.47%)
Mutual labels:  pdf-viewer
Flutter plugin pdf viewer
A flutter plugin for handling PDF files. Works on both Android & iOS
Stars: ✭ 81 (-46.71%)
Mutual labels:  pdf-viewer
Pdf2htmlex
Convert PDF to HTML without losing text or format.
Stars: ✭ 472 (+210.53%)
Mutual labels:  pdf-viewer
Sumatrapdf
SumatraPDF reader
Stars: ✭ 7,462 (+4809.21%)
Mutual labels:  pdf-viewer
React Read Pdf
a mobile-friendly PDF Reader in browser for React 16.5
Stars: ✭ 53 (-65.13%)
Mutual labels:  pdf-viewer
React Pdf Viewer
A React component to view a PDF document
Stars: ✭ 457 (+200.66%)
Mutual labels:  pdf-viewer
Vue Pdf
vue.js pdf viewer
Stars: ✭ 1,700 (+1018.42%)
Mutual labels:  pdf-viewer
React Pdf Highlighter
Set of React components for PDF annotation
Stars: ✭ 448 (+194.74%)
Mutual labels:  pdf-viewer
Ng2 Pdf Viewer
📄 PDF Viewer Component for Angular 5+
Stars: ✭ 997 (+555.92%)
Mutual labels:  pdf-viewer
Pdfviewer
A simple Pdf document viewer 💼
Stars: ✭ 144 (-5.26%)
Mutual labels:  pdf-viewer
Emacs Application Framework
A free/libre and open-source extensible framework that revolutionizes the graphical capabilities of Emacs, the key to ultimately Live in Emacs
Stars: ✭ 1,932 (+1171.05%)
Mutual labels:  pdf-viewer
Jfbview
PDF and image viewer for the Linux framebuffer.
Stars: ✭ 78 (-48.68%)
Mutual labels:  pdf-viewer

WebViewer UI - v7.3

WebViewer UI sits on top of WebViewer, a powerful JavaScript-based PDF Library that's part of the PDFTron PDF SDK. Built in React, WebViewer UI 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 advanced customizations. With the source code access, it gives developers full control to customize & style the UI, build custom controls & logic, integrate into workflows, or build a UI from scratch.

Install

npm install
npm run download-webviewer

Run

npm start

Build

npm run build

Project structure

src/
  apis/            - APIs exposed in myWebViewer.getInstance()
  components/      - React components
  constants/       - JavaScript or CSS constants
  core/            - APIs from the Core
  event-listeners/ - Listeners for the Core events
  helpers/         - Reused functions
  redux/           - Redux files for state managing
  lib/             - Lib folder created upon npm install, used for dev testing only

API documentation

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].