error: Some data has already been output, can't send PDF file
这个是关于生成pdf的过程中遇到的问题
就是之前已经有输出过了,而不能正常的输出了
所以可以在你开始输出pdf的过程前加上
ob_end_clean();