Skip to content

vtfk/azf-shared-documents

Repository files navigation

azf-shared-documents

Shared Azure functions for documents

API

POST generateDocx

Generates a document from template and data.

POST json and receive a base64 encoded version of a docx-file.

$ curl http://localhost:7071/api/generateDocx -d @test/data/generate-document.json --header "Content-Type: application/json"

Development

Install all tools needed for local development.

Clone the repo. Install dependencies.

Start server

$ func start

POST testdata

$ curl http://localhost:7071/api/generateDocx -d @test/data/generate-document.json --header "Content-Type: application/json"

License

MIT

About

Shared Azure functions for documents

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published