This commit is contained in:
john 2025-07-15 16:01:32 +02:00
parent d44e52c1f3
commit 121068de99
3 changed files with 51 additions and 20 deletions

View file

@ -6,7 +6,7 @@ async function main() {
const chromiumCmd = new Deno.Command("chromium", {
args: [
"--headless",
"--print-to-pdf=./cv.pdf",
"--print-to-pdf=./john_morris_cv.pdf",
"--no-pdf-header-footer",
"http://localhost:6969/cv.html"
]