I am generating a PDF report with using FPDF and there is some characters like delta and alpha (δ , Δ , α)
etc... But FPDF doesn't appear to work with such characters.
I tried the following Link solution but it didn't work.
Thanks in advance
here is a sample :
$pdf->Multicell(10 , 20 , 'δz (mm)' , 1 ,'C');