DOMPDF 0.5.1 - 字体无法在实时服务器上运行
我已经在我的本地主机(xampp,windows 7)上的 Drupal 实现中运行 DOMPDF 0.5.1,它可以生成我的 Pdf。 但是当我将其提交到实时服务器时,事情就出了问题。我收到错误:“字体“Futura”包含错误的 /BBox” 所有文本都显示为点。
知道会发生什么吗?
I've got DOMPDF 0.5.1 running in a Drupal implementation on my localhost (xampp, windows 7) which generates my Pdf's just fine.
But when i commit this to the live server things go wrong. I get the error: "The font "Futura" contains a bad /BBox"
And all text is displayed as dots.
Any idea what might be going on?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
启动网络服务器(即 httpd 或 apache)的用户也必须具有对字体文件夹的读/写访问权限,这可能会导致问题。
http://code.google.com/p/dompdf/wiki/Installation
The user who starts your webserver i.e. httpd or apache must have read/write access to the font folder as well, that might cause the problem.
http://code.google.com/p/dompdf/wiki/Installation