PHP - studiofu/brain GitHub Wiki

Quick Start

Generate PDFs

PHP导出成PDF你用哪个插件

http://www.phpxs.com/post/6215/

TCPDF

https://github.com/tecnickcom/tc-lib-pdf-font

https://source.typekit.com/source-han-serif/tw/

TCPDF生成pdf文件,用$pdf->SetFont('stsongstdlight', '', 14);设置字体为宋体,生成的PDF是非内嵌字体的

TCPDF如何设置中文字体为内嵌字体?

https://segmentfault.com/q/1010000007533035

使用PHP生成PDF文档

https://blog.csdn.net/l754539910/article/details/52757394

Sqlite Test

https://gist.github.com/bladeSk/6294d3266370868601a7d2e50285dbf5

Resources

PHP教學: 必學-超強套件管理器composer

https://ithelp.ithome.com.tw/articles/10193632