terdoc 0.1.1

Document generation service for converting from tera templates and raw data to different output formats such as PDF or Markdown
terdoc-0.1.1 is not a library.

terdoc

A service for generating reports.

Setup

Install dependencies.

Fedora:

dnf install pandoc texlive-scheme-full libreoffice

Run the example

Start the terdoc service:

docker compose -f examples/docker-compose.yml up -d

Once terdoc successfully started, you can submit render tasks:

bash examples/run.sh

All tasks are submitted without waiting for a result. The order of execution is therefore not deterministic.