Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建一些在我的网站上生成选票的方法。一个人可以输入自定义数量的姓名,它会生成这样的选票。最终选票需要是易于打印的 8.5x11 .pdf。
我只有 PHP 的基本知识,我只是在寻找我需要做什么的一般指南——我不需要为我编写的完整代码。这是可以简单地完成的事情吗?
FPDF 非常有用,我强烈推荐它。它是免费的。
http://www.fpdf.org/
我选择了dompdf,效果非常好。