Quantcast
Channel: Adobe Community: Message List - InDesign Scripting
Viewing all articles
Browse latest Browse all 37788

Re: EPUB - not able to add cover images

$
0
0

I'm using the below code to add the cover image:

 

var myDoc = app.activeDocument;
var myDocName = myDoc.name;
myDocName = myDocName.replace(".indd",".epub");

myDoc.epubExportPreferences.epubCover = EpubCover.EXTERNAL_IMAGE;
myDoc.epubExportPreferences.coverImageFile = '/E/9780470671955.jpg';
app.jpegExportPreferences.jpegQuality = JPEGOptionsQuality.MAXIMUM;

 

Could anyone please check and confirm?


Viewing all articles
Browse latest Browse all 37788

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>