Skip to content

📃 this is a fork of @react-html2pdf with some fixes

Notifications You must be signed in to change notification settings

veronesecoms/incca-react-pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📃 Incca React PDF

Convert html to pdf
This is a copy package of the react-html2pdf forked to work in a private project of Incca Sistemas

Install package

$ npm i incca-react-pdf

Usage

//import
import { Preview, print } from 'incca-react-pdf';

//render
<Preview id={'jsx-template'} >
    <p>adsf</p>
</Preview>
<button onClick={()=>print('a', 'jsx-template')}> print</button>

License

MIT License. © 2018 San Pyae Lin

About

📃 this is a fork of @react-html2pdf with some fixes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published