Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`