diff --git a/pdf-generator/DocumentStructures/EvaluationReport/Appendix.cs b/pdf-generator/DocumentStructures/EvaluationReport/Appendix.cs index f0148a264e1edcefb0f813f58c3e1c090b89f6c0..2de3112e5d6f0f4feea7ee94890dc4c05e6689ad 100644 --- a/pdf-generator/DocumentStructures/EvaluationReport/Appendix.cs +++ b/pdf-generator/DocumentStructures/EvaluationReport/Appendix.cs @@ -131,6 +131,7 @@ namespace PDFGenerator.DocumentStructures.EvaluationReport } } Document.Add(table); + table.Complete(); table = new Table(1, false).UseAllAvailableWidth().SetKeepTogether(true).SetMarginTop(20f); if (attachment.Value.Count < counter) {