Home > Backend Development > PHP Tutorial > 请问:怎么将数据库中的内容导出为PDF文档后打印输出

请问:怎么将数据库中的内容导出为PDF文档后打印输出

WBOY
Release: 2016-06-13 13:10:36
Original
1247 people have browsed it

请教:如何将数据库中的内容导出为PDF文档后打印输出
请高手指教,如何将数据库中的内容导出为PDF文档后打印输出,谢谢!

------解决方案--------------------
php查询数据库,取得内容用这个工具输出产生pdf即可
http://download.csdn.net/detail/sibang/4575959
------解决方案--------------------
$pdf->OutPut("pdfname.pdf");
在程序所在目录中

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template