Shared Azure functions for documents
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"
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"