Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[CS4] IDML Export Problem

7 views
Skip to first unread message

Wolfgang Backes

unread,
Mar 27, 2010, 12:20:42 PM3/27/10
to
Hi all,

I'm trying to control InDesign CS4 from a VB6 program and I want to
export the whole document in IDML format.

The following commands...

MyInDesign.XMLExportPreferences.ExportFromSelected = False
MyInDesign.ActiveDocument.Export idExportFormat.idXML, MyFileName,
False

...result in an XML file that consists of just two lines:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Root></Root>

How can I export the whole document to a IDML package?

Any help appreciated,
Wolfgang

0 new messages