If you're considering PuppeteerSharp for PDF generation, here's the version of the story that doesn't show up in the "getting started" docs.
Movie/TV tracking web application using TMDB API (The Movie Database) RESTful API created in C#, ASP.NET MVC Core with SQL Server backend.
WebApplication1/ ├── Controllers/ # HTTP request handlers │ ├── StudentsController.cs │ ├── CoursesController.cs │ ├── InstructorsController.cs │ ├── EnrollmentsController.cs │ ├── ...