How to create a pdf with python using the simple library FPDF2. This is part 1 of a 4 part series where we go over how to create a pdf with Python and eventually automate the creation of reports and invoices.
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
$15 off Annual Dataquest subscription
app.dataquest.io/referral-signup/qybqz3r8/
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Merch: https://bit.ly/PythonAndDataMerch
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Part 2
• Create PDF with Python | Part 2
Did you find this video helpful? Consider subscribing for weekly tips, tricks, and tutorials.
/ @chartexplorers
Join my Discord Server
/ discord
Check out the official tutorial and documentation that these videos are based on:
https://pyfpdf.github.io/fpdf2/index....
Github
https://github.com/bvalgard/create-pd...
0:00 Intro
0:49 Setup
1:39 Library Installation
1:59 Imports
2:08 Create PDF Object
3:08 Add PDF Page
3:19 Specify Font
4:08 Add Text
5:05 Create PDF
5:52 Adding Additional Text
6:09 Permission Error
6:32 Text Placement
8:55 Overview
9:49 Up Next...