FPDF - PHP 库 - 空间无法在 UNIX 系统上运行?
我正在使用 FPDF 库基于一些 MySQL 表构建 PDF 文档。该脚本在我的 Windows 机器上完美运行,但是当我在 Ubuntu 机器上运行它时,所有空格都神秘地消失了。例如:
“猫跑得很快”变成“Thecatranquickly”
如果我使用任何 FPDF 函数写入文档,就会发生这种情况。包括:
$pdf->Write
$pdf->Cell
$pdf->Text
任何人都知道为什么“”(空格)字符没有打印在我的 PDF 文档中!?
I am using the FPDF library to build a PDF document based on some MySQL tables. The script runs flawlessly on my windows box, but when I run it on my Ubuntu machine, all the spaces mysteriously disappear. For example:
"The cat ran quickly" becomes "Thecatranquickly"
this happens if I use ANY of the FPDF functions to write to the document. Including:
$pdf->Write
$pdf->Cell
$pdf->Text
Anyone have any idea why the "" (space) character is not being printed in my PDF doc!?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我遇到了同样的问题。这似乎是 Google Chrome 的问题,请查看以下线程:
http://www.google.com/support/forum/p/Chrome/thread?tid=7169b114e8ea33c7&hl=zh-CN
I bumped into the same problem. It seems to be a Google Chrome issue, take a look at the following thread:
http://www.google.com/support/forum/p/Chrome/thread?tid=7169b114e8ea33c7&hl=en