Opening Pages document

When I double click a Pages document to open it, Pages opens this document and the previous document I used.  Can I stop this from happening?

In OS X 10.7.n (Lion), you need to deselect a System Preference to stop the behavior you experience:
System Preferences > General, and uncheck, Restore windows when quitting.

Similar Messages

  • Pages 2.0.2 doesn't open Pages documents from ipad

    Pages 2.0.2 doesn't open Pages documents from ipad 2. Document succesfully transferred as Pages document to computer, but Pages 2.0,2 wouldn;t open it. Version too old?

    Pages 2 is iWork '06, two versions behind what the iOS Pages creates. You need to use Pages '09 which you can purchase from the Mac App Store as a stand-alone application or a retail box of the iWork '09 suite.

  • Open Pages documents from an older version

    I need to open Pages documents from an older version of Pages that I saved to an external drive from a computer that I no longer have access to.  My current operating system is 10.7.5 and I can't upgrade it right now.  I see that Pages 5.0 requires 10.10 or higher and I can't find older versions to download and from what I've read, it doesn't sound like I'd be able to open the old documents with the new version anyway.  I really need these documents. What can I do?

    I found it helpful to convert all my old Pages '08 files to .doc files.  They can be opened by the new version of Pages.
    Since the new version of Pages is no longer back compatible, and so not good for anything you want to keep for a long time, you might consider using an open source word processing application like Libra Office.  That's what I had to do.  After seven years of being a happy Pages user - archiving thousands of files in Pages -Apple has abandoned us.  I no longer think it is wise to use the new Pages and then five years down the road (or sooner) not to be able to open them in a newer version.
    If you would like a quick way to convert your Pages '08 files to .doc, let me know.

  • Cannot open Pages documents that I've worked on.  I open a new document, work on it, then save and close it.  When I try to open the document again, I get the following message: The document "[name]" could not be opened. The file isn't in the correct form

    I cannot open Pages documents that I have worked on and saved.  When I try to reopen Pages documents that I've saved, I get the following
    message:
    "The document “[name of document]” could not be opened. The file isn’t in the correct format.
    The file might be corrupted, truncated, or in an unexpected format."
    I have downloaded the latest update to iWork, but that doesn't help.
    I use Mac OSX 10.6.7
    I am using Pages '09 version 4.0.5 (852)
    If anyone can help, I would greatly appreciate it.
    Best regards,
    New York Mac User

    A few general trouble shooting tips that may apply here:
    1. If you used Software Update to do the OS update(s) to reach 10.6.7, go to http://support.apple.com/downloads/ and download and apply the Mac OS v10.6.7 Combo Updater. The Combo Updater contains some fixes that were not included in the incremental updaters used by Software Update.
    1a. Check that you have the current version of Pages (and of the other iWork applications) installed. All three applications' current version numbers end in .0.5
    2. A common cause of malfunctioning applications is a corrupted preferences file (.plist file). Your Pages '09's plist is at yourname > Library > Preferences > com.apple.iWork.pages.plist
    Quit Pages, locate the file and Drag it to the Desktop (or to the Trash).
    Restart Pages and attempt to open one of the files.
    If all is well, Trash the plist file and empty the Trash.
    If there's no change, AND you've made changes to the Preferences that you wish to keep, drag the file back to its previous location, replacing any new one that has been created.
    Regards,
    Barry

  • Pages will no longer let me open files that I have previously downloaded, worked on and then saved on my mac. However it will let me open pages documents that I have started from new. I need the other documents to open and can't figure it out. PLEASE

    Pages will no longer let me open files that I have previously downloaded, worked on and then saved on my mac. However it will let me open pages documents that I have started from new. I need the other documents to open and can't figure it out. PLEASE

    I just got my mac a month ago so go easy on me but I was just working with the pages that was already on it, and then today I know it updated, and now I am unable to open a lot of my documents!:(  Idk what you mean by the icloud version lol sorry! As for the version, when I open pages from my apps and click 'about' it says version 5.1? And when I open the document it just goes grey and kind of blinks and doesnt open? No error message or any indication of why it will not open now when I for sure have opened it in the past! Andddd for the OS X I think it is 10.9.1 ??

  • Emailing an opened pages document instead of an attachment

    Having trouble sending an opened Pages document on my custom letterhead as anything but a PDF (which compromises the logo graphics) or an attachment. Can an opened Pages document (have to convert to Word for my recipients) be sent by email without cutting and pasting?

    No, you have to use attachment of a pdf or word file or do the copy and paste.

  • How to open pages documents with windows vista

    Does anyone know how to open pages document with windows vista? i saved it onto a usb stick but when i tried to open it on the computers in my university which support windows vista, it didnt reconise the file and opened with a page of question marks!!!! Im panicking now!!!!!
    Id appreciate any help!!! thanks!!!!!

    beckstarr wrote:
    Does anyone know how to open pages document with windows vista? i saved it onto a usb stick but when i tried to open it on the computers in my university which support windows vista, it didnt reconise the file and opened with a page of question marks!!!! Im panicking now!!!!!
    You cannot open it on Windows Vista. The only application in the world that opens a Pages document is Pages, and it is Mac OS X only.
    Your options:
    1. Find a Mac with Pages installed, and save the document as doc or pdf, which you can open on Vista.
    or, if that is impossible,
    2. Open the files in a texteditor like Notepad.exe on Windows and try to piece text fragments together to get at least part of your original text back. The images should also be available somewhere, even though all formatting is gone.

  • Is there an issue opening Pages documents between iMac and iPad"

    got the most recent version of operating systems and pages on both iMac and iPad; thought I should be able to open Pages document on both computer and device.  am I wrong?

    Make sure you are trying to open these documents in Pages 5. If you're using a Dock icon you had before updating, be aware that the Dock icons are not updated & will continue to launch the previous version which is still in your Applications folder in a folder named iWork 09.

  • AppleScript to run on ALL opened Pages document instead of Active one.

    Hello,
    I have many AppleScript i'm running on the active Pages document... but If I would like to run the Script on ALL opened Pages document?
    What would be the line to add/modified at the top?
    Thanks in advance...
    Example of a script running on the active Pages document.
    set theTargetWords to {"www.network"}
    tell application "Pages" to activate
    tell application "System Events" to tell process "Pages"
      -- Open the "Find & Replace" window:
      keystroke "f" using command down
         repeat until exists window "Find & Replace"
         end repeat
         tell tab group 1 of window "Find & Replace"
      -- Adjust the settings:
      click radio button 2 -- Advanced
              if value of checkbox 2 is 1 then click checkbox 2 -- Don't match case
              if value of checkbox 3 is 1 then click checkbox 3 -- Whole words
              if value of checkbox 1 is 0 then click checkbox 1 -- Search previous text (loop)
      click pop up button 1 -- find in
      click menu item 1 of menu 1 of pop up button 1 -- Entire document
      click pop up button 2 -- replace style
      click menu item 1 of menu 1 of pop up button 2 -- Any
      -- Delete every target word:
              set value of text area 1 of scroll area 2 to ""
              repeat with thisWord in theTargetWords
                   set value of text area 1 of scroll area 1 to thisWord -- the target word
                   click button "Replace All"
              end repeat
         end tell
    end tell

    I have many AppleScript i'm running on the active Pages document... but If I would like to run the Script on ALL opened Pages document?
    What would be the line to add/modified at the top?
    Try this:
    tell application "Pages"
        activate
        tell application "System Events" to set theOpenWindows to windows of process "Pages" whose subrole is "AXStandardWindow"
        repeat with thisWindow in theOpenWindows
            tell application "System Events" to tell thisWindow to perform action "AXRaise"
            tell front document
                -- ENTER YOUR CODE HERE
            end tell
        end repeat
    end tell

  • Cannot open Pages document in Mavericks

    Someone has sent mew a Pages document. When I try and open it I get an error message saying:
    You need newer versions of OS X and Pages to open this document.
    Install the latest version of OS X, then download the latest version of Pages from the Mac App Store.
    Is there a converter anywhere I can use? I'm not going to upgrade my entire OS just to open one document. To be frank I can't believe Apple are even suggesting it. Unfortunately asking the sender to re-save it as another format isn't an acceptable option.
    I'm on 10.9.5, and Pages 5.2.2.

    I suspect that the priority is on cross-platform compatibility and use of iCloud Drive. I understand this is a critical part of the OS/X-iOS business strategy and I don't begrudge the effort, but I think this has undermined the focus on important features.
    No ability to do endnotes? That should be easier to implement than footnotes. Advanced search for invisible characters (line breaks in particular) was a feature of great value and shouldn't be hard to implement within the current find&replace system. A lot of effort is going into Pages 5 as a common tool for three environments, but little seems to be going into rebuilding its feature set. And retaining the presentation of facing pages imported from 4.3 but not being able to change the settings is just frustrating.

  • Cannot open Pages document on iMac created on iPad

    I createdc a document using Pages 09 on my iPad 3 in December 2012 and saved it to iCloud. Since then I've got an Imac and installed Pages 09 on that computer. Now, when I try to open that document, created on my iPad, on the iMac it won't open, nor will it open on the iPad anymore. I get an error message saying '...couldn't open this document...'. Can anyone tell me where I'm going wrong and how to rectify this please? I've got the latest iOS on the iPad and running fully updated Mountain Lion on the iMac. Thanks very much for any help.

    The document is probably corrupt. I wouldn't trust that the uploading to iCloud always is complete. I would always have a copy on the iPad or the Mac. You never know when connection is slow or going down and if you are uploading at that time you are bound to get problems.

  • Cannot open Pages Document

    I cannot open an Pages document that a friend created on his Mac.  Somehow it got corrupted.  He made the document from a template I made for him.  I called Applecare and they couldn't help me.  We were able to open any other Pages documents I tried to open on my Mac; but not that one. Any suggestions?  Does anybody know about any programs that can be used to repair .pages documents?
    Thanks.

    Hi.
    Thanks for responding to me.  I'm using Pages 5.2 (1860) and my friend was using the same version.  He told me that somehow the program changed the file name too.  I even tried changing the suffix in the file name from ".pages" to ".docx" and saw the jpeg images of the file. I could see on these jpegs that the document does exist.  Can you suggest any way I can repair the document?  Thanks again.

  • Problem open "pages" documents from icloud

    Hi,
    I have pages for MAC and IPAD.  Quite often I cannot open or save documents located on icloud drive. The same document can be opened if I transfer it to local disk or if I look to it using "preview" but when I try to point to the orginal idrive location I get the message "document cannot be opened" or "document cannot be saved" This is odd enough as in icloud settings have pages enabled. The all idea is making my documents on MAC and being able to read them using IPAD or MAC at my own convenience.
    Any clue?
    Thanks,

    I found it helpful to convert all my old Pages '08 files to .doc files.  They can be opened by the new version of Pages.
    Since the new version of Pages is no longer back compatible, and so not good for anything you want to keep for a long time, you might consider using an open source word processing application like Libra Office.  That's what I had to do.  After seven years of being a happy Pages user - archiving thousands of files in Pages -Apple has abandoned us.  I no longer think it is wise to use the new Pages and then five years down the road (or sooner) not to be able to open them in a newer version.
    If you would like a quick way to convert your Pages '08 files to .doc, let me know.

  • I have pages version 2.1 for the i pad. When I try to open pages documents on my mac it says You need a newer version of Pages to open this document. I have updated to the very latest Pages for mac version 4.3. Cant figure it out.

    I have Pages version 2.1 for the i-pad. I have Pages on my Macbook, version 4.3. When I try to ipen a doc on my Mac it says I need a newer version to open this doc. There is no newer version. I need these docs in a bad way and cant get to them on the Mac. Any ideas?

    IOS Pages 2.0 and 2.1 implement an entirely incompatible document format with Pages ’09 v4.3. It cannot open them, and you are then prompted to update to Pages v5+ which is compatible with your IOS Pages.
    Unfortunately, updating to Pages v5+ is a bad thing, as it is a brand new application that has omitted over 90+ features from Pages ’09 v4.3. When you update to Pages v5+, it will move your old still functional version of the earlier Pages into /Applications/iWork. Aside from all the missing functionality, Pages v5+ will likely damage older documents that depend on specific Pages ’09 v4.3 features (including AppleScript and custom Templates).
    Oh, by the way, the older and new Pages documents have the same filename extension (.pages) making document organization difficult without applying different tag colors to old and new documents.
    We are recommending that users remain on their earlier Pages version. You may have to export documents from IOS Pages as Word .docx to avoid the OS X Pages update notice.

  • Pages does not Open .Pages Documents

    Hello,
    When I attempt to open any of my .pages documents, Text Edit opens instead. I have attempted to correct this by right clicking on the document and changing 'Open With' from 'Text Edit' to 'Pages (default)' and then choosing the 'Change All' option, but it flickers and 'Text Edit' returns to the list.
    Does anybody know of why this is occuring?

    It seems that something is corrupted in the LaunchServices database.
    Use a maintenance tool like Onyx (free) to rebuild clean database.
    Yvan KOENIG (from FRANCE samedi 1 août 2009 11:13:14)

  • Can't open pages documents I created 3 days ago with Pages 5.2

    get the message:
    You need a newer version of Pages to open this document.
    - I've just updated to the newest Pages and now I can't open documents I created 3 days ago in Pages. Please help.

    You have 2 versions of Pages on your Mac.
    Pages 5.2 is in your Applications folder.
    Pages '09/'08 is in your Applications/iWork folder.
    You are alternately opening the wrong versions.
    Pages '09/'08 can not open Pages 5 files and you will get the warning that you need a newer version.
    Previous Pages 5 versions can not open Pages 5.2 files and you will get the warning that you need a newer version.
    Pages 5 can open Pages '09 files but may damage/alter them. It can not open Pages '08 files at all.
    Once opened and saved in Pages 5 the Pages '09 files can not be opened in Pages '09.
    Once opened and saved in Pages 5.2 files can not be opened in previous Pages 5 versions.
    Anything that is saved to iCloud is also converted to Pages 5 files.
    All Pages files no matter what version and incompatibility have the same extension .pages.
    Pages 5 files are now only compatible with themselves on a very restricted set of hardware, software and Operating Systems and will not transfer correctly on any other server software than iCloud.
    Apple has removed over 95 features from Pages 5 and added many bugs:
    http://www.freeforum101.com/iworktipsntrick/viewforum.php?f=22&sid=3527487677f0c 6fa05b6297cd00f8eb9&mforum=iworktipsntrick
    Archive/trash Pages 5, after exporting all Pages 5 files to Pages '09 or Word .docx, and rate/review it in the App Store, then get back to work.
    Peter

Maybe you are looking for

  • Workflow sd letterbox to 16:9 hd through iohd?

    Hi.  Let me preface this with saying I've waited three years to be able to do the following workflow to get a hardware upres of my feature film affordably as using a teranex etc. was out of reach for me and I didn't want to throw my money away on edi

  • Media Explorer doesn't let me add album

    I know how to do it and everything. Just change the view to "album" and drag and drop a .jpg on it. I try it, however, and nothing happens. I get the "plus" sign when I drag the picture onto the symbol of a record and a note. But when I let go, the "

  • HT4859 how do i get my storage out of icloud and back into my ipad

    how do I get my  ibrary games & photo's out of Icloud on my Ipad back into my restored Ipad

  • Cannot browse other time machine backups

    I cannot browse other time machine backups on my time capsule. I hold down the option key and select "browse other time machine backups in the menu bar icon and I see no backups. Then I mount the time machine backup disk and I only see the the backup

  • MS docs having problems indexing

    Hi there, I try to check out a MS Office file and this is what I get: Account: prj/PRJ000001 Checked Out By:      Status: GenWWW Formats: application/vnd.ms-excel Now it doesn't index, i try reindexing nothing... i search for GenWWW and some people b