Skip to content

Commit

Permalink
Merge pull request 'Visio' from feature/visio into feature/editor-8.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LinneyS committed Jan 17, 2025
2 parents 26ecda3 + 8d5c25c commit 65c9af1
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

- 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 @@ -78,3 +78,14 @@ Below you can find tables with formats that are available for conversion in diff
| pptm | + | + | + | + | + | + | + | + | + | + | + | + | | + |
| pptx | + | + | + | + | + | + | + | + | + | + | + | + | + | |
| sxi | + | + | + | + | + | + | + | + | + | + | + | + | + | + |

## Diagram document file formats

| | bmp | gif | jpg | pdf | pdfa | png |
| ---- | --- | --- | --- | --- | ---- | --- |
| vsdm | + | + | + | + | + | + |
| vsdx | + | + | + | + | + | + |
| vssm | + | + | + | + | + | + |
| vssx | + | + | + | + | + | + |
| vstm | + | + | + | + | + | + |
| vstx | + | + | + | + | + | + |
2 changes: 2 additions & 0 deletions site/pages/Docs/Docs API/More Information/Changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ The list of changes of ONLYOFFICE Docs API.

## Version 8.3

- 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, .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
3 changes: 2 additions & 1 deletion site/pages/Docs/Docs API/Usage API/Config/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ Defines the document type to be opened:
- **word** - text document (*.doc, .docm, .docx, .dot, .dotm, .dotx, .epub, .fb2, .fodt, .htm, .html, .mht, .mhtml, .odt, .ott, .pages, .rtf, .stw, .sxw, .txt, .wps, .wpt, .xml*);
- **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*).
- **pdf** - portable document format (*.djvu, .docxf, .oform, .oxps, .pdf, .xps*);
- **diagram** - diagram document (*.vsdm, .vsdx, .vssm, .vssx, .vstm, .vstx*).

Type: string

Expand Down

0 comments on commit 65c9af1

Please sign in to comment.