mirror of
https://github.com/ONLYOFFICE/document-formats
synced 2025-04-18 17:04:01 +03:00
support hwp, hwps formats
This commit is contained in:
parent
bd11707303
commit
0e0d8f2a35
@ -1,6 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
##
|
||||
- hwp, hwpx formats
|
||||
- pages, numbers, key formats
|
||||
|
||||
## 2.0.0
|
||||
|
@ -25,7 +25,7 @@ Official website: [www.onlyoffice.com](https://www.onlyoffice.com/)
|
||||
## Supported formats
|
||||
|
||||
**For viewing:**
|
||||
* **WORD**: DOC, DOCM, DOCX, DOT, DOTM, DOTX, EPUB, FB2, FODT, HTM, HTML, MHT, MHTML, ODT, OTT, PAGES, RTF, STW, SXW, TXT, WPS, WPT, XML
|
||||
* **WORD**: DOC, DOCM, DOCX, DOT, DOTM, DOTX, EPUB, FB2, FODT, HTM, HTML, HWP, HWPX, MHT, MHTML, ODT, OTT, PAGES, RTF, STW, SXW, TXT, WPS, WPT, XML
|
||||
* **CELL**: CSV, ET, ETT, FODS, NUMBERS, ODS, OTS, SXC, XLS, XLSB, XLSM, XLSX, XLT, XLTM, XLTX
|
||||
* **SLIDE**: DPS, DPT, FODP, KEY, ODP, OTP, POT, POTM, POTX, PPS, PPSM, PPSX, PPT, PPTM, PPTX, SXI
|
||||
* **PDF**: DJVU, DOCXF, OFORM, OXPS, PDF, XPS
|
||||
|
@ -76,6 +76,20 @@
|
||||
"convert": ["docx", "bmp", "docm", "dotm", "dotx", "epub", "fb2", "gif", "jpg", "odt", "ott", "pdf", "pdfa", "png", "rtf", "txt"],
|
||||
"mime": ["text/html"]
|
||||
},
|
||||
{
|
||||
"name": "hwp",
|
||||
"type": "word",
|
||||
"actions": ["view", "auto-convert"],
|
||||
"convert": ["docx", "bmp", "docm", "dotm", "dotx", "epub", "fb2", "gif", "html", "jpg", "odt", "ott", "pdf", "pdfa", "png", "rtf", "txt"],
|
||||
"mime": ["application/x-hwp"]
|
||||
},
|
||||
{
|
||||
"name": "hwpx",
|
||||
"type": "word",
|
||||
"actions": ["view", "auto-convert"],
|
||||
"convert": ["docx", "bmp", "docm", "dotm", "dotx", "epub", "fb2", "gif", "html", "jpg", "odt", "ott", "pdf", "pdfa", "png", "rtf", "txt"],
|
||||
"mime": ["application/x-hwpx"]
|
||||
},
|
||||
{
|
||||
"name": "mht",
|
||||
"type": "word",
|
||||
|
Loading…
x
Reference in New Issue
Block a user