Skip to content

Commit

Permalink
MAINT: Complete FileSpecificationDictionaryEntries constants (#2416)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma authored Jan 18, 2024
1 parent bd571f5 commit 5ec3317
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pypdf/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,16 @@ class FileSpecificationDictionaryEntries:
Type = "/Type"
FS = "/FS" # The name of the file system to be used to interpret this file specification
F = "/F" # A file specification string of the form described in Section 3.10.1
UF = "/UF" # A unicode string of the file as described in Section 3.10.1
DOS = "/DOS"
Mac = "/Mac"
Unix = "/Unix"
ID = "/ID"
V = "/V"
EF = "/EF" # dictionary, containing a subset of the keys F , UF , DOS , Mac , and Unix
RF = "/RF" # dictionary, containing arrays of /EmbeddedFile
DESC = "/Desc" # description of the file
Cl = "/Cl"


class StreamAttributes:
Expand Down

0 comments on commit 5ec3317

Please sign in to comment.