Creating PDFs with fpdf2 and Python (Part 2)
Last week, you learned how to use the fpdf2 package to create PDFs. But you only learned how to do the following:
Hello world type basics
Working with fonts
Basic drawing
You will learn to go beyond the basics in this second part of the series.
Here are the topics you will learn about:
Adding images
Creating multipage documents
Adding headers and footers
Creati…



