Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Export Indesign Document to Incopy Document

Community Beginner ,
Mar 03, 2010 Mar 03, 2010

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

TOPICS
Scripting
977
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Mar 03, 2010 Mar 03, 2010

Hi Kumar,

You can't export entire document into incopy. Try to export one text frame or story at a time.

Shonky

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Valorous Hero ,
Mar 03, 2010 Mar 03, 2010

I wrote a script that exports stories in incx format.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Sep 27, 2010 Sep 27, 2010

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Valorous Hero ,
Sep 29, 2010 Sep 29, 2010
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines