From 7bfd13f0886548dcd9a414c702144429fb117b04 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sun, 26 Nov 2023 11:51:23 +0100 Subject: update commit --- mtg-pdf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mtg-pdf.php') diff --git a/mtg-pdf.php b/mtg-pdf.php index 9b705b0..087ae9e 100644 --- a/mtg-pdf.php +++ b/mtg-pdf.php @@ -112,7 +112,7 @@ $html = str_replace('{{imgs}}', implode('', $imgs), $template); $request = Gotenberg::chromium('gotenberg:3000') ->paperSize(8.27, 11.7) # A4 - ->margins(0, 0, 0, 0) + ->margins(0.3, 0, 0.3, 0) ->outputFilename(date("Ymd_His")) ->html(Stream::string('index.html', $html)); -- cgit v1.2.3