Tagged: Document

Saving and printing pdf files in Safari isn’t working

Animal Kingdom Safari Tree
Image by Etrusia UK via Flickr

Apple – Support – Discussions – Saving and printing pdf files in Safari ….  The poster did all the right fixes and three days later it started to work.  Strange.  I would only suggest to clear the Safari cache or throw away the preference file for Safari.

 

Share

Trying to open .xlsx, .docx, or .pptx file in Office for Mac 2004:

Trying to open .xlsx, .docx, or .pptx file in Office for Mac 2004:.  If you click on the link above you will learn that you have to download and install the Open XML File Format Converter.  Nice that you have some forward compatibility.  MS changes its download links or I would have included it in this article.

http://support.microsoft.com/Library/Images/2439547.JPG

Share

Two ways to convert .pages to word.

Method 1:  Thanks Jacko30!

If you rename the pages file to zip and open it, the is a pdf in there. in the quicklook folder.

via convert pages to word – MacTalk Forums.

Method 2:

http://forums.macnn.com/82/applications/381956/group-convert-pages-docs-ms-word/#post3766150

Code:
on open theDocuments repeat with aDocument in theDocuments tell application "Pages" open aDocument set thePath to the path of the front document set theWordPath to thePath & ".doc" save the front document as {"doc", "SLDocumentTypeMSWord"} in theWordPath close the front document saving no end tell end repeat end open

 

Share