GekoCH / extended-fpdf

Extended FPDF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FPDF/FPDI Wrapper

A wrapper for FPDPF and FPDI.

Extended FPDF with helper methods, defaults to UTF-8. based on FPDF_EXTENDED.

Install

Via Composer

$ composer require Inteleon/extended-fpdf

Usage

When you bootstrap your application create an alias for fpdi_bridge

<?php

class_alias('Inteleon\Pdf\Bridge', 'fpdi_bridge');

License

The MIT License (MIT). Please see License File for more information.

About

Extended FPDF

License:MIT License


Languages

Language:PHP 100.0%