Yii v2 snippet guide

Comparing #221 with #222

Revision #222 was created by rackycz rackycz on Aug 5, 2020, 3:54:26 PM.

FPDF

Content

[...]
A discussion is available [here](https://stackoverflow.com/questions/6334134/fpdf-utf-8-encoding-how-to).

**PDF - UTF, all chars**
---

When you need non-English characters, [tFPDF](http://www.fpdf.org/en/script/script92.php) should be used. It is the same as FPDF so FPDF documentation and manual can be used. It only modifies character-handli
ng.

Just download it and then use it as a helper - I described how this is done [above](https://www.yiiframework.com/wiki/2552/yii-v2-snippet-guide#creating-your-new-helper-class).

Summary:
- Download tFPDF and unpack it.
[...]