Skip to content
Snippets Groups Projects
Verified Commit 302bd627 authored by Florian Azizian's avatar Florian Azizian
Browse files

FEAT #11158 TIME 0:30 set output format in onlyoffice

parent 78e04fb7
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ export class EcplOnlyofficeViewerComponent implements OnInit, AfterViewInit {
getDocument() {
this.isSaving = true;
this.docEditor.downloadAs();
this.docEditor.downloadAs(this.file.format);
}
getEncodedDocument(data: any) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment