mirror of
https://github.com/IRS-Public/direct-file.git
synced 2025-06-28 15:27:41 +00:00
initial commit
This commit is contained in:
parent
2f3ebd6693
commit
e0d5c84451
3413 changed files with 794524 additions and 1 deletions
13
docs/engineering/md_to_pdf/md-to-pdf-cmp.config.js
Normal file
13
docs/engineering/md_to_pdf/md-to-pdf-cmp.config.js
Normal file
|
@ -0,0 +1,13 @@
|
|||
const { pdf_options, footerTemplate } = require("./md-to-pdf.config.js");
|
||||
|
||||
module.exports = {
|
||||
pdf_options: {
|
||||
format: pdf_options.format,
|
||||
headerTemplate: pdf_options.headerTemplate,
|
||||
footerTemplate: footerTemplate.replace('[[FOOTER]]', 'OS:IT:AD:CS-PLN-DFSYS_CM_PLAN-V1.0-03052024')
|
||||
},
|
||||
// https://github.com/simonhaenisch/md-to-pdf/issues/247
|
||||
launch_options: {
|
||||
headless: "new"
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue