标签: php phpexcel dompdf
我们使用phpexcel和dompdf库将html报告导出为pdf。 但是当文本长度很长时,表列有问题。
文字超出了pdf。
$rendererName = PHPExcel_Settings::PDF_RENDERER_DOMPDF;
有人可以帮忙吗?
2