Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ovchinnikova-natalya committed Jan 15, 2025
1 parent 3574684 commit e07a8d7
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Change Log

- docs api: added conversion from vsdx format
- docs api: added the visio document type to the documentType parameter
- docs api: added conversion from vsdm, vsdx, vssm, vssx, vstm, vstx formats
- docs api: added the diagram document type to the documentType parameter
- docs api: added the Lifecycle of opening editor page
- docs api: added the editorConfig.customization.mobile.info parameter
- docs api: added opening for pages, key, numbers formats
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,13 @@ Below you can find tables with formats that are available for conversion in diff
| pptx | + | + | + | + | + | + | + | + | + | + | + | + | + | |
| sxi | + | + | + | + | + | + | + | + | + | + | + | + | + | + |

## Visio document file formats
## Diagram document file formats

| | bmp | docm | docx | docxf | dotm | dotx | epub | fb2 | gif | html | jpg | odt | ott | pdf | pdfa | png | rtf | txt |
| ---- | --- | ---- | ---- | ----- | ---- | ---- | ---- | --- | --- | ---- | --- | --- | --- | --- | ---- | --- | --- | --- |
| vsdm | + | | | | | | | | + | | + | | | + | + | + | | |
| vsdx | + | | | | | | | | + | | + | | | + | + | + | | |
| vssm | + | | | | | | | | + | | + | | | + | + | + | | |
| vssx | + | | | | | | | | + | | + | | | + | + | + | | |
| vstm | + | | | | | | | | + | | + | | | + | + | + | | |
| vstx | + | | | | | | | | + | | + | | | + | + | + | | |
4 changes: 2 additions & 2 deletions site/pages/Docs/Docs API/More Information/Changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ The list of changes of ONLYOFFICE Docs API.

## Version 8.3

- Added conversion from [vsdx](../../Additional%20API/Conversion%20API/Conversion%20tables/index.md#visio-document-file-formats) format.
- Added the *visio* document type to the [documentType](../../Usage%20API/Config/index.md#documenttype) parameter.
- Added conversion from [vsdm, vsdx, vssm, vssx, vstm, vstx](../../Additional%20API/Conversion%20API/Conversion%20tables/index.md#diagram-document-file-formats) formats.
- Added the *diagram* document type to the [documentType](../../Usage%20API/Config/index.md#documenttype) parameter.
- Added the [editorConfig.customization.mobile.info](../../Usage%20API/Config/Editor/Customization/index.md#mobileinfo) parameter.
- Added opening for [pages, key, numbers](../../Usage%20API/Config/index.md#documenttype) formats.
- Added the [events.onUserActionRequired](../../Usage%20API/Config/Events/index.md#onuseractionrequired) event.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ The document section allows to change all the parameters pertaining to the docum

## fileType

Defines the type of the file for the source viewed or edited document. Must be lowercase. The following file types are available: *.csv, .djvu, .doc, .docm, .docx, .docxf, .dot, .dotm, .dotx, .epub, .fb2, .fodp, .fods, .fodt, .htm, .html, .key, .mht, .numbers, .odp, .ods, .odt, .oform, .otp, .ots, .ott, .oxps, .pages, .pdf, .pot, .potm, .potx, .pps, .ppsm, .ppsx, .ppt, .pptm, .pptx, .rtf, .txt, vsdx, .xls, .xlsb, .xlsm, .xlsx, .xlt, .xltm, .xltx, .xml, .xps*.
Defines the type of the file for the source viewed or edited document. Must be lowercase. The following file types are available: *.csv, .djvu, .doc, .docm, .docx, .docxf, .dot, .dotm, .dotx, .epub, .fb2, .fodp, .fods, .fodt, .htm, .html, .key, .mht, .numbers, .odp, .ods, .odt, .oform, .otp, .ots, .ott, .oxps, .pages, .pdf, .pot, .potm, .potx, .pps, .ppsm, .ppsx, .ppt, .pptm, .pptx, .rtf, .txt, .vsdm, .vsdx, .vssm, .vssx, .vstm, .vstx, .xls, .xlsb, .xlsm, .xlsx, .xlt, .xltm, .xltx, .xml, .xps*.

> This parameter is required.
Expand Down
2 changes: 1 addition & 1 deletion site/pages/Docs/Docs API/Usage API/Config/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Defines the document type to be opened:
- **cell** - spreadsheet (*.csv, .et, .ett, .fods, .numbers, .ods, .ots, .sxc, .xls, .xlsb, .xlsm, .xlsx, .xlt, .xltm, .xltx, .xml*);
- **slide** - presentation (*.dps, .dpt, .fodp, .key, .odp, .otp, .pot, .potm, .potx, .pps, .ppsm, .ppsx, .ppt, .pptm, .pptx, .sxi*);
- **pdf** - portable document format (*.djvu, .docxf, .oform, .oxps, .pdf, .xps*);
- **visio** - visio document (*.vsdx*).
- **diagram** - diagram document (*.vsdm, .vsdx, .vssm, .vssx, .vstm, .vstx*).

Type: string

Expand Down

0 comments on commit e07a8d7

Please sign in to comment.