This Kendo UI for Angular sample project demonstrates how to embed fonts in PDF.
The demo is referred to in the Kendo UI for Angular official documentation in the article on embedding fonts in PDF.
- Clone this repository by using your favorite Git client or by executing
git clone https://github.com/telerik/kendo-angular.git
. - Enter the examples directory by running
cd examples
. - Run
npm install
to install the project dependencies. - Run
ng serve pdf-embedded-fonts
. - Open http://localhost:4200.