webowy/zend-pdf

Provides an easy to use functionality to output PDF in Zend Framework

v0.2.0 2016-08-19 09:03 UTC

This package is not auto-updated.

Last update: 2020-09-25 02:40:33 UTC


README

Build Status Latest Stable Version Total Downloads License

Provides an easy to use functionality to output PDF in Zend Framework.

Installation

Installation of this module uses composer. For composer documentation, please refer to getcomposer.org.

composer require webowy/zend-pdf

That's all ;-)

Usage

Copy default configuration file ./config/pdf.global.php.dist to Your configuration directory removing .dist.

In Your action instead of using ViewModel or JsonModel use \Webowy\Pdf\View\Model\PdfModel.

Available renderer engines

You are free to create other engines based on interface Webowy\Pdf\View\Renderer\Engine\EngineInterface.