Skip to content

Provide a web service as a Docker container for composing documents#121

Merged
buchi merged 2 commits intomasterfrom
docker-service
Mar 15, 2026
Merged

Provide a web service as a Docker container for composing documents#121
buchi merged 2 commits intomasterfrom
docker-service

Conversation

@buchi
Copy link
Copy Markdown
Member

@buchi buchi commented Mar 15, 2026

To compose documents using the web service, just upload them in the desired order as a multipart/form-data
request.

Example with curl:

curl -F "[email protected]" -F "[email protected]" -o composed.docx http://localhost:8080/

@buchi buchi merged commit 6841266 into master Mar 15, 2026
1 check passed
@buchi buchi deleted the docker-service branch March 15, 2026 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant