You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I create a PDF file using Asciidoctor Web PDF, it has nice side margins (the borders on the left and right side). The top and bottom margins, however, are very slim, almost non-existent.
This is the resulting PDF file. Note that on the very first page, the top margin still looks good. On the following pages, however, both top and bottom margin are only a few millimetres wide.
Is it possible to increase these margins?
More generally, is there a way to specify the page margins when calling asciidoctor-web-pdf?
The text was updated successfully, but these errors were encountered:
When I create a PDF file using Asciidoctor Web PDF, it has nice side margins (the borders on the left and right side). The top and bottom margins, however, are very slim, almost non-existent.
To reproduce:
Take this minimal AsciiDoc file
Call
asciidoctor-web-pdf --out-file lorem.pdf lorem.adoc
This is the resulting PDF file. Note that on the very first page, the top margin still looks good. On the following pages, however, both top and bottom margin are only a few millimetres wide.
Is it possible to increase these margins?
More generally, is there a way to specify the page margins when calling
asciidoctor-web-pdf
?The text was updated successfully, but these errors were encountered: