用PHP变量将HTML编写为PDF文件?
问题描述:
我正在寻找将HTML表格写到唯一的PDF文件中,其中的列中包含PHP变量.从外观上看,无法简单地将HTML表写入PDF文件.是否有人可以执行此操作的工具或脚本可以为我指明正确的方向?
I'm looking to write HTML tables, which contain PHP variables inside the columns, to a unique PDF file. From the way it looks, there's no way to simply write an HTML table to a PDF file. Does anyone have any tools that do this, or a script that would point me in the right direction?
谢谢!