Files
astral/md2pdf/pdfconfig.json
Tomas Kracmar 17d745bdac Sync from dev @ 252c1cf
Source: main (252c1cf)
Excluded: live tenant exports, generated artifacts, and dev-only tooling.
2026-04-17 15:57:35 +02:00

18 lines
704 B
JSON

{
"stylesheet": [
"./md2pdf/pdfstyle.css"
],
"marked_options": {
"headerIds": false,
"smartypants": true
},
"pdf_options": {
"format": "A4",
"margin": "15mm",
"printBackground": false,
"headerTemplate": "<style> section { margin: 0 auto; font-family: sans-serif !important; font-size: 9px; } </style><section><span>ASTRAL Documentation</span></section>",
"footerTemplate": "<style> section { margin: 0 auto; font-family: sans-serif !important; font-size: 9px; } </style><section><div>Page <span class='pageNumber'></span> of <span class='totalPages'></span></div></section>",
"displayHeaderFooter": true
}
}