Copy link to clipboard
Copied
Hi,
I need to export the Indesign Document(.indd) to Incopy Document(.incx).I have used the following code
app.documents[0].exportFile(ExportFormat.INCOPY_DOCUMENT, File("C:/Program Files/Adobe/Adobe InDesign CS3/Scripts/test/Input_Output/test.incx"), false);
But it shows error like "The specified object doesn't support the desired export format".
Please suggest me.
Regards
Kumar
Copy link to clipboard
Copied
Hi Kumar,
You can't export entire document into incopy. Try to export one text frame or story at a time.
Shonky
Copy link to clipboard
Copied
I wrote a script that exports stories in incx format.
Copy link to clipboard
Copied
Hi Kasyan,
I tried to export all stories/textframes/pageitems. But it exported some of them and returned for remaining items as "Error: The specified object does not support the desired export format."
I tried through your script also.
Copy link to clipboard
Copied
Could you send me a sample document (askoldich [at] yahoo [dot] com) so I could recreate the problem? I wrote this script for our own workflow and it has been working for us without any problems for about 9 months — probably your documents have a different set up than ours — I'd like to see what causes the error .
Kasyan
Find more inspiration, events, and resources on the new Adobe Community
Explore Now