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

Exporting the active document in IDML format

15 views
Skip to first unread message

Wolfgang Backes

unread,
Feb 1, 2011, 6:25:16 AM2/1/11
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