Hi, I've implemented html2pdf without problems in development and it works realy great. I uploaded the stuff to a hosting provider and I cannot get it to run. If I include the lib then nothing happens from there, it simply dies. I have tried to find some faq's and perhaps I overlooked, but are there some things I need to set in advance? I.e. folder rights etc?
did you check the PHP version on your server, and compare that with HTMLPDF requirement?
I had a similar problem, try to set write permission on the fonts folder.
Although I do not know why the fonts folder must have write permission, but it works for me.
Let me know if it also works for you.
I' ve managed to get it running.