WebODF alternatives and similar software solutions
Based on the "Office Suites" category.
Alternatively, view WebODF alternatives based on common mentions on social networks and blogs.
-
PHPOffice
PHPOffice contains libraries which permits to write and read files from most office suites. -
Etherpad
Etherpad: A modern really-real-time collaborative document editor. -
CryptPad
Collaborative office suite, end-to-end encrypted and open-source. -
ONLYOFFICE
ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time. -
ownCloud documents
Collaborative editing and sharing of rich-text documents. -
Collabora Online Development Edition
Collabora Online Development Edition
Access the most powerful time series database as a service
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of WebODF or a related project?
README
WebODF
WebODF is a ODF JavaScript library originally created by KO GmbH.
It makes it easy to add Open Document Format (ODF) support to your website and to your mobile or desktop application. It uses HTML and CSS to display ODF documents.
- Visit the project homepage at: WebODF
- Want some live demos? Visit: WebODF Demos
- Get in contact:
- Slack: webodf.slack.com, use the self-invite
- mailing list or
- IRC (#webodf auf freenode, Web access)
License
WebODF is a Free Software project. All code is available under the AGPL.
If you are interested in using WebODF in your commercial product (and do not want to disclose your sources / obey AGPL), get in touch at the license page for a license suited to your needs.
Creating webodf.js...
webodf.js is compiled by using the Closure Compiler. This compiler concatenates and compacts all JavaScript files, so that they are smaller and execute faster. CMake is used to setup the buildsystem, so webodf.js can be created:
git clone https://github.com/kogmbh/WebODF.git webodf
mkdir build
cd build
cmake ../webodf
make webodf.js-target
A successful run will yield the file "webodf.js" in the subfolder "build/webodf/" (among other things), from where you can then copy it and use for your website.
For more details about preparing the build of webodf.js , e.g. on Windows or OSX, please study ["README-Building.md"](README-Building.md).
... and more
This repository not only contains code for the library webodf.js, but also a few products based on it. Here is the complete list:
build target | output location (in build/) | description | download/packages |
---|---|---|---|
webodf.js-target | webodf/webodf.js | the library | (see product-library) |
product-library | webodf.js-x.y.z.zip | zip file with library and API docs | WebODF homepage |
product-wodotexteditor | wodotexteditor-x.y.z.zip | simple to use editor component | WebODF homepage |
product-wodocollabtexteditor | wodocollabtexteditor-x.y.z.zip | collaborative editor component | WebODF homepage |
product-firefoxextension | firefox-extension-odfviewer-x.y.z.xpi | ODF viewer Firefox add-on | Mozilla's Add-on website |
("x.y.z" is a placeholder for the actual version number)
For more details about the different products, please study ["README-Products.md"](README-Products.md).
*Note that all licence references and agreements mentioned in the WebODF README section above
are relevant to that project's source code only.