I was wondering what the mime type for iWork's Pages is? And also what the mime type is for the rest of the software in the iWork suite? I looked around online and I didn't see it anywhere.

Thanks!

link|improve this question

feedback

2 Answers

up vote 3 down vote accepted

Looks like Apple doesn't much care, since installing iWork does not add any mime type information to any of its system mime-type info reps (in /etc/cups and /etc/apache2), "Get Info" on an iWork file shows no mime-type, etc. The only hint I've found is in Page's info.plist (a copy's online here) which mentions:

            <key>public.filename-extension</key>
			<array>
				<string>pages</string>
			</array>
			<key>public.mime-type</key>
			<array>
				<string>application/x-iwork-pages-sffpages</string>
			</array>

and a similar one for filename-extension "template", with "-sfftemplate" as the suffix instead of "-sffpages".

link|improve this answer
feedback

This URL shows some other types in case new readers need it:

Apache Jira Issue TIKA-588

application/vnd.apple.keynote, application/vnd.apple.pages, application/vnd.apple.numbers

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.