Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jelovirt/com.elovirta.ooxml
DITA to Word plug-in
https://github.com/jelovirt/com.elovirta.ooxml
dita dita-ot docx ooxml publishing word
Last synced: about 1 month ago
JSON representation
DITA to Word plug-in
- Host: GitHub
- URL: https://github.com/jelovirt/com.elovirta.ooxml
- Owner: jelovirt
- License: apache-2.0
- Created: 2015-08-11T08:43:29.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2023-04-25T14:25:18.000Z (over 1 year ago)
- Last Synced: 2024-10-12T19:48:17.398Z (2 months ago)
- Topics: dita, dita-ot, docx, ooxml, publishing, word
- Language: XSLT
- Size: 927 KB
- Stars: 22
- Watchers: 12
- Forks: 14
- Open Issues: 64
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
DITA to Word plug-in
====================A DITA-OT plug-in to generate [Office Open XML (OOXML)](https://en.wikipedia.org/wiki/Office_Open_XML) output from DITA source.
Installation
------------Standard DITA-OT plug-in installation, see [DITA-OT documentation](http://www.dita-ot.org/2.5/dev_ref/plugins-installing.html).
Only latests stable version of DITA-OT is supported, but older version may work.```shell
$ dita --install com.elovirta.ooxml
```For older versions of DITA-OT that do not support plug-in registry:
```shell
$ dita -install https://github.com/jelovirt/com.elovirta.ooxml/archive/1.4.0.zip
```Running
-------Use the `docx` transtype to create DOCX output.
```shell
$ dita -i guide.ditamap -f docx
```See [documentation](https://github.com/jelovirt/com.elovirta.ooxml/wiki) for more information.
Donating
--------Support this project and others by [@jelovirt](https://github.com/jelovirt) via [Paypal](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=jarno%40elovirta%2ecom&lc=FI&item_name=Support%20Open%20Source%20work¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted).
License
-------The DITA to Word plug-in is released under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)