inteleon/extended-fpdf

1.0.0 2016-04-08 12:38 UTC

This package is not auto-updated.

Last update: 2024-09-26 00:11:07 UTC


README

FPDPFFPDI提供的包装器。

扩展FPDF,包含辅助方法,默认为UTF-8。基于FPDF_EXTENDED

安装

通过Composer

$ composer require Inteleon/extended-fpdf

用法

当您启动应用程序时,为fpdi_bridge创建一个别名

<?php

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

许可证

MIT许可证(MIT)。请参阅许可证文件以获取更多信息。