markjprice / apps-services-net8

Repository for the Packt Publishing book titled "Apps and Services with .NET 8" by Mark J. Price
119 stars 55 forks source link

QuestPDF License #5

Closed Pip1987 closed 9 months ago

Pip1987 commented 9 months ago

QuestPDF.Settings.License = LicenseType.Community; is throwing an error saying Settings does not contain a definition for the License. I'm currently using version 2022.12.6. If you comment out that line everything works fine.

markjprice commented 9 months ago

Thanks, Phil.

I have added an errata item for this here: https://github.com/markjprice/apps-services-net8/blob/main/docs/errata/errata.md#page-249---creating-a-console-app-to-generate-pdf-documents

I've also added some improvement items and updated the code solutions.