InDesign INDD
From Just Solve the File Format Problem
(Difference between revisions)
Line 17: | Line 17: | ||
== Identification == | == Identification == | ||
− | INDD files begin with bytes {{magic|06 06 ed f5}}. Version identifier is at 0x1D or at 29th byte. | + | INDD files begin with bytes {{magic|06 06 ed f5}}. Version identifier is at 0x1D or at 29th byte, ascii <code>DOCUMENT</code> at byte 16. |
===Versions=== | ===Versions=== | ||
{| class="wikitable" | {| class="wikitable" | ||
− | ! Version !! Extension !! Year !! Hex !! PRONOM | + | ! Version !! Extension !! Year !! Hex (BE) !! PRONOM |
|- | |- | ||
|InDesign 1.0 || '''INDD''' || 1999 || || | |InDesign 1.0 || '''INDD''' || 1999 || || | ||
Line 67: | Line 67: | ||
* [[Wikipedia: Adobe InDesign]] | * [[Wikipedia: Adobe InDesign]] | ||
* [https://www.adobe.com/products/indesign.html InDesign website] | * [https://www.adobe.com/products/indesign.html InDesign website] | ||
+ | * [https://gist.github.com/monokano/31876b3f96e0c92e8a61fdc540d69dc9 Python Version identification script] | ||
[[Category:Adobe]] | [[Category:Adobe]] |
Revision as of 00:37, 15 September 2021
InDesign is a desktop publishing application from Adobe. It is the successor to PageMaker.
This article is mainly about the software, and its native INDD (InDesign Document) format. For other InDesign formats, see:
- IDML
- InDesign INX
- InDesign Book (.indb)
- InDesign Library (.indl)
Identification
INDD files begin with bytes 06 06 ed f5
. Version identifier is at 0x1D or at 29th byte, ascii DOCUMENT
at byte 16.
Versions
Version | Extension | Year | Hex (BE) | PRONOM |
---|---|---|---|---|
InDesign 1.0 | INDD | 1999 | ||
InDesign 1.5 | INDD | 2001 | 0x0150 | |
InDesign 2.0 | INDD | 2002 | 0x0200 | |
InDesign CS | INDD | 2003 | 0x0300 | fmt/196 |
InDesign CS2 | INDD | 2005 | 0x0400 | fmt/548 |
InDesign CS3 | INDD | 2007 | 0x0500 | fmt/549 |
InDesign CS4 | INDD | 2008 | 0x0600 | fmt/550 |
InDesign CS5 | INDD | 2010 | 0x0700 | fmt/551 |
InDesign CS5.5 | INDD | 2011 | 0x0750 | |
InDesign CS6 | INDD | 2012 | 0x0800 | fmt/552 |
InDesign CC | INDD | 2014 | 0x0900 | |
InDesign CC 2014 | INDD | 2014 | 0x0A00 | |
InDesign CC 2015 | INDD | 2015 | 0x0B00 | |
InDesign CC 2015.1 | INDD | 2015 | 0x0B10 | |
InDesign CC 2017 | INDD | 2016 | 0x0C00 | |
InDesign CC 2018 | INDD | 2017 | 0x0D00 | |
InDesign CC 2018.1 | INDD | 2018 | 0x0D10 | |
InDesign CC 2019 | INDD | 2018 | 0x0E00 | |
InDesign CC 2020 | INDD | 2019 | 0x0F00 | |
InDesign CC 2021 | INDD | 2020 | 0x1000 |