Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/transpect/docx_modify-lib
https://github.com/transpect/docx_modify-lib
docx msword ooxml word
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/transpect/docx_modify-lib
- Owner: transpect
- License: bsd-2-clause
- Created: 2015-12-10T15:42:14.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-27T21:04:15.000Z (about 2 months ago)
- Last Synced: 2024-10-28T01:11:01.706Z (about 2 months ago)
- Topics: docx, msword, ooxml, word
- Language: XSLT
- Size: 298 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# docx_modify-lib
A library to manipulate docx files by applying an XSLT transformation to its single-root tree (all the zip archive’s XML files
under a single root element). The library then takes care of re-serialization and zipping of the transformed content.
Needs a front-end project that pulls in the required libraries, an XML catalog, etc.