🌐
npm
npmjs.com › package › react-pdf
react-pdf - npm
February 25, 2026 - This package is used to display existing PDFs. If you wish to create PDFs using React, you may be looking for @react-pdf/renderer. Install by executing npm install react-pdf or yarn add react-pdf.
      » npm install react-pdf
    
Published   Feb 25, 2026
Version   10.4.1
🌐
React-pdf
react-pdf.org
React-pdf
React renderer for creating PDF files on the browser and server
🌐
npm
npmjs.com › package › @react-pdf › renderer
@react-pdf/renderer - npm
5 days ago - Latest version: 4.4.0, last published: a day ago. Start using @react-pdf/renderer in your project by running `npm i @react-pdf/renderer`. There are 489 other projects in the npm registry using @react-pdf/renderer.
      » npm install @react-pdf/renderer
    
Published   Apr 06, 2026
Version   4.4.0
Author   Diego Muracciole
🌐
GitHub
github.com › aexol-studio › react-pdf-editor
GitHub - aexol-studio/react-pdf-editor: Pdf editor react component · GitHub
$ git clone https://github.com/aexol-studio/react-pdf-editor.git $ cd react-pdf-editor $ npm i $ npm start
Starred by 100 users
Forked by 19 users
Languages   TypeScript 98.6% | JavaScript 1.2% | HTML 0.2%
🌐
npm
npmjs.com › package › @prodfox › react-pdf-editor › v › 1.2.22
@prodfox/react-pdf-editor - npm
December 23, 2023 - import { useRef } from 'react'; import { useCreateIframeAndLoadViewer } from "@prodfox/react-pdf-editor"; function App() { const containerRef = useRef(null); const { download } = useCreateIframeAndLoadViewer({ container: containerRef, licenseKey: "sandbox", locale: "en", tools: { editing: [ "extract", "remove", "move" ], thumbnails: [ "zoom", "expand" ], general: [ "thumbnails", "download", "search", "panel-toggle", "zoom" ], }, files: [ { url: "https://pdftron.s3.amazonaws.com/downloads/pl/demo-annotated.pdf", name: "my-file1.pdf" }, { url: "https://pdftron.s3.amazonaws.com/downloads/pl/demo-annotated.pdf", name: "my-file2.pdf" } ], }); return ( <div> <button onClick={download}>Download</button> <div className="container" id="pdf" ref={containerRef}> </div> </div> ); } export default App;
      » npm install @prodfox/react-pdf-editor
    
Published   Sep 18, 2025
Version   1.2.22
Author   Alex Leon
🌐
npm
npmjs.com › package › react-to-pdf
react-to-pdf - npm
3 weeks ago - Create PDF documents from React Components. Latest version: 3.2.2, last published: 22 days ago. Start using react-to-pdf in your project by running `npm i react-to-pdf`. There are 28 other projects in the npm registry using react-to-pdf.
      » npm install react-to-pdf
    
