Hello,
I am using TCPDF to generate a PDF document from data collected in a form: I cannot understand why some HTML entity, well inside the "<p>" tag, are not recognized by TCPDF and they are being displayed like normal text or "?".
For example, a code like this one:
<p>I will display Đ</p>
<p>I will display Đ</p>
<p>I will display Đ</p>
Is translated like this:
Any Idea to configure TCPDF (or Chronoform maybe?) to recognize those extended characters?
Thanks a lot🙂
Andrea
I am using TCPDF to generate a PDF document from data collected in a form: I cannot understand why some HTML entity, well inside the "<p>" tag, are not recognized by TCPDF and they are being displayed like normal text or "?".
For example, a code like this one:
<p>I will display Đ</p>
<p>I will display Đ</p>
<p>I will display Đ</p>
Is translated like this:
Any Idea to configure TCPDF (or Chronoform maybe?) to recognize those extended characters?
Thanks a lot🙂
Andrea