1
0
Fork 0

Improve a bit the support of ppt files

This commit is contained in:
jvoisin 2020-03-07 12:49:45 +01:00
parent 843c0d8cc5
commit e5b1068ed6
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ class MSOfficeParser(ZipParser):
r'^(?:word|ppt)/_rels/footer[0-9]*\.xml\.rels$',
r'^(?:word|ppt)/_rels/header[0-9]*\.xml\.rels$',
r'^ppt/slideLayouts/_rels/slideLayout[0-9]+\.xml\.rels$',
r'^ppt/slideLayouts/slideLayout[0-9]+\.xml$',
# https://msdn.microsoft.com/en-us/library/dd908153(v=office.12).aspx
r'^(?:word|ppt)/stylesWithEffects\.xml$',