Published   Mar 18, 2026
Version   3.2.2
🌐
Socket
socket.dev › npm › package › react-pdf-editor
react-pdf-editor - npm Package Security Analysis - Socket.dev
December 6, 2023 - React PDF Editor is a React library developed with Vite, leveraging the capabilities of [PDF.js](https://mozilla.github.io/pdf.js/) and [pdf-lib](https://github.com/Hopding/pdf-lib.git) for enhanced functionality.
🌐
npm
npmjs.com › package › @pdf-viewer › react
@pdf-viewer/react - npm
February 16, 2026 - Latest version: 1.19.0, last published: 2 months ago. Start using @pdf-viewer/react in your project by running `npm i @pdf-viewer/react`. There are no other projects in the npm registry using @pdf-viewer/react.
      » npm install @pdf-viewer/react
    
Published   Feb 16, 2026
Version   1.19.0
🌐
GitHub
github.com › wojtekmaj › react-pdf
GitHub - wojtekmaj/react-pdf: Display PDFs in your React app as easily as if they were images. · GitHub
This package is used to display existing PDFs. If you wish to create PDFs using React, you may be looking for @react-pdf/renderer. Install by executing npm install react-pdf or yarn add react-pdf.
Starred by 11K users
Forked by 999 users
Languages   TypeScript 94.5% | CSS 5.4% | HTML 0.1%
Find elsewhere
🌐
GitHub
github.com › lengerrong › react-pdf-editor
GitHub - lengerrong/react-pdf-editor · GitHub
It enables users to seamlessly edit and save form fields within the PDF, ensuring compatibility with any React application while overcoming the data collection challenge associated with browser extensions.
Starred by 2 users
Forked by 3 users
Languages   TypeScript 89.0% | CSS 8.1% | JavaScript 1.7% | HTML 1.2%
🌐
npm
npmjs.com › package › @simplepdf › react-embed-pdf
@simplepdf/react-embed-pdf - npm
January 17, 2026 - import { EmbedPDF, useEmbed } from '@simplepdf/react-embed-pdf'; const Editor = () => { const { embedRef, actions } = useEmbed(); const handleSubmit = async () => { const result = await actions.submit({ downloadCopyOnDevice: false }); if (result.success) { console.log('Submitted!'); } }; const handleExtract = async () => { const result = await actions.getDocumentContent({ extractionMode: 'auto' }); if (result.success) { console.log('Document name:', result.data.name); console.log('Pages:', result.data.pages); } }; const handleCreateTextField = async () => { const result = await actions.createF
      » npm install @simplepdf/react-embed-pdf
    
Published   Jan 17, 2026
Version   1.10.0
Author   bendersej
🌐
GitHub
github.com › diegomura › react-pdf
GitHub - diegomura/react-pdf: 📄 Create PDF files using React
React renderer for creating PDF files on the browser and server
Starred by 16.5K users
Forked by 1.3K users
Languages   TypeScript 82.5% | JavaScript 17.4%
🌐
GitHub
github.com › snamoah › react-pdf-editor
GitHub - snamoah/react-pdf-editor: PDF Editor built with react
This is a PDF Editor that allows you to add images and drawings to your pdf directly from your browser. This project is a react port of the svelte version here so most of the pdf generation and editing logic was lifted from there.
Starred by 84 users
Forked by 24 users
Languages   JavaScript 97.6% | TypeScript 2.3% | JavaScript 97.6% | TypeScript 2.3%
🌐
Nutrient
nutrient.io › blog › sdk › how to build a reactjs pdf viewer with react pdf
How to build a React PDF viewer with react-pdf (2026) - Nutrient
January 28, 2026 - Install react-pdf (npm install react-pdf), import the Document and Page components, configure the PDF.js worker in the same file, and build your own navigation controls.
🌐
PDF-LIB
pdf-lib.js.org
PDF-LIB · Create and modify PDF documents in any JavaScript environment.
Draw text, images, and vector graphics. Embed your own fonts. Even embed and draw pages from other PDFs. Written in TypeScript and compiled to pure JavaScript with no native dependencies. Works in any JavaScript runtime, including browsers, Node, Deno, and even React Native.
🌐
Syncfusion
ej2.syncfusion.com › documentation › document processing › pdf › pdf viewer › react › getting started
Getting started with Standalone React PDF Viewer component| Syncfusion
in 2 months - This section explains the steps to create a standalone React PDF Viewer and demonstrates basic usage of the PDF Viewer component in a React application. To get started with Syncfusion® React UI components, ensure the compatible version of React. React supported version >= 15.5.4+. Required node version >= 14.0.0+(NPM Package Manager).
🌐
Npm
npm.io › package › react-pdf-editor
React-pdf-editor NPM | npm.io
It enables users to seamlessly edit and save form fields within the PDF, ensuring compatibility with any React application while overcoming the data collection challenge associated with browser extensions. Render PDF files using PDF.js.
🌐
Embedpdf
embedpdf.com › react-pdf-viewer
React PDF Viewer – Open Source, Headless & Customizable | EmbedPDF
npm install @embedpdf/core · Build Custom UI · Full-UI Component · Get a fully featured PDF viewer in your React app with just a few lines of code. App.tsxCopy ·
🌐
npm
npmjs.com › package › react-native-pdf
react-native-pdf - npm
3 weeks ago - Latest version: 7.0.4, last published: 19 days ago. Start using react-native-pdf in your project by running `npm i react-native-pdf`. There are 47 other projects in the npm registry using react-native-pdf.
      » npm install react-native-pdf
    
Published   Mar 19, 2026
Version   7.0.4
Author   Wonday
🌐
Npm
npm.io › package › react-pdf
React-pdf NPM | npm.io
Display PDFs in your React app as easily as if they were images.