【问题标题】:Can't convert php page to PDF无法将php页面转换为PDF
【发布时间】:2013-10-19 10:14:57
【问题描述】:

我正在尝试打印使用 mysql 数据库中的记录并使用 CSS 格式化且布局如下的 php 报告,

我想用click Here这样的PDF格式转换这个页面

我已经用过tcpdf,但是由于mysql的记录而返回错误。你有什么想法吗?

【问题讨论】:

  • error 是什么?
  • 注意:未定义的偏移量:47 in E:\xampp\htdocs\test\tcpdf\tcpdf.php on line 17199
  • 我使用file_get_contents来加载页面
  • 你需要使用include,而不是file_get_contents
  • 它返回页面但没有 PDF 格式。这是我的代码 $html = include('module/report/balance_sheet.php'); $pdf->writeHTML($html, true, false, true, false, '');

标签: php html mysql pdf tcpdf


【解决方案1】:

试试DOMpdf,对我来说这是最好的,而且更容易处理。他将纯 html 转换为 PDF 文件。

【讨论】:

    猜你喜欢
    • 2012-05-17
    • 1970-01-01
    • 1970-01-01
    • 2016-11-13
    • 1970-01-01
    • 2011-01-13
    • 1970-01-01
    • 2011-06-11
    相关资源
    最近更新 更多