Automatische erstellung eines PDFs

This commit is contained in:
2026-06-23 00:23:40 +02:00
parent 7319b3db76
commit d7c3c0be63
3 changed files with 22 additions and 0 deletions

8
build-pdf.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
docker run --rm -v "$(pwd):/data" --user $(id -u):$(id -g) \
fpod/pandoc-weasyprint \
akt*/*.md \
--pdf-engine=weasyprint \
--css=/data/style.css \
-o /data/buch.pdf