
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Nothing To Say Here &#187; iWork</title>
	<atom:link href="http://blog.leefindlow.com/category/apple/iwork/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.leefindlow.com</link>
	<description></description>
	<lastBuildDate>Fri, 28 May 2010 01:04:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>iWork &#039;09 Pages: .doc Support</title>
		<link>http://blog.leefindlow.com/2009/01/iwork-09-pages-doc-support/</link>
		<comments>http://blog.leefindlow.com/2009/01/iwork-09-pages-doc-support/#comments</comments>
		<pubDate>Sun, 25 Jan 2009 21:48:15 +0000</pubDate>
		<dc:creator>Lee Findlow</dc:creator>
				<category><![CDATA[Hints & Tips]]></category>
		<category><![CDATA[Pages]]></category>
		<category><![CDATA[iwork 09]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://blog.leefindlow.com/?p=164</guid>
		<description><![CDATA[One of the issue&#8217;s with Pages is it&#8217;s lack of support for the .doc format, which is something that can&#8217;t really be ignored as in most places trying to open a &#8220;.pages&#8221; document would be an absolute nightmare, so for &#8230; <a href="http://blog.leefindlow.com/2009/01/iwork-09-pages-doc-support/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>One of the issue&#8217;s with Pages is it&#8217;s lack of support for the .doc format, which is something that can&#8217;t really be ignored as in most places trying to open a &#8220;.pages&#8221; document would be an absolute nightmare, so for now .doc is here to stay.</p>
<p>Pages work&#8217;s fine when saving a document in .doc format, but as soon as you try to save it again (e.g. a simple change to it) you get presented with the following window:</p>
<p><img class="aligncenter" src="http://static.leefindlow.com/blog/images/iWork-09/Pages/Save-As-Word-Document.thumb.jpg" alt="Save as Word Document" /></p>
<p>Which is a right pain when you&#8217;re trying to do virtually anything with a Word Document, so your options are don&#8217;t save until you&#8217;re finished and hope nothing goes wrong, keep going through the process above to save the document, or keep on reading to find a simple fix.</p>
<h3>It&#8217;s all in the .plist</h3>
<p>In common with Apple&#8217;s other recent &#8220;mishap&#8221;, there are just a couple of things you need to change in a .plist file. It&#8217;s nice &amp; simple and only takes a couple of minutes, or if you&#8217;re lazy you can download the file which I&#8217;ve posted below.</p>
<h3>For the technically minded</h3>
<h4>What you&#8217;ll need</h4>
<p>For the sake of easiness I am be going to using Property List Editor, it comes included with Apple&#8217;s developer tools, if you haven&#8217;t got this installed it is still possible to do so, simply using TextEdit, although that is significantly more complicated, and I would reccomend that you download the .plist file at the end of this entry.</p>
<p><strong>Update (11/8/09):</strong> As has been pointed out in the comments the actual plist entries which you are required to edit has changed with updated versions of iWork, please bear this in mind and look out for it when you follow this tutorial!</p>
<ol>
<li id="tech1">First off, you need to open the Pages.app package, to do this simply browse to it using finder, then right-click and click &#8220;Show Packages Contents&#8221;.<br />
<img class="aligncenter" src="http://static.leefindlow.com/blog/images/iWork-09/Pages/Show-Package-Contents.jpg" alt="Show Package Contents" /></li>
<li>Now a new Finder window will appear, this allows you to browse around the &#8230; Package Contents, although for now we&#8217;re only interested in one file, &#8220;Info.plist&#8221; (in the Contents folder). This is what appears to be Pages&#8217; main configuration file, so by editing it we can adjust the behaviour of it.</li>
<li>I would recommend that you make a backup of &#8220;Info.plist&#8221; before you do anything, just in case something bad happens, to do this simply copy it to somewhere you&#8217;ll remember (like the Desktop). Now double click on the original file (within Package Contents) to open it with Property List Editor.</li>
<li>Now we&#8217;re getting somewhere, you will see a view of the properties associated, you need to expand the &#8220;Root&#8221; by clicking the triangle/arrow to the right of it, and then expand the &#8220;CFBundleDocumentTypes&#8221; in the same way. This gives a list of numbers, and you then need to expand 8 and 9, which will let you view something similar to this:</li>
<p><img class="aligncenter" src="http://static.leefindlow.com/blog/images/iWork-09/Pages/Info.plist.thumb.jpg" alt="Property List Editor" /></p>
<li>The properties which you need to change are CFBundleTypeRole, for both instances (shown above) change them to &#8220;Editor&#8221; (without quotes), you can do this by double-clicking on where it says &#8220;Viewer&#8221;. Now you just need to save the file (File&gt;Save), close Property List Editor, and you&#8217;re good to go.</li>
<li id="tech6">Now when you open up a Word Document using Pages and try to save any pages it should all work seamlessly, although you may notice a small progress bar like this:<br />
<img class="aligncenter" src="http://static.leefindlow.com/blog/images/iWork-09/Pages/Exporting-as-Word-Document.jpg" alt="Exporting as Word Document" /><br />
Which is nothing to worry about, it just let&#8217;s you know that all is working well.</li>
</ol>
<p>Hopefully that was easy enough to accomplish, if not here&#8217;s the easy version below:</p>
<h3>For the not-so-technically minded</h3>
<p>Here&#8217;s a version of the above tutorial which accomplishes the same output but with fewer steps, just to make life easier for you <img src='http://blog.leefindlow.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<ol>
<li>Follow steps 1 and 2 <a href="#tech1">above</a>.</li>
<li>Download the updated Info.plist from here: <a href="http://static.leefindlow.com/blog/images/iWork-09/Pages/Info.plist" target="_blank">Info.plist</a>, you may need to tell your browser to download it (right-click, Save Link As).</li>
<li>Copy the new Info.plist into the Contents folder of the Package Contents window. Now just close this and re-open Pages to have the ability to <a href="#tech6">save Word Documents</a>.</li>
</ol>
<h3>Conclusion</h3>
<p>I think that it is rather odd that this support isn&#8217;t enabled by default, after all when you open a document the last thing you&#8217;ll want to do is save it somewhere else, as that&#8217;s what &#8220;Save As&#8221; is for. To me it is a completely illogical step for a user to have to take, and I can imagine there being many &#8220;.pages&#8221; documents inadvertently being passed around by unsuspecting iWork users. Although maybe this is Apple&#8217;s way of promoting the software, with the hope that people who receive these &#8220;weird&#8221; files will end up paying for software that they don&#8217;t necessarily need?</p>
<p>I hope that this post has covered everything, and that it is easy enough to understand. If you have any questions please leave a comment and I&#8217;ll try my best to help you out.</p>
<p><strong>Update (6/2/09):</strong> Inserted link to the pre-built Info.plist, which I forget to add. Oops.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.leefindlow.com/2009/01/iwork-09-pages-doc-support/feed/</wfw:commentRss>
		<slash:comments>95</slash:comments>
		</item>
		<item>
		<title>iWork &#039;09</title>
		<link>http://blog.leefindlow.com/2009/01/iwork-09/</link>
		<comments>http://blog.leefindlow.com/2009/01/iwork-09/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 23:15:03 +0000</pubDate>
		<dc:creator>Lee Findlow</dc:creator>
				<category><![CDATA[iWork]]></category>
		<category><![CDATA[iwork 09]]></category>

		<guid isPermaLink="false">http://blog.leefindlow.com/?p=160</guid>
		<description><![CDATA[One of the &#8220;exciting&#8221; new releases at MWSF this year, iWork (aptly named) &#8217;09. Seemingly a bog standard progression of the standard iWork line. Since I&#8217;m relatively new to OS X I&#8217;ve never really had chance to use it before, &#8230; <a href="http://blog.leefindlow.com/2009/01/iwork-09/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter" src="http://static.leefindlow.com/blog/images/iWork-09/iWork-09-Apps.jpg" alt="iWork '09 Apps" /></p>
<p>One of the &#8220;exciting&#8221; new releases at <span title="Macworld San Fancisco">MWSF</span> this year, iWork (aptly named) &#8217;09. Seemingly a bog standard progression of the standard iWork line. Since I&#8217;m relatively new to OS X I&#8217;ve never really had chance to use it before, so with a new release now seems the ideal time to give it a go.</p>
<p>Also, worth mentioning, is that it has had quite a lot of publicity recently regarding a certain iWork &#8217;09 plist file. But that&#8217;s a story that <a href="http://www.google.com/search?q=com.apple.iWork09.Installer.plist">Google</a> will tell you, so no need for me to repeat what has already been said.</p>
<p>I&#8217;m currently playing around with them at the moment, having no past experience mean&#8217;s they take a bit of getting used to, but so far I&#8217;m liking Keynote &amp; Numbers, but favour Microsoft Word over Pages &#8211; simply not a fan of the DTP aspects of Pages&#8217; interface. Anyone else had chance to play around? What do you think, and how do you reckon they compare to past versions?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.leefindlow.com/2009/01/iwork-09/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

