Skip to content

Commit 5ec3317

Browse files
authored
MAINT: Complete FileSpecificationDictionaryEntries constants (#2416)
1 parent bd571f5 commit 5ec3317

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pypdf/constants.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,16 @@ class FileSpecificationDictionaryEntries:
191191
Type = "/Type"
192192
FS = "/FS" # The name of the file system to be used to interpret this file specification
193193
F = "/F" # A file specification string of the form described in Section 3.10.1
194+
UF = "/UF" # A unicode string of the file as described in Section 3.10.1
195+
DOS = "/DOS"
196+
Mac = "/Mac"
197+
Unix = "/Unix"
198+
ID = "/ID"
199+
V = "/V"
194200
EF = "/EF" # dictionary, containing a subset of the keys F , UF , DOS , Mac , and Unix
201+
RF = "/RF" # dictionary, containing arrays of /EmbeddedFile
202+
DESC = "/Desc" # description of the file
203+
Cl = "/Cl"
195204

196205

197206
class StreamAttributes:

0 commit comments

Comments
 (0)