PHPOffice / PHPWord

A pure PHP library for reading and writing word processing documents
https://phpoffice.github.io/PHPWord/
Other
7.22k stars 2.69k forks source link

some characters "?" turns into a sign - please help! #1841

Open nurettincelik opened 4 years ago

nurettincelik commented 4 years ago

I save my word file as pdf as below. But some characters like "İ, Ş" to "?" why is it happening?

I am using dompdf

My Code:

Result:

socialAPIS commented 4 years ago

Maybe you need to change the character encoding?

enesyurtlu commented 3 years ago

This is just about Font Language. try another font. I am using mPDF as renderer. But in domPDF and TCPDF i am getting this problem, too.