html -> PDF conversion in PHP - class / service recommendations?
I'm looking to convert html into pdf in my php code and have been trying my hand at various classes and services available. What I need to do is convert my simple HTML invoice into a PDF and send it as an attachment. The existing classes seem to be quite complicated and resource heavy (opinion based upon comments from other users).
Do you have any specific recommendations?
Do you have any specific recommendations?
0