Skip to main content
selvam214
Inspiring
March 11, 2020
Answered

InDesign scripting forum

  • March 11, 2020
  • 4 replies
  • 6986 views

Hi,

I can't able to view the InDesign scripting forum, kindly suggest to easy access compared with the old format. I can't do the categorize fo the InDesign scripting community or InDesign technical community. Please guide me if I'm using it wrong.

 

 

 

 

Thanks,

Selva

This topic has been closed for replies.
Correct answer Manan Joshi

Yes that is how you search. You might not find the content that was present in the old forum as not all the posts have been migrated to the new platform

 

-Manan

4 replies

Participant
November 14, 2020

aol mail login

It is a free e-mail service, which will let you select the area name from a giant listing.

Community Expert
March 11, 2020

Hi Selvam,

look into the DOM documentation:

https://www.indesignjs.de/extendscriptAPI/indesign-latest/#EPubExportPreference.html

 

The property you are looking after is version and not epubVersion .

 

Regards,
Uwe Laubender

( ACP )

selvam214
selvam214Author
Inspiring
March 11, 2020

Thanks Uwe. I'll collect it from the properties and get back to you if I'm lacking any.

Manan JoshiCommunity ExpertCorrect answer
Community Expert
March 11, 2020

Yes that is how you search. You might not find the content that was present in the old forum as not all the posts have been migrated to the new platform

 

-Manan

-Manan
selvam214
selvam214Author
Inspiring
March 11, 2020

Thanks for the quick reply, kindly share the export epub 3 preferences (collective) like as a below,

 

var doc = app.documents[0];
doc.epubExportPreferences.properties = {
epubVersion : EpubVersion.EPUB3
}

 

Note: all the options I can't collect from the object moduler.

 

Thanks,

Selvam. V

Community Expert
March 11, 2020

The screenshot you have posted is of the old forum which has been migrated to these new forums where you have posted your query. Now over here we don't have a seperate forum for scripting but we have forums categroized by products. If you just want to look at the scripting posts you can click the Scripting tab present under the Topics header on the top right of the forum landing page.

 

-Manan

-Manan
selvam214
selvam214Author
Inspiring
March 11, 2020

Hi Manan,

Thanks for the guidance. Can you please confirm, we have the option to search the method as below or any other option? (because of 'critical to search which I needed')

 

 

 

Thanks,

Selva