Extended FPDF with helper methods, defaults to UTF-8. based on FPDF_EXTENDED.
Via Composer
$ composer require Inteleon/extended-fpdf
When you bootstrap your application create an alias for fpdi_bridge
<?php
class_alias('Inteleon\Pdf\Bridge', 'fpdi_bridge');
The MIT License (MIT). Please see License File for more information.