Crates.io | terdoc |
lib.rs | terdoc |
version | 0.1.1 |
source | src |
created_at | 2024-08-23 09:02:59.886294 |
updated_at | 2024-08-28 08:46:22.080462 |
description | Document generation service for converting from tera templates and raw data to different output formats such as PDF or Markdown |
homepage | |
repository | https://gitlab.opencode.de/opentalk/terdoc |
max_upload_size | |
id | 1348902 |
size | 122,743 |
A service for generating reports.
Install dependencies.
Fedora:
dnf install pandoc texlive-scheme-full libreoffice
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.