マージン追加

This commit is contained in:
rca 2024-08-12 20:59:23 +09:00
parent f15f3baece
commit 5ba02f1054

View File

@ -5,6 +5,12 @@ async function generatePDF() {
htmlPdf.setOptions({
format: "A4",
margin: {
top: "20mm",
right: "20mm",
bottom: "20mm",
left: "20mm"
},
});
try {