Revision #238 has been created by rackycz on Oct 1, 2020, 1:18:15 PM with the memo:
TCPDF
« previous (#237) next (#239) »
Changes
Title
unchanged
Yii v2 snippet guide
Category
unchanged
Tutorials
Yii version
unchanged
2.0
Tags
unchanged
tutorial,beginner,yii2
Content
changed
[...]
$pdf->Output('D', 'hello.pdf');
```
Note to tFPFD: Once you use it, it creates a few PHP and DAT files in folder **unifont**. Delete them before uploading to the internet. They will contain hardcoded paths to fonts and must be recreated.
**PDF - 1D & 2D Barcodes - TCPDF**
---
See part II of this guide:
- [https://www.yiiframework.com/wiki/2558/yii-v2-snippet-guide-ii](https://www.yiiframework.com/wiki/2558/yii-v2-snippet-guide-ii)
**Export (not only GridView) to CSV in UTF-8 without extensions **[...]