pdf生成与预览
1.使用wkhtmltopdf实现
$pdf_flie = '/tmp/aa.pfd';
$pdf_href = "http:www.baidu.com".' '$pdf_flie;
shell_exec("wkhtmltopdf --page-width 21cm --page-height ".$pdf_href;
echo file_get_contents($pdf_flie);
2.使用tcpdf
3.文件预览
使用embed标签
<embed width="100%" height="800" src=''>