1
0
mirror of synced 2024-06-02 04:18:03 +02:00

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

View File

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