Demonstrates the use of Docati.Api for generating PDF or Docx from Docker and Linux.
1.6K
Docati.Api is a library for generating Word or PDF documents and is available as a nuget package This repository contains a sample project which demonstrates the (ease of) use of Docati.Api.
A Dockerfile is included to demonstrate how to use Docati.Api (using Docker) on Linux:
From the repo root run: docker build -t docatidemo -f Src/Dockerfile .
To run from Linux (or WSL): docker run -rm -v $PWD:/out docatidemo /out
The image is also available from Docker Hub: kwaazaar/docatidemo To run: docker run -v $PWD:/out kwaazaar/docatidemo /out
Check our site for more info on Docati: https://www.docati.com And if you run into trouble, don't hesitate to ask us for help: [email protected]
Content type
Image
Digest
Size
142 MB
Last updated
about 5 years ago
docker pull kwaazaar/docatidemo