Hi,
I've been looking the best way to generate an pdf-invoice. I have found dompdf and snappy to create pdfs but im looking a way to put via coordinates strings of text because i print it on a already printed invoice.
I also saw the cashier package but i didnt find specific way to coordinates.
What do you think the best practice is?
Yes, you are right, but I dont think is the best practice for my case. I am looking something like "cell(x,y, string)". I found fpdf allows it but not sure how to install the library not using composer (because https://packagist.org/packages/anouar/fpdf is on L4) any ideas? Thanks!
That Laravel 4 package of FPDF seems to just be the FPDF library with a service provider and a facade added, you should be able to create these yourself for L5: