I am creating a web service for my online shop and need to generate invoices, i know how to generate invoice and pdf invoice but what i want to know is how to generate image invoices like jpg or png for example.
Asked
Active
Viewed 608 times
-1
-
Maybe first you can generate a `PDF` invoice and then convert it to an image using https://github.com/spatie/pdf-to-image ? – Fahmi May 28 '17 at 19:09
-
that was a vary good suggestion , tanx – Benyamin Ghafoorian May 29 '17 at 06:03
1 Answers
0
You could try using: https://github.com/xvilo/invoice-generator or https://github.com/Invoiced/invoice-generator-api
Google has many options when searching for "PHP invoice generator".
I hope this helped.

Kevin Kivi
- 35
- 7