这可以使用 reportlab 在PDF文件中写入文本: from reportlab.pdfgen import canvas from reportlab.lib.units import cm c = canvas.Canvas("test.pdf") c.
確定! 回上一頁