增加跳过空白页(基于文件大小)

This commit is contained in:
yangjiaxuan 2023-10-31 14:33:56 +08:00
parent 16b8daeb0d
commit bc9c2e5ed1
5 changed files with 10 additions and 10 deletions

View File

@ -490,8 +490,8 @@
"type": "string",
"cur": "双面",
"default": "双面",
"size": 40,
"range": ["单面", "双面", "跳过空白页(通用)", "跳过空白页(发票纸)", "对折"]
"size": 48,
"range": ["单面", "双面", "跳过空白页(通用)", "跳过空白页(发票纸)", "跳过空白页(基于文件大小)", "对折"]
},
"discardblank": {
"cat": "base",
@ -530,7 +530,7 @@
"max": 100,
"step": 1
},
"depend_or": ["page==跳过空白页(发票纸)", "==跳过空白页(通用)", "discardblank==true"]
"depend_or": ["page==跳过空白页(发票纸)", "==跳过空白页(基于文件大小)", "==跳过空白页(通用)", "discardblank==true"]
},
"fold-type": {
"cat": "base",

View File

@ -491,7 +491,7 @@
"cur": "双面",
"default": "双面",
"size": 50,
"range": ["单面", "双面", "跳过空白页(通用)", "跳过空白页(发票纸)", "对折"]
"range": ["单面", "双面", "跳过空白页(通用)", "跳过空白页(发票纸)", "跳过空白页(基于文件大小)", "对折"]
},
"discardblank": {
"cat": "base",
@ -530,7 +530,7 @@
"max": 100,
"step": 1
},
"depend_or": ["page==跳过空白页(发票纸)", "==跳过空白页(通用)", "discardblank==true"]
"depend_or": ["page==跳过空白页(发票纸)", "==跳过空白页(基于文件大小)", "==跳过空白页(通用)", "discardblank==true"]
},
"fold-type": {
"cat": "base",

View File

@ -474,7 +474,7 @@
"cur": "双面",
"default": "双面",
"size": 50,
"range": ["单面", "双面", "跳过空白页(通用)", "跳过空白页(发票纸)", "对折"]
"range": ["单面", "双面", "跳过空白页(通用)", "跳过空白页(发票纸)", "跳过空白页(基于文件大小)", "对折"]
},
"discardblank": {
"cat": "base",
@ -513,7 +513,7 @@
"max": 100,
"step": 1
},
"depend_or": ["page==跳过空白页(发票纸)", "==跳过空白页(通用)", "discardblank==true"]
"depend_or": ["page==跳过空白页(发票纸)", "==跳过空白页(基于文件大小)", "==跳过空白页(通用)", "discardblank==true"]
},
"fold-type": {
"cat": "base",

View File

@ -490,8 +490,8 @@
"type": "string",
"cur": "双面",
"default": "双面",
"size": 40,
"range": ["单面", "双面", "跳过空白页(通用)", "跳过空白页(发票纸)", "对折"]
"size": 48,
"range": ["单面", "双面", "跳过空白页(通用)", "跳过空白页(发票纸)", "跳过空白页(基于文件大小)", "对折"]
},
"discardblank": {
"cat": "base",
@ -530,7 +530,7 @@
"max": 100,
"step": 1
},
"depend_or": ["page==跳过空白页(发票纸)", "==跳过空白页(通用)", "discardblank==true"]
"depend_or": ["page==跳过空白页(发票纸)", "==跳过空白页(通用)", "==跳过空白页(基于文件大小)", "discardblank==true"]
},
"fold-type": {
"cat": "base",

Binary file not shown.