Improved collecting layout information when the InfiniteLayoutException is thrown

This commit is contained in:
MarcinZiabek
2022-12-08 23:48:17 +01:00
parent 57c2a8cb38
commit 423ca330f7
16 changed files with 164 additions and 146 deletions
+4 -1
View File
@@ -5,6 +5,9 @@ using QuestPDF.Helpers;
using QuestPDF.Infrastructure;
using QuestPDF.Previewer;
QuestPDF.Settings.EnableCaching = true;
QuestPDF.Settings.EnableDebugging = true;
Document
.Create(container =>
{
@@ -49,5 +52,5 @@ Document
});
});
})
.ShowInPreviewer();
.GeneratePdf();