Adobe Universal Container Format
From Just Solve the File Format Problem
(Difference between revisions)
(Added to first paragraph) |
(Added category "ZIP based file formats") |
||
Line 13: | Line 13: | ||
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. | ||
+ | |||
+ | [[Category:ZIP based file formats]] |
Latest revision as of 19:29, 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.