mirror of
https://github.com/r-ca/md2pdf-meow.git
synced 2025-02-17 01:03:15 +00:00
マージン追加
This commit is contained in:
parent
f15f3baece
commit
5ba02f1054
|
@ -5,6 +5,12 @@ async function generatePDF() {
|
||||||
|
|
||||||
htmlPdf.setOptions({
|
htmlPdf.setOptions({
|
||||||
format: "A4",
|
format: "A4",
|
||||||
|
margin: {
|
||||||
|
top: "20mm",
|
||||||
|
right: "20mm",
|
||||||
|
bottom: "20mm",
|
||||||
|
left: "20mm"
|
||||||
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user