https://github.com/baidou5/codeigniter-arpdf
PDF Librarie for CodeIgniter - Supported Arabic character
https://github.com/baidou5/codeigniter-arpdf
arabic-font arpdf baidou codeigniter-library codeigniter4 converter library pdf-document pdf-generation
Last synced: 11 months ago
JSON representation
PDF Librarie for CodeIgniter - Supported Arabic character
- Host: GitHub
- URL: https://github.com/baidou5/codeigniter-arpdf
- Owner: baidou5
- Created: 2024-09-22T00:33:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-22T01:36:48.000Z (over 1 year ago)
- Last Synced: 2025-04-10T22:54:01.128Z (11 months ago)
- Topics: arabic-font, arpdf, baidou, codeigniter-library, codeigniter4, converter, library, pdf-document, pdf-generation
- Language: PHP
- Homepage:
- Size: 131 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## 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:
```bash
composer require baidouabdellah/arpdf
```
### Usage:
```php
use ArPDF\ArPDF;
$pdf = new ArPDF();
$pdf->setFont('Amiri', 16);
$pdf->addText('مرحبا بك!', 20, 30);
$pdf->output('document.pdf');
```
## Support ?
- **Abdellah Baidou**
- +212 661176711
- baidou.abd@gmail.com
### License:
[MIT License](https://opensource.org/licenses/MIT)