php - Display checkmark ✓ in tcpdf -
i'm using tcpdfs writehtml convert html-code pdf. works fine far except checkmark (✓)
converted questionmark instead of... well, checkmark ;-) pdf created utf-8, neither feeding checkmark nor hex-representation resulted in showing correct checkmark. tried used fonts helvetica , times, shipped tcpdf, both display ?. idea how checkmark pdf?
try one
html_entity_decode('✓', ent_xhtml,"iso-8859-1");
Comments
Post a Comment