feat: 水印支持页边距控制

This commit is contained in:
2024-01-11 15:46:25 +08:00
parent ba53565a0e
commit 7366808e9d
7 changed files with 25 additions and 171 deletions
@@ -463,7 +463,7 @@ watermark:
# 每页几行
lineNumPerPage: 8
# 每页几列
columnNumPerPage: 2
columnNumPerPage: 3
# 倾斜角度
degree: 30
# 颜色
@@ -471,4 +471,8 @@ watermark:
r: 180
g: 180
b: 180
a: 1
a: 1
# 页边距
margin:
top: 100
left: 50