This example integrates the HTML5 Document Viewer in a JavaScript application.
Implementation Details
This example consists of two parts:
- A server (back-end) ASP.NET Core project that enables cross-domain requests (CORS) (Access-Control-Allow-Origin) and implements a custom web report storage.
- A Document Viewer front-end JavaScript application with the Web docuemnt Viewer control.
To run this example, follow the steps below:
- Run the ServerApp project.
- Navigate to the ClientSide folder and run one of the following commands to install packages"
- If you have the npm package manager:
npm install
- If you have the Yarn package manager:
yarn install
- If you have the npm package manager:
- Host the client-side part (the ClientSide folder ) on the web server. You can add a new website in the Internet Information Services (IIS) Manager.
- Launch the browser and open the website created in the previous step.
Documentation
Does this example address your development requirements/objectives?
(you will be redirected to DevExpress.com to submit your response)