Use freeserif font instead of helvetica to properly display foreign characters
This commit is contained in:
@@ -1061,7 +1061,7 @@ if (isset($_POST["export_client_pdf"])) {
|
||||
|
||||
// ----- Start Main Content -----
|
||||
$pdf->AddPage();
|
||||
$pdf->SetFont("helvetica", "", 10);
|
||||
$pdf->SetFont("freeserif", "", 10);
|
||||
|
||||
// Build the HTML content with enhanced styling and semantic markup
|
||||
$html = "
|
||||
|
||||
Reference in New Issue
Block a user