Invoice Generator

Create a professional invoice and download it as a printable HTML file.

Invoice Details

Line Items

Live Preview

`; const a=document.createElement('a');a.href='data:text/html;charset=utf-8,'+encodeURIComponent(html);a.download='invoice.html';a.click(); } renderItems();updatePreview();