Browse Source

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

Daniel 1 year ago
parent
commit
50faacd129
1 changed files with 1 additions and 0 deletions
  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)