Closed NaufalRizqullah closed 1 year ago
and then, i already solve this, by using table
for seperating each papper.
<script>
table .sheetWidthA4 {
vertical-align: top;
width: 210mm;
padding-top: 10mm;
padding-left: 10mm;
padding-right: 10mm;
}
</script>
<body>
<section class="sheet padding-10mm">
<table>
<tr>
<td class="sheetWidthA4">
... Page 1 A4
</td>
<td class="sheetWidthA4">
... Page 2 A4
</td>
</tr>
</table>
</section>
Hello. Previously, I wanted to thank you for the paper-css library.
I want to ask how can I print on two A4 paper in one A3 landscape paper? Like this
Maybe someone can help? Thank you