Skip to content

Commit

Permalink
DOC: Small changes to PaperSize notes
Browse files Browse the repository at this point in the history
Plus one typo in xmp.py.
  • Loading branch information
j-t-1 authored Sep 6, 2024
1 parent 9987524 commit b9ef7fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pypdf/papersizes.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class PaperSize:
# So the height of the next bigger one is the width of the smaller one
# The ratio is always approximately 1:2**0.5
# Additionally, A0 is defined to have an area of 1 m**2
# https://en.wikipedia.org/wiki/ISO_216
# Be aware of rounding issues!
A0 = Dimensions(2384, 3370) # 841mm x 1189mm
A1 = Dimensions(1684, 2384)
Expand Down

0 comments on commit b9ef7fd

Please sign in to comment.