Answered
How to run InDesign in background?
I mean to make InDesign application invisible while processing my script?
I mean to make InDesign application invisible while processing my script?
Я делаю так:
If Tasks.Exists("Adobe InDesign CS3") Then
With Tasks("Adobe InDesign CS3")
.Activate
.WindowState = wdWindowStateMinimize
End With
End If
а потом скрипт.
А в конце можно ...wdWindowStateMaximize, чтобы оценить работу
.
Но если надо, чтобы совсем невидимым стал, то что-то другое надо писать.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.