ArPDF is a simple PHP library designed for CodeIgniter to generate PDF files with support for Arabic text and custom fonts.
- Arabic language support.
- Custom font embedding.
- Easy integration with CodeIgniter.
Install via Composer:
composer require baidouabdellah/arpdf
use ArPDF\ArPDF;
$pdf = new ArPDF();
$pdf->setFont('Amiri', 16);
$pdf->addText('مرحبا بك!', 20, 30);
$pdf->output('document.pdf');
- Abdellah Baidou
- +212 661176711
- [email protected]