Python从零生成PDF
由于时效问题,该文某些代码、技术可能已经过期,请注意!!!本文最后更新于:2 年前
如题
使用的包为fpdf,可直接使用pip安装
1 |
|
中文字体下载
该包默认是不支持中文的,如果想使用中文,需要下载中文字体,可在如下地址下载
https://github.com/Haixing-Hu/latex-chinese-fonts
简单使用
1 |
|
参考:
https://www.modb.pro/db/598830
https://pyfpdf.readthedocs.io/en/latest/Tutorial/index.html
本博客所有文章除特别声明外,均采用 CC BY-SA 4.0 协议 ,转载请注明出处!