Content type of .pages file format

Dear team ,

please tell me the "contenttype" of the .pages file format....

example: .doc....is having the content type as "application/ms-word"

similarly can u tell me content type of .pages


Regards,
spradeepkumar

dell, linux

Posted on Jan 12, 2009 1:35 AM

Reply
1 reply

Jan 12, 2009 7:31 AM in response to spkin2

For Numbers it is:

kind = "Document Numbers" (localization dependent )
type identifier = "com.apple.iwork.numbers.sffnumbers"

For Pages it is:

kind = "Publication Pages" (localization dependent )
type identifier = "com.apple.iwork.pages.sffpages"

For Keynote it is:

kind = "Keynote Document" ( not sure of localization behavior)
type identifier:"com.apple.keynote.key"

grab it with this script after changing the pathname


set pathName to (choose file) as text
tell application "System Events"
get properties of item pathName
end tell


Yvan KOENIG (from FRANCE lundi 12 janvier 2009 16:31:07)

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Content type of .pages file format

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.