Minimal Example # Let's start with the classic example: ``` from fpdf import FPDF pdf=FPDF() pdf.add_page() pdf.set_font('Arial','B',16) pdf.cell(40,10 ...
確定! 回上一頁