DEV Community

Lula Moon
Lula Moon

Posted on

from fpdf import FPDF # Membuat objek PDF pdf = FPDF() pdf.set_auto_page_break(auto=True, margin=15) pdf.add_page() pdf.set_font("Arial", style='', size=12) # Cover pdf.set_font("Arial", style='B', size=16) pdf.cell(200, 10, "KAJIAN TEORI: TEORI DAN PRAK

Top comments (0)

AWS GenAI LIVE image

How is generative AI increasing efficiency?

Join AWS GenAI LIVE! to find out how gen AI is reshaping productivity, streamlining processes, and driving innovation.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay