Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cloudooo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Tristan Cavelier
cloudooo
Commits
5dc0b24d
Commit
5dc0b24d
authored
Feb 17, 2017
by
Tristan Cavelier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x2t: add README.txt
parent
00604a3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
49 additions
and
0 deletions
+49
-0
cloudooo/handler/x2t/README.txt
cloudooo/handler/x2t/README.txt
+49
-0
No files found.
cloudooo/handler/x2t/README.txt
0 → 100644
View file @
5dc0b24d
Cloudooo X2T handler
====================
Table of content :
- Description
- Handled Mimetypes
- Contributors
Description
-----------
The `cloudooo.handler.x2t.handler` is a conversion handler that uses Ascensio
System OnlyOffice x2t converter.
This binary is theoricaly able to convert many document formats including open
documents and microsoft documents, but the x2t handler was designed to handle
from "x" format (i.e. DOCX, PPTX, XLSX) to OnlyOffice format only.
Here, the term "y" format (i.e. DOCY, PPTY, XLSY) defines document format used
by OnlyOffice apps. These "y" formats are just file extensions used by Cloudooo
to send resulting OnlyOffice converted document correctly.
A "y" file can be :
- a raw file containing base64 of body data without any component (metadata,
images, ...) ;
- or a zip file containing :
- "body.txt" - a raw file containing base64 of body data without component ;
- "metadata.json" - a json representation of document metadata ;
- "media/" - a folder containing document component.
Handled Mimetypes
-----------------
- application/x-asc-text (docy) ;
- application/x-asc-presentation (ppty) ;
- application/x-asc-spreadsheet (xlsy).
Contributors
------------
Based on `cloudooo.handler.yformat.handler` from Boris Kocherov original work.
- Boris Kocherov <bk@raskon.ru>
- Tristan Cavelier <tristan.cavelier@nexedi.com>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment