feat: 完成 DOCX 通用结构映射与严格收口
This commit is contained in:
@@ -25,7 +25,7 @@ try {
|
||||
$word.DisplayAlerts = 0
|
||||
$word.AutomationSecurity = 3
|
||||
$word.Options.SaveNormalPrompt = $false
|
||||
$document = $word.Documents.Open(
|
||||
$document = $word.Documents.OpenNoRepairDialog(
|
||||
$resolvedInput,
|
||||
$false,
|
||||
$true,
|
||||
@@ -38,7 +38,7 @@ try {
|
||||
0,
|
||||
0,
|
||||
$false,
|
||||
$true,
|
||||
$false,
|
||||
0,
|
||||
$true
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user