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
Matvey8mo ago
All browsers have a built-in pdf viewer. You can just create an iframe with a pdf source.
Ruben Silva
Ruben Silva8mo ago
React-pdf
React renderer for creating PDF files on the browser and server
Xaohs
Xaohs8mo 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.