Support adding the watermark on export PDF https://github.com/siyuan-note/siyuan/issues/9961

This commit is contained in:
Daniel 2023-12-27 09:38:05 +08:00
parent 4fdaae2892
commit 94cc8b2e3b
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
9 changed files with 57 additions and 10 deletions

View file

@ -594,6 +594,8 @@ interface IExport {
addTitle: boolean;
markdownYFM: boolean;
pdfFooter: string;
pdfWatermarkStr: string;
pdfWatermarkDesc: string;
docxTemplate: string;
}