Hi,
I need to know how to export single file IDML package.
I am exporting IDML package like this which is generating multiple files IDML package:
exportFile(ExportFormat.INDESIGN_MARKUP, outputFile, false);
InDesign can export the schema:
app.generateIDMLSchema(Folder("/idml-schema/single"), false);
but I don't know how to export single file IDML package.
Is it possible?
Regrds
Saqib