We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d34fc1 commit 03a4ff3Copy full SHA for 03a4ff3
PDF/images.py
@@ -8,7 +8,7 @@
8
# Example to Append all the images inside a folder to pdf
9
pdf = FPDF()
10
11
-# Size of a A4 Page in mm Where P is for Potrail and L is for Landscape
+# Size of a A4 Page in mm Where P is for Potrait and L is for Landscape
12
A4_SIZE = {'P': {'w': 210, 'h': 297}, 'L': {'w': 297, 'h': 210}}
13
# pdf may produce empty page so we need to set auto page break as false
14
pdf.set_auto_page_break(0)
0 commit comments