Closed slugaboga closed 3 years ago
Hi!
FPDI allows you to import pages of existing PDF documents for various PDF generation libaries such as FPDF, tFPDF, mPDF or TCPDF. You should simply choose one that supports Cyrillic and fits your needs. FPDI has nothing to do with support of languages or character sets.
use tfpdf, not fpdf extension with code below:
$pdf->AddFont('DejaVu','','DejaVuSansCondensed.ttf',true);
$pdf->SetFont('DejaVu','',8);
Hi guys! Please tell me how to add support for the Cyrillic alphabet?