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,33 @@
<style type="text/css">
<!--
table
{
padding: 0;
margin: 0;
border: none;
border-right: solid 0.2mm black;
}
td
{
padding: 0;
margin: 0;
border: none;
}
img
{
width: 10mm;
}
-->
</style>
<page>
<table cellpadding="0" cellspacing="0">
<tr>
<?php
for ($k=0; $k<28;$k++) {
echo '<td><img src="./res/measure.png" alt="" ><br>'.$k.'</td>';
}
?>
</tr>
</table>
</page>