Download the PHP package vendon/yii-pdf without Composer
On this page you can find all versions of the php package vendon/yii-pdf. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download vendon/yii-pdf
More information about vendon/yii-pdf
Files in vendon/yii-pdf
Download vendon/yii-pdf
More information about vendon/yii-pdf
Files in vendon/yii-pdf
Vendor vendon
Package yii-pdf
Short Description Yii-wrapper for PHP-PDF libraries (mPDF, HTML2PDF)
License
Package yii-pdf
Short Description Yii-wrapper for PHP-PDF libraries (mPDF, HTML2PDF)
License
Please rate this library. Is it a good library?
Informations about the package yii-pdf
Yii-PDF Extension
Small Yii extension, that wraps a few PHP libraries (mPDF and HTML2PDF so far) to convert HTML to PDF
Resources
- Yii Framework
- mPDF - is a PHP class to generate PDF files from HTML with Unicode/UTF-8 and CJK support
- HTML2PDF - is a PHP class using FPDF for the PHP4 release, and TCPDF for the PHP5 release. It can convert valid HTML and xHTML to PDF
Requirements
- Yii 1.1.9 or above
- mPDF version 5.3 (has been released 2011-07-21) or above
- HTML2PDF version 4.03 (has been released 2011-05-27) or above
Official documentation and examples
Installation
- Download and extract extension to the directory
protected/extensions/yii-pdf
- Download and extract library (mPDF and/or HTML2PDF)
to own directory in catalog
protected/vendors
or set new value for'librarySourcePath'
parameter in'params'
array - Array
'defaultParams'
- this is an array of constructor's default params of selected library. If you want to change default params - you can set them in config file (like shown below). If you do so - you must keep the order of array items! - In your
protected/config/main.php
, add the following:
Installation (through composer)
- Add to your
composer.json
file the following line"borales/yii-pdf": "dev-master"
Usage
License
- mPDF has GNU General Public License version 2
- HTML2PDF has GNU Library or Lesser General Public License (LGPL)
- This extension was released under the New BSD License
All versions of yii-pdf with dependencies
PHP Build Version
Package Version
The package vendon/yii-pdf contains the following files
Loading the files please wait ....