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

Feature request | Send the invoice by mail #6

Closed ghost closed 6 years ago

ghost commented 6 years ago

Hello, It would be interesting to allow users to send the invoice by e-mail in pdf format. Thanks You.

bitconym commented 6 years ago

In order to make that functionality, we must use some server-side processing, but our goal was to make the invoice generator platform independent and work without any additional software. That's why the invoice generator doesn't use any server-side scripting, just a plain JavaScript code. So adding that functionality will break our paradigm for platform independence. Now it works on any platform Mac or PC, desktop or mobile.

EDIT: If you want to send invoices by e-mail in PDF format check out our free invoice generator https://invoicebus.com/pdf-invoice-generator/ where you can download the PDF version or send it to e-mail for free.