Hi all,
Is there a way to detect an alert like "missing fonts" or others at the open of a document ?
Thanks
Pierre RAFFA
Hi Pierre,
This this below JS code.
app.scriptPreferences.userInteractionLevel=UserInteractionLevels.NEVER_INTERACT; // this line will detect all the interaction like missing fonts missing links.
app.scriptPreferences.userInteractionLevel=UserInteractionLevels.INTERACT_WITH_ALL; this will enable all the interaction dialog boxes.
thx
csm_phil
North America
Europe, Middle East and Africa
Asia Pacific