Best React (Next.js) PDF libraries?

I'm looking for a good PDF viewer library in Next.js
Solution:
All browsers have a built-in pdf viewer. You can just create an iframe with a pdf source.
Jump to solution
3 Replies
Solution
Matvey
Matvey16mo ago
All browsers have a built-in pdf viewer. You can just create an iframe with a pdf source.
Ruben Silva
Ruben Silva16mo ago
React-pdf
React renderer for creating PDF files on the browser and server
Xaohs
Xaohs15mo ago
If you only need to view pdfs I'd use an iframe. Otherwise if you need to actually make the pdfs as well, I'm a big fan of react-pdf for that.

Did you find this page helpful?