Skip to main content
Participant
March 5, 2009
Question

creating indesign files using xml & c#

  • March 5, 2009
  • 1 reply
  • 717 views
hey...
i need to make an indesign template/doc from an XML file using C# as the language. can anyone of you please help me in this.
Thanks in advance to all of you.
This topic has been closed for replies.

1 reply

March 9, 2009
The InDesign file format is a proprietary binary format, which changes between releases. Your best shot is IDML, but that is only for CS4. There is also the INCX interchange format, but it has limitations.