📜  在 python 代码示例中创建 pdf

📅  最后修改于: 2022-03-11 14:46:39.225000             🧑  作者: Mango

代码示例1
#Import the class FPDF from module fpdf.
#Add a page.
#Set the font.
#Insert a cell and provide the text.
#Save the pdf with “. pdf” extencsion.