https://github.com/transpect/docx_modify-lib
https://github.com/transpect/docx_modify-lib
docx msword ooxml word
Last synced: 3 months 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2025-02-26T13:48:04.000Z (7 months ago)
- Last Synced: 2025-02-26T14:36:42.766Z (7 months ago)
- Topics: docx, msword, ooxml, word
- Language: XSLT
- Size: 305 KB
- Stars: 4
- Watchers: 4
- Forks: 2
- 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.