diff --git a/apps/presentationeditor/mobile/src/less/icons-common.less b/apps/presentationeditor/mobile/src/less/icons-common.less
index 65985f829..d142c6ed5 100644
--- a/apps/presentationeditor/mobile/src/less/icons-common.less
+++ b/apps/presentationeditor/mobile/src/less/icons-common.less
@@ -22,4 +22,14 @@ i.icon {
height: 22px;
.encoded-svg-background('');
}
+ &.icon-format-png {
+ width: 22px;
+ height: 22px;
+ .encoded-svg-background('')
+ }
+ &.icon-format-jpg {
+ width: 22px;
+ height: 22px;
+ .encoded-svg-background('')
+ }
}
\ No newline at end of file
diff --git a/apps/presentationeditor/mobile/src/view/settings/Download.jsx b/apps/presentationeditor/mobile/src/view/settings/Download.jsx
index d285d819e..3445eebb7 100644
--- a/apps/presentationeditor/mobile/src/view/settings/Download.jsx
+++ b/apps/presentationeditor/mobile/src/view/settings/Download.jsx
@@ -29,6 +29,12 @@ const Download = props => {
props.onSaveFormat(Asc.c_oAscFileType.OTP)}>
+ props.onSaveFormat(Asc.c_oAscFileType.PNG)}>
+
+
+ props.onSaveFormat(Asc.c_oAscFileType.JPG)}>
+
+
)