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

Re: How do you make page 1 the active page?

$
0
0

Hi again

 

This could work for the IDML export

 

main();

exit();

 

function main() {

          myDoc = app.activeDocument;

          f = new File("/Users/afile.idml");     // here you have to adapt it for your needs.

          app.activeDocument.exportFile(ExportFormat.INDESIGN_MARKUP,f, false);

}


Viewing all articles
Browse latest Browse all 37788

Trending Articles