Invoicebus / html-invoice-generator

JavaScript tool that will transform your HTML invoice template to fully functional invoice editor
http://generator.invoicebus.com
MIT License
167 stars 52 forks source link

Support for multi-page invoice? :) #1

Closed mario closed 9 years ago

bitconym commented 9 years ago

This is something we have on our minds, and is planned for future. For now the template grows in height as one long page, and of course when printed it'll be break on different pages. It's not so straightforward to implement multi-page invoice as it'll have to define header/footer that need to be replicated on every page and make invoice content break cleanly.