/reportron

Generate pdf reports from json HTTP requests

Primary LanguageRustGNU General Public License v3.0GPL-3.0

reportron

Generate pdf reports from json HTTP requests using .tex template files.

Using reportron

Fire an HTTP POST request at localhost:8000/generate with body:

{
    "template": "test",
    "date": "20.06.2019"
}