diff options
Diffstat (limited to 'mtg-pdf.php')
-rw-r--r-- | mtg-pdf.php | 2 |
1 files changed, 1 insertions, 1 deletions
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)); |