Skip to main content
Participant
July 9, 2009
Question

XMLViewPreferences - IndesignServer

  • July 9, 2009
  • 1 reply
  • 963 views

Hi all,

I have a requirement where the structure pane of the Indesign document ( .indd file) should be hidden by default.I have to do it in Indesign script. And I am running the script using indesign CS3 server.

Am getting an error saying "Object does not support the property or method xmlViewPreferences" in the below line.

app.documents.item(0).xmlViewPreferences.showStructure=false;

Is XMLViewPreference object available in Indesign Server.

Kindly help.

Thanks in advance.

This topic has been closed for replies.

1 reply

Harbs.
Legend
July 9, 2009

No, Server does not have UI properties... You would need to do this on

a Desktop version.

Harbs