A web service for concatenating/merging Microsoft Word documents (.docx files)
10K+
docxcompose provides a web service for concatenating/merging multiple Microsoft Word documents (.docx files) into one document.
To start the web service, run:
docker run -it --rm -p 8080:8080 4teamwork/docxcompose
To concatenate documents, just upload them in the desired order as a multipart/form-data request to the web service and you will get back the composed document. Example with curl:
curl -F "[email protected]" -F "[email protected]" -o composed.docx http://localhost:8080/
Content type
Image
Digest
sha256:a9af00a2a…
Size
41.4 MB
Last updated
7 months ago
docker pull 4teamwork/docxcompose