Render a pdf in react app

If you want to render a pdf file in a react app, there are different options out there. The one that I recently used and would recommend for beginners is react-pdf.

npm install react-pdf

For activating links:
import ‘react-pdf/dist/esm/Page/Annotatio…


This content originally appeared on DEV Community and was authored by Aishanii

If you want to render a pdf file in a react app, there are different options out there. The one that I recently used and would recommend for beginners is react-pdf.

npm install react-pdf

For activating links:
import 'react-pdf/dist/esm/Page/AnnotationLayer.css';

Check out the script example here:
https://github.com/Aishanipach/React-pdf-devto


This content originally appeared on DEV Community and was authored by Aishanii


Print Share Comment Cite Upload Translate Updates
APA

Aishanii | Sciencx (2022-01-04T17:43:13+00:00) Render a pdf in react app. Retrieved from https://www.scien.cx/2022/01/04/render-a-pdf-in-react-app/

MLA
" » Render a pdf in react app." Aishanii | Sciencx - Tuesday January 4, 2022, https://www.scien.cx/2022/01/04/render-a-pdf-in-react-app/
HARVARD
Aishanii | Sciencx Tuesday January 4, 2022 » Render a pdf in react app., viewed ,<https://www.scien.cx/2022/01/04/render-a-pdf-in-react-app/>
VANCOUVER
Aishanii | Sciencx - » Render a pdf in react app. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2022/01/04/render-a-pdf-in-react-app/
CHICAGO
" » Render a pdf in react app." Aishanii | Sciencx - Accessed . https://www.scien.cx/2022/01/04/render-a-pdf-in-react-app/
IEEE
" » Render a pdf in react app." Aishanii | Sciencx [Online]. Available: https://www.scien.cx/2022/01/04/render-a-pdf-in-react-app/. [Accessed: ]
rf:citation
» Render a pdf in react app | Aishanii | Sciencx | https://www.scien.cx/2022/01/04/render-a-pdf-in-react-app/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.