A simple CodeIgniter library to generate PDF files with Arabic support

dev-main 2024-09-22 01:36 UTC

This package is auto-updated.

Last update: 2024-10-23 22:59:18 UTC


README

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