Skip to content

PDF Librarie for CodeIgniter - Supported Arabic character

Notifications You must be signed in to change notification settings

baidou5/CodeIgniter-ArPDF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages