FPDF - PHP 库 - 空间无法在 UNIX 系统上运行?

发布于 2024-12-09 17:23:43 字数 303 浏览 2 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

独夜无伴 2024-12-16 17:23:43

我遇到了同样的问题。这似乎是 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文