bccu#1335 don't try to handle pdf, internal pdf.js does a better job
This commit is contained in:
parent
d31731597a
commit
8010839279
@ -139,23 +139,6 @@ if ($c->query('AppConfig')->isConverterEnabled()){
|
||||
]
|
||||
);
|
||||
|
||||
$odgFilter = new Office(
|
||||
[
|
||||
'read' =>
|
||||
[
|
||||
'target' => 'application/pdf',
|
||||
'format' => 'pdf',
|
||||
'extension' => 'pdf'
|
||||
],
|
||||
'write' =>
|
||||
[
|
||||
'target' => 'application/pdf',
|
||||
'format' => 'pdf',
|
||||
'extension' => 'pdf'
|
||||
]
|
||||
]
|
||||
);
|
||||
|
||||
$docFilter = new Office(
|
||||
[
|
||||
'read' =>
|
||||
|
@ -11,7 +11,6 @@ var odfViewer = {
|
||||
'application/vnd.oasis.opendocument.presentation',
|
||||
'application/vnd.lotus-wordpro',
|
||||
'image/svg+xml',
|
||||
'application/pdf',
|
||||
'application/vnd.visio',
|
||||
'application/vnd.wordperfect',
|
||||
'application/msonenote',
|
||||
|
@ -32,7 +32,6 @@ class Storage {
|
||||
'application/vnd.oasis.opendocument.graphics',
|
||||
'application/vnd.lotus-wordpro',
|
||||
'image/svg+xml',
|
||||
'application/pdf',
|
||||
'application/vnd.visio',
|
||||
'application/vnd.wordperfect',
|
||||
'application/msonenote',
|
||||
|
Loading…
x
Reference in New Issue
Block a user