From 0753cb732cd550f1ad836059ea0c2b9a1d17f9ea Mon Sep 17 00:00:00 2001 From: Fabian Eichhorner Date: Sun, 25 Nov 2018 20:54:43 +0100 Subject: [PATCH] Switch papersize back to A4 --- service-reporting/Controllers/PdfController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service-reporting/Controllers/PdfController.cs b/service-reporting/Controllers/PdfController.cs index 9125067..4b679c6 100644 --- a/service-reporting/Controllers/PdfController.cs +++ b/service-reporting/Controllers/PdfController.cs @@ -75,7 +75,7 @@ namespace PdfService.Controllers { ColorMode = ColorMode.Color, Orientation = Orientation.Portrait, - PaperSize = PaperKind.A4Plus, + PaperSize = PaperKind.A4, Margins = new MarginSettings { Top = 0, Left = 0, Right = 0 }, DocumentTitle = "PDF Report", }; -- 2.43.0