mtcocktail / QuTcPdf

Zf2 module for TcPdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QuTcPdf 0.0.1-dev:

ZF2 module for TcPdf

Release Notes

0.0.1-dev:

  • Initiation TcPdf in zf2

Requirements

Installation

  • Drag a folder into modules folder or vendor folder
  • Enable the module application.config.php

Installation by Composer

See the information if not known composer and clone git

cd YourFolderProject/
php composer.phar require "qu-modules/qu-tcpdf":"dev-master"

Integration

  $sm  = $this->getServiceLocator();
  $pdf = $sm->get('QuTcPdf');
  $pdf = $pdf->MyPdf();
  $pdf->Output('test.pdf','I');

References usage and conditions in TcPdf

  • View read me in QuTcPdf/src/TcPdf

About

Zf2 module for TcPdf