Merge pull request #697 from Stepanov-Sergey/patch-4

added OpenDocument Formats (Open Office)
This commit is contained in:
Shinsuke Sugaya 2016-09-23 22:10:03 +09:00 committed by GitHub
commit a2f864aa44

View file

@ -77,6 +77,14 @@
<arg>"application/vnd.openxmlformats-officedocument.presentationml.presentation"</arg>
<arg>"powerpoint"</arg>
</postConstruct>
<postConstruct name="add">
<arg>"application/vnd.oasis.opendocument.text"</arg>
<arg>"odt"</arg>
</postConstruct>
<postConstruct name="add">
<arg>"application/vnd.oasis.opendocument.presentation"</arg>
<arg>"odp"</arg>
</postConstruct>
<postConstruct name="add">
<arg>"application/pdf"</arg>
<arg>"pdf"</arg>