Create PDF with Python | Part 4

Опубликовано: 22 Февраль 2021
на канале: Chart Explorers
22,846
273

How to create a pdf with Python using the simple library FPDF2. This is part 4 of a 5 part series where we go over how to create a pdf with Python and eventually automate the creation of reports and invoices. In this video we review how to add metadata to your pdf and adding external and internal links to your pdf (links to websites and links to sections of your pdf).

Consider subscribing for weekly tips, tricks, and tutorials.
   / @chartexplorers  

Part 1 of this tutorial:
   • Create PDF with Python | Part 1  

Part 2 of this tutorial:
   • Create PDF with Python | Part 2  

Part 3 of this tutorial:
   • Create PDF with Python | Part 3  

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...

Link to image by Artie_Navarre
https://pixabay.com/illustrations/for...

0:00 Overview
0:39 Updating Script
0:45 Metadata
1:32 Creating Title Page
2:52 Adding Links