Render a pdf in react app
Aishanii

Aishanii @aishanipach

About: I journal tech learnings and may give my 2 cents💁‍♀️ | Follow my System design journey!

Location:
India
Joined:
Mar 14, 2021

Render a pdf in react app

Publish Date: Jan 4 '22
3 3

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

Comments 3 total

Add comment