Hi, currently I'm working with a few remote merge servers that are running CS5, they always get caught up on "missing font" dialogs, and we could care less... It's our prepress department that works on maintaining a clean font set. The servers are only combining documents and / or running data inserts.
I'm looking for a simple way to suppress the warning dialogs on these machines running ID.
app.scriptPreferences.userInteractionLevel = UserInteractionLevels.NEVER_INTERACT;
seems to only set the (never) interact while that specific script is running... and cannot toggle between a more permanent change so the whole time InDesign is active to switch between NEVER_INTERACT and INTERACT_WITH_ALL.
Has someone come across a plugin or a functional script that can accomplish this?
It could be fixed w/ font management on the server, or changing the script that does the merge, yet there is a long wait to get help from that department... and I was just looking for a quick fix...
Thank you very much for any insights!