Hi ramitaherwahdan1978,
Implement Wizard
You can make use of Material Stepper API for creating the Wizard.
Angular Material stepper provides wizard-like workflow by dividing content into steps.
There are two stepper components.
1. mat-horizontal-stepper
2. mat-vertical-stepper
The mat-horizontal-stepper is used to create a horizontal stepper, and mat-vertical-stepper is used to create a vertical stepper.
For more details, please refer below link.
https://v5.material.angular.io/components/stepper/overview
Convert HTML to PDF
Then, the final step is to convert the HTML to PDF File.
For converting HTML to PDF File, please refer following links.
https://howtojs.io/how-to-generate-pdf-file-in-angular-13-application-in-multiple-ways/
https://www.positronx.io/angular-pdf-tutorial-export-pdf-in-angular-with-jspdf/