added OpenDocument Formats (Open Office)
documents - extensions: odt presentations->extensions: odp (org.apache.tika.parser.odf) http://tika.apache.org/1.13/formats.html#iWorks_document_formats
This commit is contained in:
parent
7c238244e2
commit
ae5f48d0df
1 changed files with 8 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue