html2pdf mit composer hinzugefügt

This commit is contained in:
aschwarz
2023-02-16 09:19:46 +01:00
parent 3dcc93a65d
commit d1ab7f3763
613 changed files with 134681 additions and 0 deletions

View File

@ -0,0 +1,23 @@
<style type="text/css">
<!--
div {
border: solid 2mm red;
}
div.content-1 {
background: green;
}
div.content-2 {
background: blue;
}
-->
</style>
<page>
<div class="content-[[page_cu]]">Page [[page_cu]]</div>
</page>
<page>
<div class="content-[[page_cu]]">Page [[page_cu]]</div>
</page>