Skip to content

Commit

Permalink
DOC: Amend comment with rectangle duplication (py-pdf#2733)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-t-1 authored Jul 2, 2024
1 parent 4f43e7c commit e85cffa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pypdf/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,10 +220,10 @@ class PageAttributes:
LAST_MODIFIED = "/LastModified" # date, optional; date and time of last modification
RESOURCES = "/Resources" # dictionary, required if there are any
MEDIABOX = "/MediaBox" # rectangle, required; rectangle specifying page size
CROPBOX = "/CropBox" # rectangle, optional; rectangle
BLEEDBOX = "/BleedBox" # rectangle, optional; rectangle
TRIMBOX = "/TrimBox" # rectangle, optional; rectangle
ARTBOX = "/ArtBox" # rectangle, optional; rectangle
CROPBOX = "/CropBox" # rectangle, optional
BLEEDBOX = "/BleedBox" # rectangle, optional
TRIMBOX = "/TrimBox" # rectangle, optional
ARTBOX = "/ArtBox" # rectangle, optional
BOX_COLOR_INFO = "/BoxColorInfo" # dictionary, optional
CONTENTS = "/Contents" # stream or array, optional
ROTATE = "/Rotate" # integer, optional; page rotation in degrees
Expand Down

0 comments on commit e85cffa

Please sign in to comment.