Automatische erstellung eines PDFs
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
buch.pdf
|
||||||
8
build-pdf.sh
Executable file
8
build-pdf.sh
Executable 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
|
||||||
Reference in New Issue
Block a user