瀏覽代碼

:art: Export PDF and add watermarks no longer covered by images https://github.com/siyuan-note/siyuan/issues/10818

Daniel 1 年之前
父節點
當前提交
50faacd129
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      kernel/model/export.go

+ 1 - 0
kernel/model/export.go

@@ -1057,6 +1057,7 @@ func processPDFWatermark(pdfCtx *pdfcpu.Context, watermark bool) {
 		return
 	}
 
+	wm.OnTop = true // Export PDF and add watermarks no longer covered by images https://github.com/siyuan-note/siyuan/issues/10818
 	err = pdfCtx.AddWatermarks(nil, wm)
 	if nil != err {
 		logging.LogErrorf("add watermark failed: %s", err)