php - Display checkmark &#x2713 in tcpdf -


i'm using tcpdfs writehtml convert html-code pdf. works fine far except checkmark (&#x2713) 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

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -