HTMLToQPDF
HTMLToQPDF copied to clipboard
HTMLToQPDF.Example is crash
click "Create pdf" is crash
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 error stating "Compose Single doesn't include that Methode". Still doing some research on the origins of that error.
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 all these three things, it should work.