Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

InDesign scripting forum

Contributor ,
Mar 11, 2020 Mar 11, 2020

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.

 

Screen Shot 2020-03-11 at 4.05.58 pm.pngexpand image

 

 

 

Thanks,

Selva

TOPICS
Scripting
6.2K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Mar 11, 2020 Mar 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

Translate
Community Expert ,
Mar 11, 2020 Mar 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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Mar 11, 2020 Mar 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')

 

Screen Shot 2020-03-11 at 4.52.04 pm.pngexpand image

 

 

Thanks,

Selva

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 11, 2020 Mar 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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Mar 11, 2020 Mar 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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 11, 2020 Mar 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 )

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Mar 11, 2020 Mar 11, 2020

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Mar 11, 2020 Mar 11, 2020

Hi Uwe,

Kindly help on this topic, the split document option is not reflecting in paragraph style.

 


var parsty = app.documents[0].allParagraphStyles;
for(var i = 0; i < parsty.length; i++){
if(parsty[i].startParagraph==StartParagraph.ANYWHERE){continue}
if(parsty[i].startParagraph==StartParagraph.NEXT_COLUMN){continue}
if(parsty[i].startParagraph==StartParagraph.NEXT_FRAME){continue}
parsty[i].styleExportTagMaps.add("EPUB", parsty[i].name, "", "")
parsty[i].splitDocument == true;
}

 

 

Screen Shot 2020-03-11 at 8.19.45 pm.pngexpand image

Please guide me.

 

Thanks,

Selva

 

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 11, 2020 Mar 11, 2020

Hi Selva,

maybe you ran into a bug?

 

What's your exact version of InDesign on what operating system? Your Export Tagging panel looks slightly different to my German version of InDesign 2020. One checkbox with one feature is missing in your screenshot that I can see in my version: includeClass. That points to InDesign CC 2018 ( or below ) on your side.

 

FWIW: I would manually enable/disable the feature in your paragraph style and then check if the value of splitDocument for that particular paragraph style has changed. Try with value false in your script if you manually enabled the feature.

 

Regards,
Uwe Laubender

( ACP )

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Mar 13, 2020 Mar 13, 2020

Hi Uwe,

Thanks for the analysis.

 

By mistakenly, I have used the 'parsty[i].splitDocument == true' instead of 'parsty[i].splitDocument = true'.

 

Sorry for the inconvenience.

 

 

 

Regards,

Selva

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 14, 2020 Nov 14, 2020
LATEST

aol mail login

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines