mirror of
https://github.com/shrekbytes/advanced-pdf-export.git
synced 2026-07-22 07:25:03 +00:00
update default value
This commit is contained in:
parent
fe3b704cd8
commit
5c340bcc69
2 changed files with 23 additions and 29 deletions
48
main.js
48
main.js
File diff suppressed because one or more lines are too long
4
main.ts
4
main.ts
|
|
@ -260,7 +260,7 @@ const DEFAULT_SETTINGS: PDFExportSettings = {
|
|||
footerText: "",
|
||||
showHeader: true,
|
||||
showFooter: true,
|
||||
showFooterBorder: true,
|
||||
showFooterBorder: false,
|
||||
showPageNumbers: true,
|
||||
pageNumberPosition: "right",
|
||||
pageNumberStart: 1,
|
||||
|
|
@ -271,7 +271,7 @@ const DEFAULT_SETTINGS: PDFExportSettings = {
|
|||
autoBreakH1: false,
|
||||
autoBreakH2: false,
|
||||
includeFilenameAsTitle: false,
|
||||
previewScale: 0.62,
|
||||
previewScale: 0.90,
|
||||
};
|
||||
|
||||
// ─── Utilities ────────────────────────────────────────────────────────────────
|
||||
|
|
|
|||
Loading…
Reference in a new issue