Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
HTMLをPDFドキュメントに変換する場合、éやñなどの文字は疑問符として印刷されます。PDFドキュメントで正しく表示するにはどうすればよいですか?
HTML のエンコーディングを UTF-8 に設定していることを確認してください。おそらくUS-ASCIIとして解釈しようとしています
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />