Add the advanced-pdf-export plugin by shrekbytes

This commit is contained in:
2026-08-22 12:15:16 -04:00
parent 0d897259b7
commit a815b35749
6 changed files with 829 additions and 2 deletions

View File

@@ -23,5 +23,11 @@
"promptDelete": true,
"alwaysUpdateLinks": true,
"useTab": false,
"attachmentFolderPath": "Attachments"
"attachmentFolderPath": "Attachments",
"pdfExportSettings": {
"pageSize": "Letter",
"landscape": false,
"margin": "1",
"downscalePercent": 80
}
}