I am generating a PDF file with TCPDF and I can not find a way to style the text using CSS. Can somebody help me?
Here's my code:
$pdf=new TCPDF();
$pdf->Addpage();
$pdf->SetFont('dejavusans', 'B', 20);
$pdf->Write(0, '', '', 0,...
asked by
12.12.2017 / 18:49