Setasign / FPDI

FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF.
https://www.setasign.com/fpdi
MIT License
1.09k stars 159 forks source link

doesn't support cryllic alphabet #209

Closed azizbek-777 closed 7 months ago

azizbek-777 commented 7 months ago

doesn't support cryllic alphabet

JanSlabon commented 7 months ago

FPDI has no functionallity to output any text at all. This is up to the PDF generation library you use FPDI with.

For FPDF see e.g. Tutorial 7 - Adding new fonts and encodings or use FPDI with tFPDF or TCPDF.

azizbek-777 commented 7 months ago

Can you provide an optimal example of how I can import times new roman font with FPDI?

JanSlabon commented 7 months ago

Just follow Tutorial 7.