Ink "life" on the book pages and calendar?

This may be the wrong section, but i cannot find anywhere else to ask this question.And I used the "search" function with no answer.
My wife and I are considering getting a mac, and loved the IPhoto software, we REALLY liked the fact you can create books, calendars, cards, etc via Apple.
But my wife has done alot of scrap-booking and asked the question..... "What is the ink life on the pages, that are in the book, calendar, etc...? Is there any dis-coloration or fading after about 10 years or so?"
Or is it better to use high quality scrap-booking material for this?
After-all, these are precious memories that we are getting printed, and I would like to have them around for my kids when they become adults.
Thanks,
Jeremy
Soon to buy Macbook and 20" I-Mac   Mac OS X (10.4.7)  

Jeremy:
Welcome to the Apple Discussions. This is all I could find on the subject: http://docs.info.apple.com/article.html?artnum=50152.
Do you Twango?

Similar Messages

  • How do I get the book title and author to appear on all pages?

    I'm trying to create a new layout, and I can't quite figure out some of the auto-text boxes.
    I'd like the book title, and author to appear at the top of the pages.
    Also, I'd like the chapter title to be at the top of the page for the subsequent chapter pages, but not in the same size as the chapter title at the beginning of the chapter.
    I've tried copying the chapter text box in layouts, then applying it to the chapter pages.  However, when I reformat the copied box for text size and orientation, the reformat effects all instances of that text box.  Grr.
    (I know this all sounds like too much text and garbage on each page, but it's for an instructional piece that people will likely print a page or two at a time)

    Hello Andy,
    Have you looked at the Layout Section.
    If it is not visible pull down the handle and the master pages are there down the list for you to add and change.
    Just first duplicate any page that you may want to change and then add the name and author titles to that page and press "APPLY"
    I hope this helps…
    Regards,

  • How do I know if my iphone has successfully been backed up to my iTunes? I plugged it in and it said it backed up and I did a sync, but when I am looking through the summary page and I am not sure that all of my data got backed up. Please help!!

    I have never backed up my iphone to my itunes because I always used the cloud. However, a few months ago, my wifi disk in my phone burned out so the Apple Store told me to back up everything to my itunes. I am going today to get the iphone 6 so I connected my phone (iphone 4S) to my itunes and I backed up and synced. However, when I look throughout the summary page and click in different areas (Photos, Movies), I don't see any of my data -- it is still asking me to Sync from iPhoto or to sync from another location. By backing up & syncing my phone, did all of my data get saved? Or do I still need to do more steps?
    Sorry for the long winded question, I am just so nervous to get a new phone and plug it in to be restored and not have any of my pictures, videos or contacts, etc. Any help would be so so appreciated!

    Thank you again for all of your help!! I really appreciate it!
    I think I am following -- I was able to upload to my iPhoto and all photos and videos are there that is a plus! I tried to create an Event in my iPhoto and put all of my photos in that event but for some reason, now my iTunes it not recognizing that Event in my iPhoto. It is not allowing me to import just that event at the moment but I may be doing something wrong. At least all of my pics and vids are in iPhoto so that is a plus and I know they are at least saved somewhere. Just for some reason, my iTunes it not locating the event that I created with only those photos.
    Thank you for letting me know about my contacts! How do I know if I have the contacts app?
    Also, I had no clue that my iCloud could be backed up via cellular data! However, is this a new feature with the most updated iOS?? Unforutnatly I am like 2 iOS updates behind because I don't have enough storage on my phone. I still get the notification that my phone needs to be plugged in and connected to wifi in order to back up to the cloud :-(
    How can I sync using USB? Right now when i click on the info tab for my iPhone in my iTunes this is the answer that I get -- I am a little unclear as to what it means.
    Sync Contacts:
    Your contacts are being synced with you iPhone over the air from iCloud. Over-the-air sync settings can be changed on you iPhone
    Sync Calendars:
    Your calendars are being synced with you iPhone over the air from iCloud. Over-the-air sync settings can be changed on you iPhone

  • HT1692 Have recently installed itunes and outlook on a new computer.  Have multiple email accounts set up in Outlook tho only use contacts and calendar in relation to one of these. Cannot sync itunes with the correct contacts and calendars, Help!

    My new computer is 64-bit running Windows 7 pro, SP1 and Microsoft Office 2010 Pro Plus 32-bit
    My phone is a 4S runing iOS 6.1.3
    Very frustrated now that I have recently installed itunes and outlook on this new computer.  Everything worked perfectly ok on my laptop which was also 64-bit Windows 7 and running 32-bit Microsoft Office 2010 Pro.  I have multiple email accounts set up in Outlook tho only use contacts and calendar in relation to one of these. Cannot sync itunes with the correct contacts and calendars, when I sync the calendar and contacts are empty.  Not sure if there is any way to point itunes to particular address books and calendars.
    I have installed and uninstalled itunes 3 times and thank goodness have a backup
    Can anyone help please?
    thanks in anticipation

    I had my home computer set up to sync to work's Exchange server. It worked well, but I didn't like seeing work email messages and other programs trying to sync with my default Outlook folder, which was then the Exchange (& work related) .ost file. I know there are various ways to manage those problems using filters, view, subfolders, etc., but it was a hassle for me. I think it could work well for many other folks.
    For now, I have published my work calendar and subscribed to that calendar on my home computer. So I have view only access to my calendar on my home computer (and I can add/edit calendar items on my iPad (or Outlook Web Access) when away from work). This is not quite what I wanted, but it may work.
    It almost makes me long for the days when I used my Windows Mobile Treo to sync back and forth between exchange at work and outlook at home (but had many sync conflicts as a result).

  • TS2516 an error occurred uploading my iPhoto Book order. It puts the book together and starts to send but at the very last moment comes up with an error message. but checking the book in iPhoto there are no problems to be found.

    an error occurred uploading my iPhoto Book order. It puts the book together and starts to send but at the very last moment comes up with an error message. but checking the book in iPhoto there are no problems to be found.

    This user talked to Apple Support personnel and confirms what Larry is suggesting:
    crowland1066
    Re: book upload fails
    Nov 30, 2013 3:02 PM (in response to pablo123)
    Just got off the phone with apple support.  If the photo book completes the assembly process but fails during the upload process the problem is in their overloaded servers.They just started a free shipping promotion for the holidays which has increased the traffic dramatically. I bought a calendar a week ago and it went right through. I'm going to try again during less peak times.
    Happy Holidays

  • Print scaleType:showAll, generates 2 pages, the correct page and one blank page

    Hello,
    So I have a the following function:
    private function printJobCreator():void{
    var printJob:FlexPrintJob=new FlexPrintJob();
    printJob.start();
    printJob.addObject(printableInvoice, "showAll");
    printJob.send(); 
    invoiceIndex++;
    printAll();
    It seems to kind of work. However when it prints, it creates one page that is the right page, and one page that is blank. This isn't going to work for me because I have to run batches of many pages, so having every other page as a blank page isn't an option.
    Additionally, my goal was to print multiple pages in one printJob for batch reports. This unfortunately doesn't seem like it is going to work. I was able to make a component that essentially would repeat container.addChild(printableInvoice) for each index in an object, each printableInvoice containing some dynamic concept, however I can't for the life of me get it to print like this.
    So the current solution is annoying because for each invoice you have to go through the print dialogue again. Any Ideas? I realized I could do multiple printJob.addObject() calls, but this doesn't work for me because of the blank page issue.... So I either need to solve the blank page issue or generate a UI object that has multiple printableInvoices in it and print that UI object.
    Any help?
    Joel

    This is the flow, I don't see how it could be adding twice. The important stuff happens when the printAll(); function is run.
    <fx:Script>
    <![CDATA[
    import mx.controls.Alert;
    import mx.events.FlexEvent;
    import mx.printing.FlexPrintJob;
    import mx.rpc.events.ResultEvent;
    public var Orders:Object = new Object();
    public var printOrders:Array = new Array();
    public var postOrder:String="";
    public var invoiceIndex:int=0;
    private function init():void{
    getDataResult.token = orders.getData();
    getDataResult.addEventListener(ResultEvent.RESULT, Orders_resultHandler);
    private function Orders_resultHandler(event:ResultEvent):void{
    Orders = getDataResult.lastResult;
    for(var i:int=0; i <= Orders.length-1; i++){
    if(Orders[i].print == 0){
    printOrders.push(Orders[i]);
    postOrder=printOrders[0].orderid;
    for(var t:int=1; t <= printOrders.length-1; t++){
    postOrder = postOrder + ","+printOrders[t].orderid;
    private function orderToShipSorter():void{
    private function printAll():void{
    if(invoiceIndex <= printOrders.length-1){
    printableInvoice.generateInvoice(printOrders[invoiceIndex]);
    private function printOrderResult(event:ResultEvent):void{
    private function checkLogin(event:ResultEvent):void{
    private function printJobCreator():void{
    var printJob:FlexPrintJob=new FlexPrintJob();
    printJob.start();
    printJob.addObject(printableInvoice, "showAll");
    printJob.send(); 
    invoiceIndex++;
    printAll();
    protected function printableInvoice_batchGeneratedHandler(event:Event):void
    printJobCreator();
    ]]>
    </fx:Script>

  • I am trying to save a document with the new pages and it will only save as a zip file any ideas on how to change this?

    I am trying to save a document with the new Pages and it is only saving as a ZIP file anyone know how to fix this or choose a different file type?

    Take a look at the FileSelector
    First make sure the FileSelector is expanded so you can see the directory and sidebar. That's what the little disclosure triangle up by the filename is for. Once the FS has been expanded to look like the above picture, look to see what subdirectory has been selected. Use the SideBar to select an appropriate one.

  • I had to change my Apple ID and password in itunes. Now my icloud doesn't work and I can't update my apps on my iPhone. I have looked at suggestions on the community pages and apple suggestions but none of them are relevant to iOS 8.1.2  icloud just

    I had to change my Apple ID and password in itunes. Now my icloud doesn't work and I can't update my apps on my iPhone. I have looked at suggestions on the community pages and apple suggestions but none of them are relevant to iOS 8.1.2
    icloud just keeps bringing up my old email address & asking for my old password which doesn't exist anymore and when I try to sign out of icloud it wants my old password, when I tried to change my primary email back to the old one it wants me to verify it through an email address that doesn't exist. Please can you help me sort out this nightmare.

    Hi skippy2012trev,
    Welcome to the Apple Support Communities!
    I understand that you updated your Apple Id and password but now you are being prompted for the old information in iCloud. You are on the right track by changing the Apple ID back to the previous email address temporarily so that you can sign out. You should not need to verify the email address. After you edit the Apple ID back to the old email address and then sign out of iCloud on your iPhone, edit the Apple ID back to the address you would currently like to use. There is no need to change the password again, only the email address, unless you prefer to update the password again.
    If you're asked for the password to your previous Apple ID when signing out of iCloud - Apple Support
    Change your Apple ID temporarily
    If signing out and back in to iMessage or FaceTime didn't help, try these steps:
    Change your Apple ID to the Apple ID you used previously. You shouldn't need to verify the email address.
    Tap Settings > iCloud. Complete these steps only if the Find My [Device] setting is turned on:
    Scroll down and tap Sign Out, then tap Sign Out to confirm. If you're using iOS 7 or earlier, tap Delete Account, then tap Delete to confirm.
    Tap Keep on My [Device] or Delete from My [Device]. In either case, your data remains in iCloud and will be updated on your device when you sign in to iCloud again.
    Enter the password for your previous Apple ID.
    Change your Apple ID to the new email address that you want to use. You'll need to verify the email address.
    Return to Settings > iCloud and sign in with your new Apple ID.
    Cheers,
    Joe

  • How do I open a new FireFox browser window to the home page and url filled?

    win 7 64-bit, firefox 5 open new window no url. When I have firefox open and open a new browser window, the new window does not open on the home page and no url is present in the address field. If I click on the favicon in the address field, the url of the current page will automatically fill in. The forward and backward arrow buttons remain disabled. In addition, links opened in a new window cause a new browser window to open, but the linked to website is not displayed in the new windows. What is displayed is a new window completely blank with no url in the address bar. I tried to include troubleshooting information by clicking on the copy to clipboard, but apparently the character count was exceeded.

    I disabled all plug-ins and extensions. the problem has been resolved. Now I will enable each one individually to find out which one was the offender.

  • I used to open many tabs in the same page and i move from one to other by mouse but since3 two days the tabs open in the same page normaly but i can't move from one to other when i clik with mouse on any tab it don't open/ do u have any solve for this?

    i used to open many tabs in the same page and i move from one to other by mouse but since3 two days the tabs open in the same page normaly but i can't move from one to other when i clik with mouse on any tab it don't open/ do u have any solve for this

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do not click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • How do i stop two windows from openning when i clicon an email link, the home page and the link both open. i just want the link to open

    how do i stop two windows from openning when i click on an email link, the home page and the link both open. i just want the link to open

    That is a bug, so you need to wait until this get fixed.
    See https://bugzilla.mozilla.org/show_bug.cgi?id=531552 - Firefox 3.6b opens two windows when opening external links
    (please do not comment in bug reports)

  • How do I move an icon from the second page of my home screen to the first page  and vice versa?

    How do I move an icon from the second page of my home screen to the first page and vice versa?

    Hold an icon down until they all wiggle.
    Drag it wherever you want it.

  • Hello everyone. I have my itunes account for some years, and i've purchased far too many apps and music. Now the company i work for, has to change my account in the iphone, in order to use the corporate mails and calendar. How can i keep my applications?

    Hello everyone. I have my itunes account for some years, and i've purchased far too many apps and music. Now the company i work for, has to change my account in the iphone, in order to use the corporate mails and calendar. How can i keep my applications and music?

    Read here:
    http://support.apple.com/kb/ht5621
    Changing your Apple ID to your current, working email address will not create another Apple ID, it will only change it to your working email address.

  • I just got the new itunes and I can open itunes and see my music but whenI try and go to the itunes store it just loads to a white page. I try and refresh and go to the home page and nothing happens. I can sign into my account and the tabs for the itunes

    I just got the new itunes and I can open itunes and see my music but whenI try and go to the itunes store it just loads to a white page. I try and refresh and go to the home page and nothing happens. I can sign into my account and the tabs for the itunes store pop up like they normally would when browsing the itunes store but when I click on one of them, it is a blank page. Is there a setting I need to change? Does it just take an extremely long time to load? Please help!!

    Bucktr09:
    I'm having the exact same problem.  I upgraded to the newest version of iTunes on my iMac and ever since I did the store is a blank white screen.  I can get my library content but the store is a no go.  Is there any one out there with a solution?

  • How do I make a table of contents for a collection of six short stories that is after the legal page and NOT in the front on an unnumbered page?

    How do I make a table of contents for a collection of six short stories that is after the legal page and NOT in the front on an unnumbered page?
    When I first started I made a title page and then pasted in my first story from a .TXT file. After cleaning up I went back to the front a couple of empty lines ahead of the story and typed in the story title.  Unlarged the font size and centered it, then

    You can't do that. This is what the Pages User Guide, downloadable from your Pages Help menu, says:
    Creating and Updating a Table of Contents
    Each table of contents (TOC) you create using a Word Processing template lists only the content that follows it, up until the next table of contents. If you want a master table of contents for the entire document, it must be the only table of contents, and it must be at the beginning of the document.
    You can do it manually though.

Maybe you are looking for

  • Page break issue with subform AddInstance

    I would like the table on page 4 of this form --- http://www.tahc.state.tx.us/10-09_TrichomoniasisEpiInvestigation.pdf --- to be allowed to break across a page if necessary. I want the button on that page to add another instance of the table at the t

  • How do I get a dialog box to reappear?

    I'm trying to write an application where 1. There is an opening frame. The user can click a 'start' button which opens the first of a series of dialog boxes. 2 Each of these dialog boxes has a user input field and buttons 'next' 'back' and 'cancel' ,

  • How to create a documentation for Badi?

    Hi All, how to create a documentation for Badi? This step is requested in the OSS note, but not explained how to perform it... Thanks and regards, Alex.

  • Many Quicktime-Videos in one Session

    Hi, how can I import several QT-videos in one logicsession. Or can I only integrate one video per session? Thanks! Adrian

  • CSA_ORDER_4000* - Queue generation

    Dear Friends,   I would like to know about the queue generation happening from CRM to R/3   Say if i create a order in CRM enterprise automatically system finds the Bdoc type BUS_TRANS_MSG   based on the adapter maintaiend in R3ac1 and generates the