react.pdf.stream

0.0.0-beta-14 • Public • Published

English | 简体中文

A react component to show pdf with stream data

Step forward everyday and never stop, your hard work will never be wasted and always have something in return.

✨Features

  • support view pdf with stream data
  • same ui with default chrome pdf-viewer plugins

📦 Install

npm install react.pdf.stream --save

🔨 Usage

import PDFView from 'react.pdf.stream';
ReactDOM.render(<PDFView filePath="required" />, mountNode);

Props

params you can set some default props in this, like httpHeaders...

filePath file request url

fileName file name

🤝 Contributing

Porcess

TODO

  1. for now the file is show in type of canvas and cannot be modified, such as adding annotion; so next step is to transform in different situation to show pdf for editing pdf and highlight someting.
  2. Browser Compatibility
  3. read pdf.js and write a new one
  4. 。。。

/react.pdf.stream/

    Package Sidebar

    Install

    npm i react.pdf.stream

    Weekly Downloads

    22

    Version

    0.0.0-beta-14

    License

    ISC

    Unpacked Size

    241 kB

    Total Files

    66

    Last publish

    Collaborators

    • collinsyu