You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* remove node 14 from ci
* fix wrong default method that should be save
* update README and rename to examples folder
* update readme
* update examples and api docs
* update examples and API docs
* run lint
* update api docs
Easily create pdf documents from React components.
5
+
Easily create PDF documents from React components.
6
6
7
7
## Install
8
8
@@ -12,85 +12,113 @@ $ npm install react-to-pdf
12
12
13
13
## Important Notes
14
14
15
+
- Not vectorized - the pdf is created from a screenshot of the component and therefore is not vectorized. If you are looking for something more advanced to generate pdf using React components, please check out other popular alternatives packages listed below.
15
16
- No SSR
16
-
- Single page
17
-
- Not vectorized - the pdf is created from a screenshot of the component and therefore is not vectorized. If you are looking for something more advanced for generating pdf using React components, please check out other popular alternatives packages listed below.
18
17
19
18
## Alternatives and Similars Packages
20
19
21
-
*[@react-pdf/renderer](https://www.npmjs.com/package/@react-pdf/renderer) - React renderer for creating PDF files on the browser and server
22
-
*[react-pdf](https://www.npmjs.com/package/react-pdf) - Display PDFs in your React app as easily as if they were images.
20
+
-[@react-pdf/renderer](https://www.npmjs.com/package/@react-pdf/renderer) - React renderer to create PDF files on the browser and server
21
+
-[react-pdf](https://www.npmjs.com/package/react-pdf) - Display PDFs in your React app as easily as if they were images.
0 commit comments