React-PDF
Display PDFs in your React app as easily as if they were images
React-PDF is a React library for displaying existing PDF documents directly inside web applications. It uses PDF.js underneath while exposing React components such as Document and Page for integration. PDF files can come from URLs, Base64 data, Uint8Arrays, and other supported sources. Individual pages can render text and annotation layers, including clickable PDF links. Developers can configure PDF.js workers, fonts, character maps, and WebAssembly assets for specialized documents. The...