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.
我正在使用laravel-snappy将 html 页面转换为 pdf,但它在 pdf 正文中以方形符号显示阿拉伯文本,但在阿拉伯文中显示大纲,这仅在生产中发生,如下所示:
laravel-snappy
但在开发环境中工作正常。
知道为什么吗?
You can add this as header in your html:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">