Yii v2 snippet guide II

Comparing #27 with #28

Revision #28 was created by rackycz rackycz on Oct 1, 2020, 2:47:42 PM.

TCPDF

Content

[...]
```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
[...]