IDML
From Just Solve the File Format Problem
(Difference between revisions)
(Category:Desktop Publishing) |
(Added OutDesign to the list of software.) |
||
| (One intermediate revision by one user not shown) | |||
| Line 5: | Line 5: | ||
|extensions={{ext|idml}}, {{ext|idms}}, {{ext|icma}}, others | |extensions={{ext|idml}}, {{ext|idms}}, {{ext|icma}}, others | ||
|mimetypes={{mimetype|application/vnd.adobe.indesign-idml-package}} | |mimetypes={{mimetype|application/vnd.adobe.indesign-idml-package}} | ||
| + | |pronom={{PRONOM|fmt/1184}} | ||
|released=2008 | |released=2008 | ||
}} | }} | ||
| Line 24: | Line 25: | ||
* [[Scribus]] | * [[Scribus]] | ||
* [https://pypi.python.org/pypi/SimpleIDML SimpleIDML] | * [https://pypi.python.org/pypi/SimpleIDML SimpleIDML] | ||
| + | * [https://codeberg.org/outdesign/idml2docbook OutDesign], a project that converts IDML files to DocBook, which can in turn be converted to multiple file formats by [http://johnmacfarlane.net/pandoc/ Pandoc]. Its main use case is book publishing and therefore specifically targets text content, so graphic elements might not be well rendered. | ||
[[Category:Adobe]] | [[Category:Adobe]] | ||
[[Category:XML based file formats]] | [[Category:XML based file formats]] | ||
[[Category:ZIP based file formats]] | [[Category:ZIP based file formats]] | ||
Latest revision as of 14:09, 20 July 2026
IDML (InDesign Markup Language) is an XML-based data format associated with Adobe's InDesign desktop publishing software.
IDML also refers to the IDML-based .IDML (IDML export, or InDesign Markup) document format, which uses a ZIP container. IDML export format is intended to be more portable than the native INDD format. It is the successor to INX.
IDML might also refer to the whole family of IDML-based formats, which includes .IDMS (Snippets), .ICMA (InCopy assignment), and others.
[edit] Identification
.IDML files normally have ASCII "mimetypeapplication/vnd.adobe.indesign-idml-package" at offset 30.
[edit] Specifications
[edit] Software
- InDesign
- Scribus
- SimpleIDML
- OutDesign, a project that converts IDML files to DocBook, which can in turn be converted to multiple file formats by Pandoc. Its main use case is book publishing and therefore specifically targets text content, so graphic elements might not be well rendered.