このwkhtmltopdf 0.12.3 (with patched qt)
バージョンの wkhtmltopdf を使用しています。Montserratフォント ファミリを使用。
HTMLはこんな感じです。
<strong>
This Agreement for home staging and rental of furniture and accessories
</strong>
(“Agreement”) is entered this
どの出力が、
ホーム ステージングおよび家具および付属品のレンタルに関する本契約 (「契約」)
と、
<u>Services</u>
Subject to the terms and conditions of this </span>
どの出力が、
 サービス s 本規約の条件に従う
なぜこれらÂ
が間に入ってくるのですか?
このように引用符とスペースを置き換えようとしましたが、
$formData = str_replace(' ', ' ', $formData);
$formData = str_replace('"', '"', $formData);
$formData = str_replace('“', '"', $formData);
$formData = str_replace('”', '"', $formData);
しかし、助けにはなりませんでした。私は何か間違ったことをしていますか?検索しましたが、解決策が見つかりません。