Using the TcPDF PHP class I generate a pdf and the 'special' functions i use are:
addTTFfont(add custom font)ImageSVG(add svg)ImagewriteHTMLCell
The output pdf opens correctly in Foxit reader, and Mac Premier. But Adobe reader has a process AcroRd32.exe that takes in an inifinite amount of working memory and nothing responds, after which I need to reboot the computer. When I remove the custom font, it does open, but crashes soon after. It seems that the html cells give an error too...
Googling around I have seen suggestions to change the import of TTF from truetype to truetypeunicode. That didn't help.
Does anyone have experience with this? Why is this only seen with Acrobat reader?