{"id":26086882,"url":"https://github.com/pspdfkit/pspdfkit-web-example-react","last_synced_at":"2025-04-06T15:13:39.483Z","repository":{"id":26634749,"uuid":"108976680","full_name":"PSPDFKit/pspdfkit-web-example-react","owner":"PSPDFKit","description":"Add PDF Support to Your Web App in No Time with PSPDFKit for Web","archived":false,"fork":false,"pushed_at":"2025-03-10T10:33:33.000Z","size":2127,"stargazers_count":70,"open_issues_count":0,"forks_count":45,"subscribers_count":26,"default_branch":"master","last_synced_at":"2025-03-30T14:11:09.801Z","etag":null,"topics":["framework","library","pdf","pspdfkit","react","sdk","web"],"latest_commit_sha":null,"homepage":"https://pspdfkit.com/getting-started/web/","language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PSPDFKit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-10-31T09:56:24.000Z","updated_at":"2025-03-19T03:52:33.000Z","dependencies_parsed_at":"2023-02-17T03:45:24.856Z","dependency_job_id":"46dab99d-acf5-43c4-bf67-0a655e20cbd7","html_url":"https://github.com/PSPDFKit/pspdfkit-web-example-react","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PSPDFKit%2Fpspdfkit-web-example-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PSPDFKit%2Fpspdfkit-web-example-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PSPDFKit%2Fpspdfkit-web-example-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PSPDFKit%2Fpspdfkit-web-example-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PSPDFKit","download_url":"https://codeload.github.com/PSPDFKit/pspdfkit-web-example-react/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247500469,"owners_count":20948880,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["framework","library","pdf","pspdfkit","react","sdk","web"],"created_at":"2025-03-09T07:18:45.353Z","updated_at":"2025-04-06T15:13:39.453Z","avatar_url":"https://github.com/PSPDFKit.png","language":"JavaScript","readme":"\u003e ⚠️ **Repository Moved**  \n\u003e This repository has been moved to https://github.com/PSPDFKit/nutrient-web-examples/tree/main/examples/react.  \n\u003e Please update your bookmarks and issues accordingly.\n\u003e\n\u003e This repo is now archived and will no longer receive updates.\n\n## Nutrient Web SDK Example — React.js\n\nNutrient Web SDK is a powerful PDF SDK that enables you to view, annotate, sign, and edit PDF documents in your web applications. This repository demonstrates how to seamlessly integrate PSPDFKit with a React application.\n\n## Features\n\n- **View and Annotate PDFs** — Easily view and annotate PDF documents within your web app.\n- **Real-Time Collaboration** — Sync document edits, text highlights, and annotations across Android, iOS, and web devices in real time.\n- **Electronic and Digital Signatures** — Certified, encrypted, and secure document signing workflows.\n- **Forms** — Create, fill, capture, and submit PDF form data.\n- **Cross-Platform** — Consistent behavior across different web browsers.\n\n## Prerequisites\n\n- [Node.js][]\n\n## Support and Issues\n\nAre you evaluating our SDK? That’s great, and we’re happy to help! Feel free to contact our [Sales team][sales] to schedule a demo.\n\n## Getting Started\n\nClone the repository:\n\n```bash\ngit clone https://github.com/PSPDFKit/pspdfkit-web-example-react.git\ncd pspdfkit-web-example-react\n```\n\nInstall the project dependencies with npm:\n\n```bash\nnpm install\n```\n\nIf you need more information, refer to our [Getting Started on Web][getting started] guide.\n\n## Running the Example\n\nNow you’re ready to launch the app! 🎉\n\nRun the app in development mode:\n\n```bash\nnpm start\n```\n\nCreate a production build of the app and serve it:\n\n```bash\nnpm run build\nnpx serve -s build\n```\n\nEnjoy! 🍕\n\n## React Component\n\nThe React component that implements the Nutrient Web SDK integration can be found at `src/components/PdfViewerComponent`.\n\nTo make the files above available, copy them from the `node_modules/@nutrient-sdk/viewer/dist` folder using the script at `scripts/copy-nutrient-files`.\n\n## License\n\nThis software is licensed under a [modified BSD license](LICENSE).\n\n## FAQ\n\n### How Do I Integrate PSPDFKit with My Existing React App?\n\nFollow [this guide][react existing project] to integrate our Web SDK into your project.\n\n### Where Can I Find More Documentation?\n\nWe have extensive documentation with [developer guides for React][react guides] that show you how to add document functionality to React apps.\n\n## Useful Resources\n\n- [How to Convert HTML to PDF Using React][]\n- [How to Build a React.js PDF Viewer with react-pdf][]\n\n## Contributing\n\nPlease ensure you’ve signed [our CLA][cla] so that we can accept your contributions.\n\n[node.js]: http://nodejs.org/\n[sales]: https://www.nutrient.io/sdk/contact-sales\n[getting started]: https://www.nutrient.io/getting-started/web/?frontend=react\u0026download=npm\u0026integration=module\n[react existing project]: https://www.nutrient.io/getting-started/web/?frontend=react\u0026project=existing-project\n[react guides]: https://www.nutrient.io/guides/web/react/\n[how to convert html to pdf using react]: https://www.nutrient.io/blog/2022/how-to-convert-html-to-pdf-using-react/\n[how to build a react.js pdf viewer with react-pdf]: https://www.nutrient.io/blog/2021/how-to-build-a-reactjs-pdf-viewer-with-react-pdf/\n[cla]: https://www.nutrient.io/guides/web/current/miscellaneous/contributing/\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpspdfkit%2Fpspdfkit-web-example-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpspdfkit%2Fpspdfkit-web-example-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpspdfkit%2Fpspdfkit-web-example-react/lists"}