Serverraum

Results 2 comments of Serverraum

You need to include "QuestPDF.Settings.License = LicenseType.Community; " into the file, when using the newest QPDF. ( e.g. in `MainWindow.xaml.cs` within the public `MainWindow()`-Function above `InitializeComponent()`; Also it throws an...

Edit: You also have to update QPDF within `HTMLtoQPDF` **AND** `HTMLtoQPDF.Example`. Also you have to explicitely add `SkiaSharp` as nuget-Dependency, as this isn't included in QuestPDF anymore. If you did...