答案 0 :(得分:0)
我会解决你的问题。
如果您想使用 pdf 中的设计,那么
css
代码放在html css
示例强>
$html='<html>
<style>
.test-div
{
width: 900px;
height: 500px;
background-color:green;
color:yellow;
}
</style>
<body>
<div class="test-div">
vijay sharma
</div>
</body>
</html>'
// output the HTML content
$pdf->writeHTML($html, true, 0, true, 0);
所以,无论你在css
标记内放置的style
页面,请检查
建议:尝试使用mpdf
库而不是tcpdf
集成它非常简单,请使用此链接获取更多详细信息enter link description here