Adobe Universal Container Format
From Just Solve the File Format Problem
(Difference between revisions)
(Created page) |
(Added to first paragraph) |
||
Line 8: | Line 8: | ||
| spec = [//web.archive.org/web/1im_/wwwimages.adobe.com/content/dam/acom/en/devnet/indesign/sdk/cs6/idml/idml-specification.pdf#p393 Pages 394–415 of IDML specification] | | spec = [//web.archive.org/web/1im_/wwwimages.adobe.com/content/dam/acom/en/devnet/indesign/sdk/cs6/idml/idml-specification.pdf#p393 Pages 394–415 of IDML specification] | ||
}} | }} | ||
− | The Universal Container Format (UCF) was developed by Adobe for use in [[PDFXML]]. It is based on the Open Container Format (OCF) used in [[EPUB]], itself based on [[OpenDocument]]. It | + | The Universal Container Format (UCF) was developed by Adobe for use in [[PDFXML]]. It is based on the Open Container Format (OCF) used in [[EPUB]], itself based on [[OpenDocument]]. It is a subset of [[ZIP]], specifying a mandatory initial uncompressed <code>mimetype</code> file, an optional <code>META-INF</code> folder containing [[XML]] files, and other restrictions on file names and compression methods. |
It can contain [[XMP]] metadata in the file <code>META-INF/metadata.xml</code>. | It can contain [[XMP]] metadata in the file <code>META-INF/metadata.xml</code>. | ||
Some formats include <code>+zip</code> at the end of the <code>mimetype</code> file's contents, and some do not. | Some formats include <code>+zip</code> at the end of the <code>mimetype</code> file's contents, and some do not. |
Revision as of 18:07, 17 June 2025
The Universal Container Format (UCF) was developed by Adobe for use in PDFXML. It is based on the Open Container Format (OCF) used in EPUB, itself based on OpenDocument. It is a subset of ZIP, specifying a mandatory initial uncompressed mimetype
file, an optional META-INF
folder containing XML files, and other restrictions on file names and compression methods.
It can contain XMP metadata in the file META-INF/metadata.xml
.
Some formats include +zip
at the end of the mimetype
file's contents, and some do not.