plugins for pdf generator for invoice

yeneb
Member | 1
+
0
-

Is there any plugin for pdf generator for invoice in nette-sandbox.
Thank you.

Kamil Valenta
Member | 748
+
0
-

You can use PhantomJS and “grab” any HTML output.

Ondřej Kubíček
Member | 494
+
0
-

you can look at Componette, there are several plugins – https://componette.org/search/?…
I recommend Contributte/Invoice

Felix
Nette Core | 1182
+
0
-

Yep, as @OndřejKubíček said, you can use contributte/invoice. In common way in PHP, you can build it above mPDF (big lib).

If you're more open minded and don't afraid other languages, puppeteer is great choice. Take a look at my PDF demo using Vercel platform.