All Projects β†’ intelllex β†’ react-pdf

intelllex / react-pdf

Licence: other
Simple and fancy PDF Viewer based on pdf.js πŸ“„βš‘οΈ

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects

Projects that are alternatives of or similar to react-pdf

svelte-pdf
svelte-pdf provides a component for rendering PDF documents using PDF.js
Stars: ✭ 102 (+75.86%)
Mutual labels:  pdf-viewer, pdfjs
pdf-viewer
PDFjs with flipbook integration (using turnjs4)
Stars: ✭ 85 (+46.55%)
Mutual labels:  pdf-viewer, pdfjs
digitalmusicstand
web based music sheet viewer (go, pdfjs) as a single binary
Stars: ✭ 22 (-62.07%)
Mutual labels:  pdf-viewer, pdfjs
webviewer-react-sample
Sample to demonstrate integrating WebViewer into React
Stars: ✭ 87 (+50%)
Mutual labels:  react-pdf, react-pdf-viewer
pdf-tools
Emacs support library for PDF files.
Stars: ✭ 219 (+277.59%)
Mutual labels:  pdf-viewer
sioyek
Sioyek is a PDF viewer designed for reading research papers and technical books.
Stars: ✭ 3,890 (+6606.9%)
Mutual labels:  pdf-viewer
i-librarian-free
I, Librarian - open-source version of a PDF managing SaaS.
Stars: ✭ 110 (+89.66%)
Mutual labels:  pdf-viewer
android-pdfviewer
A Android PDF Viewer that render pdf using PdfRenderer and displays it in a RecyclerView.
Stars: ✭ 35 (-39.66%)
Mutual labels:  pdf-viewer
PDF4QT
All-in-one library and application for processing and rendering PDF documents. Contains document viewer/editor application, application for splitting/merging PDF documents and page manipulation, application for comparison of similar PDF documents.
Stars: ✭ 15 (-74.14%)
Mutual labels:  pdf-viewer
pdf-viewer
A Pure Python PDFViewer, which provides functionalities same as other famous PDFViewers.
Stars: ✭ 58 (+0%)
Mutual labels:  pdf-viewer
aesop
[DEPRECATED] The simplest PDF viewer around
Stars: ✭ 1 (-98.28%)
Mutual labels:  pdf-viewer
PDFoundry
A fully featured PDF viewer module for Foundry VTT, including form fillable actor sheets, journal links, and more!
Stars: ✭ 38 (-34.48%)
Mutual labels:  pdf-viewer
zathura-solarized
The solarized color theme for Zathura
Stars: ✭ 39 (-32.76%)
Mutual labels:  pdf-viewer
eaf-pdf-viewer
Fastest PDF Viewer in Emacs
Stars: ✭ 23 (-60.34%)
Mutual labels:  pdf-viewer
react-view-pdf
A simple and powerful PDF Viewer library for React.js
Stars: ✭ 107 (+84.48%)
Mutual labels:  pdf-viewer
ng-pdf-highlighter
PDF annotation with angular7
Stars: ✭ 15 (-74.14%)
Mutual labels:  pdf-viewer
Vudit
A file viewer for Android
Stars: ✭ 40 (-31.03%)
Mutual labels:  pdf-viewer
pdf-viewer
PDF viewer web component built in StencilJS. Reusable in Angular, Ionic, React, Vue.JS, etc.
Stars: ✭ 65 (+12.07%)
Mutual labels:  pdf-viewer
yomu
θ‹±ε’ŒθΎžζ›Έδ»˜γPDFι–²θ¦§γ‚½γƒ•γƒˆ
Stars: ✭ 48 (-17.24%)
Mutual labels:  pdfjs
JasperViewerFX
The JasperViewerFX is a free JavaFX library which aims to avoid use of JasperReport's swing viewer
Stars: ✭ 27 (-53.45%)
Mutual labels:  pdf-viewer

react-pdf

React PDF is a simple and fancy PDF Viewer based on pdf.js

Node.js CI Gitpod Ready-to-Code Maintenance Downloads Total Downloads Month

Demo

  • Progress Bar
  • Thumbnail sidebar
  • Toolbox (zoom in, zoom out, page jump, page up, page down)
  • Search within page

image info

How to install

npm install @intelllex/react-pdf

or

yarn add @intelllex/react-pdf

How to use

import React from 'react';
import ReactPDF from '@intelllex/react-pdf';

const ExampleReactPDF = () => {
    return (
        <ReactPDF
            url="<PDF_url>"
            showProgressBar
            showToolbox
        />
    )
};
 
export default ExampleReactPDF;

Documentation

React component prop. types:

  • url

    • Type: String
    • Required: true
    • Description: The URL of PDF Document you want to display.
  • showProgressBar

    • Type: Boolean
    • Required: false
    • Description: Show progress bar on top when loading PDF Document
  • showToolbox

    • Type: Boolean
    • Required: false
    • Description: Show the useful toolbox on PDF Pages
  • onChangePage

    • Type: Function
    • Required: false
    • Description: Callback with page param when changing Page Number
  • onZoomIn

    • Type: Function
    • Required: false
    • Description: Callback when clicking on Zoom In button
  • onZoomOut

    • Type: Function
    • Required: false
    • Description: Callback when clicking on Zoom Out button
  • onProgress

    • Type: Function
    • Required: false
    • Description: Callback with progress param when loading PDF
  • onToggleThumbnail

    • Type: Function
    • Required: false
    • Description: Callback with isShowThumbSidebar param when toggling Thumbnail sidebar

Contributors

License

Copyright Β© 2020 INTELLLEX HOLDINGS PRIVATE LIMITED

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Except as contained in this notice, the name of the INTELLLEX HOLDINGS PRIVATE LIMITED shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from INTELLLEX HOLDINGS PRIVATE LIMITED.

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