JavaScript PDF framework support
Nutrient Web SDK can be operated either as a standalone JavaScript library that runs entirely on the client, or together with Document Engine. Each operational mode is compatible with all JavaScript frameworks. It just needs a DOM container to append the viewer, which is possible with any framework, including:
| Framework | Web SDK | Web SDK + Document Engine |
|---|---|---|
| Angular | ✓ | ✓ |
| ASP.NET | ✓ | ✓ |
| Blazor | ✓ | ✓ |
| Electron | ✓ | |
| HTML5 | ✓ | ✓ |
| jQuery | ✓ | ✓ |
| Next.js | ✓ | ✓ |
| Nuxt.js | ✓ | ✓ |
| Progressive web apps | ✓ | ✓ |
| React | ✓ | ✓ |
| Ruby on Rails | ✓ | ✓ |
| Svelte | ✓ | ✓ |
| TypeScript | ✓ | ✓ |
| Vue | ✓ | ✓ |
| Flutter | ✓ | ✓ |
Learn more about the available operational modes.