Skip to content

Commit

Permalink
MAINT: Complete FileSpecificationDictionaryEntries constants
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma committed Jan 18, 2024
1 parent 043e66c commit fe16729
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 @@ -150,7 +150,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 fe16729

Please sign in to comment.