Revision #28 has been created by rackycz on Oct 1, 2020, 2:47:42 PM with the memo:
TCPDF
« previous (#27) next (#29) »
Changes
Title
unchanged
Yii v2 snippet guide II
Category
unchanged
Tutorials
Yii version
unchanged
2.0
Tags
unchanged
tutorial,beginner,yii2,snippets
Content
changed
[...]
```php
$pdf = new \TCPDF(PDF_PAGE_ORIENTATION, PDF_UNIT, PDF_PAGE_FORMAT, true, 'UTF-8', false);
```
Note that texts are printed using more methods - see file tcpdf.php for details:
- writeHTMLCell()
- Multicell()
- writeHTML()
- Write()
- Cell()
- Text()
**New version of TCPDF**
... to be finished ...
- https://github.com/tecnickcom/tc-lib-pdf[...]