Skip to main content
February 17, 2020
Answered

how to export epub version

  • February 17, 2020
  • 2 replies
  • 530 views

app.epubExportPreferences.version = EpubVersion.EPUB3;

 this code not working

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

epubExportPreferences is a property of the document or a book not the app, so the following should work

app.documents[0].epubExportPreferences.version = EpubVersion.EPUB3

 

-Manan

2 replies

Manan JoshiCommunity ExpertCorrect answer
Community Expert
February 17, 2020

epubExportPreferences is a property of the document or a book not the app, so the following should work

app.documents[0].epubExportPreferences.version = EpubVersion.EPUB3

 

-Manan

-Manan
February 17, 2020

thanks manan

Derek Cross
Community Expert
Community Expert
February 17, 2020

Which version of InDesign and OS?
Are you trying to create a Reflowable ePub or a FXL ePub?

What do you mean "not working" -- more information please.

February 17, 2020

indesign 2018 ,window8

yes,, iam trying to create a Reflowable ePub