Skip to content

Commit

Permalink
docs api: added the visio document type to the documentType parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
ovchinnikova-natalya committed Dec 19, 2024
1 parent 8a864eb commit 4798c22
Show file tree
Hide file tree
Showing 5 changed files with 13 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 vsdx format
- docs api: added the visio document type to the documentType parameter
- docs api: the editorConfig.customization.submitForm parameter can now be used as an object
- docs api: the editorConfig.customization.compactToolbar parameter is now available for the viewer
- docs api: added the editorConfig.customization.pointerMode parameter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,9 @@ Below you can find tables with formats that are available for conversion in diff
| pptm | + | + | + | + | + | + | + | + | + | + | + | + | | + |
| pptx | + | + | + | + | + | + | + | + | + | + | + | + | + | |
| sxi | + | + | + | + | + | + | + | + | + | + | + | + | + | + |

## Visio document file formats

| | bmp | docm | docx | docxf | dotm | dotx | epub | fb2 | gif | html | jpg | odt | ott | pdf | pdfa | png | rtf | txt |
| ---- | --- | ---- | ---- | ----- | ---- | ---- | ---- | --- | --- | ---- | --- | --- | --- | --- | ---- | --- | --- | --- |
| vsdx | + | | | | | | | | + | | + | | | + | + | + | | |
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 [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.
- The [editorConfig.customization.submitForm](../../Usage%20API/Config/Editor/Customization/index.md#submitform) parameter can now be used as an object.
- The [editorConfig.customization.compactToolbar](../../Usage%20API/Config/Editor/Customization/index.md#compacttoolbar) parameter is now available for the viewer.
- Added the [editorConfig.customization.pointerMode](../../Usage%20API/Config/Editor/Customization/index.md#pointermode) parameter.
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, .mht, .odp, .ods, .odt, .oform, .otp, .ots, .ott, .oxps, .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, .mht, .odp, .ods, .odt, .oform, .otp, .ots, .ott, .oxps, .pdf, .pot, .potm, .potx, .pps, .ppsm, .ppsx, .ppt, .pptm, .pptx, .rtf, .txt, .vsdx, .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, .rtf, .stw, .sxw, .txt, .wps, .wpt, .xml*);
- **cell** - spreadsheet (*.csv, .et, .ett, .fods, .ods, .ots, .sxc, .xls, .xlsb, .xlsm, .xlsx, .xlt, .xltm, .xltx, .xml*);
- **slide** - presentation (*.dps, .dpt, .fodp, .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*);
- **visio** - visio document (*.vsdx*).

Type: string

Expand Down

0 comments on commit 4798c22

Please sign in to comment.