I ask if there is any way to make new in-design file ( .indd) from programming ! the problem is that i want to make a program for newspaper to manage the newspaper dynamic content and then convert the html5 ( or any other output ) into in-design with its columns and pages
Asked
Active
Viewed 4,748 times
-2
-
1Did you do any research on the Indesign file format? What standard does it follow? Is it open source? Likely it's not possible. – marekful Nov 12 '13 at 12:40
-
i doing research from 2 days , i found only xml way , and it not make what i want . please let me know , why all this negative votes ! . every one can help us or ignore us , instead of this negative votes , that will cause blocking my account – Mostafa Mansour Nov 12 '13 at 12:56
-
@Mostafa: if you can make your research clear in your questions, that does help. If you can edit in a programming attempt, together with the problem you are having with it, it will probably be re-opened. – halfer Nov 12 '13 at 14:37
1 Answers
5
Read IDML file format specification (pdf).
IDML is an XML representation of an InDesign document or components. This document describes the structure of IDML files, the XML schema for IDML validation, and provides examples of IDML file content. This document has been updated for IDML version 7.0, which corresponds to InDesign CS5. Sections that are new in this version are indicated by the notation “(IDML 7.0).”
You can also use some SDK from Adobe
-
-
2IDML and INDD are two different formats. IDML is publicly specified in https://www.adobe.com/content/dam/Adobe/en/devnet/indesign/cs55-docs/IDML/idml-specification.pdf , INDD doesn't seem to have a public spec. – Marcus Oct 02 '14 at 07:15