xampp 1.7.2 中的 ufpdf
我使用 ufpdf 在 PHP 中生成带有 Unicode/UTF-8 的 pdf 文件。它在 Windows 的 xampp 1.6.7 中正常工作。
但是,我在 xampp 1.7.2(窗口)中测试了它,它不起作用,我得到这样的结果:
“%PDF-1.3 3 0 obj <> endobj 4 0 obj <> Stream x�3R� �2�35W(�r Q�w3T06�30PISp �Z*�[��Y+��..."
I used ufpdf to generate pdf files with Unicode/UTF-8 in PHP. It works properly in xampp 1.6.7 for windows.
However, I tested it in xampp 1.7.2(window), it doesn't work and I got like that:
"%PDF-1.3 3 0 obj <> endobj 4 0 obj <> stream x�3R��2�35W(�r Q�w3T06�30PISp �Z*�[��Y+��..."
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将文件渲染为 pdf 时似乎存在问题。我建议您使用 DOM PDF 或 html2ps 的库。它们广泛用于渲染 PHP 文件。
我更喜欢 DOM PDF 来满足您的需求。
HTML2PS
dompdf
It seem there is problem in rendering the files to the pdf. I will suggest you to used the liberies of DOM PDF or html2ps. These are widely used for rendering the PHP files.
I will prefer DOM PDF for your need.
HTML2PS
dompdf