This project showcases common scenarios and use cases for the KendoReact PDF Processing package while using Functional Components and React Hooks.
Specifically this project covers:
- Exporting styled HTML
- Exporting content including SVG-based KendoReact Charts with various page layouts (A4, Executive, etc.)
- Exporting content in the KendoReact Data Grid
- Exporting content in the KendoReact TreeList
As this project utilizes KendoReact, a commercial UI component library for React developers. When downloading this project and running npm start
you will be asked to provide a license key to remove a warning message in your developer console. In order to install a license key you will either need to register for a free trial, or purchase a license of KendoReact.
This project was bootstrapped with Create React App and therefore the default scripts are available to compile and run the project.
To get things up and running follow these steps:
- Navigate to project directory
- Run
npm install
- Run
npm start