Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 781 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 781 Bytes

ArPDF Logo

ArPDF - PDF Generation Library for CodeIgniter

ArPDF is a simple PHP library designed for CodeIgniter to generate PDF files with support for Arabic text and custom fonts.

Features:

  • Arabic language support.
  • Custom font embedding.
  • Easy integration with CodeIgniter.

Installation:

Install via Composer:

composer require baidouabdellah/arpdf

Usage:

use ArPDF\ArPDF;

$pdf = new ArPDF();
$pdf->setFont('Amiri', 16);
$pdf->addText('مرحبا بك!', 20, 30);
$pdf->output('document.pdf');

Support ?

License:

MIT License