``` <table class="total" style="width: 100%; ...
# advancedpdf
z
Copy code
<table class="total" style="width: 100%; margin-bottom: 1px; margin-top: 1px;">
    <tr class="totalrow">      
        <td style="text-align: right;"><strong>Total QTY (EA):</strong> ${itemTotal}</td>
        <td style="text-align: right;"><strong>TOTAL (USD):</strong> ${record.total}</td>
    </tr>
</table>