Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yeehanchung/web-pdf-viewer-techniques
Demonstrates various techniques for rendering PDFs using React.js, with a focus on cross-device compatibility and debugging. Supports multiple PDF rendering methods. To test and compare different approaches across desktop and mobile devices, including Android and iOS.
https://github.com/yeehanchung/web-pdf-viewer-techniques
iframe iframe-embeds nextjs pdf pdf-document pdf-rendering pdf-viewer react
Last synced: 5 days ago
JSON representation
Demonstrates various techniques for rendering PDFs using React.js, with a focus on cross-device compatibility and debugging. Supports multiple PDF rendering methods. To test and compare different approaches across desktop and mobile devices, including Android and iOS.
- Host: GitHub
- URL: https://github.com/yeehanchung/web-pdf-viewer-techniques
- Owner: yeehanchung
- Created: 2024-08-29T00:27:01.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T15:38:19.000Z (4 months ago)
- Last Synced: 2024-11-02T20:26:09.906Z (about 2 months ago)
- Topics: iframe, iframe-embeds, nextjs, pdf, pdf-document, pdf-rendering, pdf-viewer, react
- Language: TypeScript
- Homepage: https://web-pdf-viewer-techniques.netlify.app/
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setup
## How to run locally?
On the root level, run the command below:
```terminal
npm i && npm run dev
```It should now run on `http://localhost:3000`