如何使用wamp生成pdf文档
请问如何让我的 wamp 服务器生成 pdf 文档,我下载了 pdflib,但它是 tar 格式。我使用的是 wamp 2.1,所以它的所有模块都是 dll 文件。请问我该怎么办?
Please how do I get my wamp server to generate pdf documents, I downloaded pdflib but it's in tar format. I'm using wamp 2.1 so all it's modules are dll files. Please what do I do?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以阅读以下内容:http://php.net/manual/en/book。 pdf.php。一个 PECL 扩展,请从此处了解如何安装它: http://www. php.net/manual/en/install.pecl.php
另一个问题可能正是您所需要的。
You can read this up: http://php.net/manual/en/book.pdf.php. A PECL extension, learn how to install it from here: http://www.php.net/manual/en/install.pecl.php
is another question that may be what exactly you need.
您可以考虑tcpdf。一个非常庞大且易于使用的库。如果您有任何疑问,它还提供在线支持。
You can consider tcpdf. A very vast library and easy to use. It also provides online support in case you have any queries.
您可以使用 tcpdf 或 fpdf。两者都有很好的文档和不错的 pdf 输出。
Either you can use tcpdf or fpdf. Both has good documentation with nice pdf output.