Our "Hello Viewer" Samples on GitHub
The "Hello Viewer" samples are introductory samples designed to help you understand the fundamentals of integrating PrizmDoc Viewer into a web application. When they run, they show a simple page with a single viewer displaying an example document, making it easy to see all of the pieces working together:
These are extremely simple web applications which do nothing more than load a single document in the browser with PrizmDoc Viewer, but they make it easy to see all of the pieces working together in real code.
Traditional HTML Samples
- Node.js + HTML - A minimal Node.js express app which integrates PrizmDoc Viewer.
- .NET + HTML - A minimal ASP.NET Core web application which integrates PrizmDoc Viewer.
- Java + HTML - A minimal Java Spring web application which integrates PrizmDoc Viewer.
React Samples
- Node.js + React - A minimal React application which integrates PrizmDoc Viewer. Node.js is used for an example application server.
Angular Samples
- .NET + Angular - A small ASP.NET Core and Angular application, based on the official .NET Core Angular template (dotnet new angular), which shows how to use PrizmDoc Viewer in an Angular context.
- Java + Angular - A small Java Spring and Angular application which shows how to use PrizmDoc Viewer in an Angular context.
Next Steps
For a detailed walk-through of how to integrate the Viewer into an existing web application, continue on to Part 1 - Integrating the Viewer of the three-part guide.