found that there is another one called PyFPDF or FPDF for Python ... # simple_demo.py from fpdf import FPDF pdf = FPDF() pdf.add_page() pdf ...
確定! 回上一頁