Can I use this to generate PDF invoices from PHP? I've been searching for a good solution for the past 15 years. Never been happy with the solutions, and my PDFs are always very ugly.
Used it in a recent PHP project, only real caveat/issue I ran into is you can't pipe out to STDOUT on windows: Wrapper class I wrote to handle it: https://gist.github.com/tehbeard/a54a2c77b4b8bf1af26920ce7a7... >
I need to print big tables of data though, I remember hitting limits before when I've tried to pass too much as shell args.