Difference between #27 and #28 of
Yii v2 snippet guide II

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
[...]
4 0
3 followers
Viewed: 75 358 times
Version: 2.0
Category: Tutorials
Written by: rackycz
Last updated by: rackycz
Created on: Aug 26, 2020
Last updated: 3 years ago
Update Article

Revisions

View all history