How do I reduce the number of pages in an iPhoto book from 100 to 50

How do I reduce the number of pages in an iPhoto book from 100 to 50.  I have selected 153 photos to be put in the book and iPhoto automatically designated the book to be 100 pages in length.

If the auto place put photos on all 100 pages you'll need to reset the layout on the first 50 pages so all photos will fit in just those 50 pages.  Then add the photos to the first 50 pages and delete the last 50 according to the link Larry provided.
OT

Similar Messages

  • How do you reduce the number of pages designated for a Photo Book? I have iPhoto 11 and OS X Lion.

    I have been putting together a photo book.  The program is not as intuitive as I had hoped and I have spent hours trying to fit my photos into the spaces they provide, but I am sticking to it.  My problem is that I have been told by the program I have 54 pages but I don't need that many pages to get the pictures I want included.  How do I delete some of the pages?  Thank you for any hlep.
    SCSilverfox

    Thank you LarryHN.  So easy---  Just impossible when you don't know what buttons to push. 
    May I ask another question?  Is it possible to add pictures to the cache of pictures to be added to the photo book without deleting the book and starting over?  I have an album of pictures that I put together (60 years of pictures) and I am using that album as the selection of pictures to put in the book.  I am having so much trouble fitting in the pictures I have selected in the spaces and sizes that pop up as available to me and there are so many more pictures I have that I now wish I had added to my album choices.  I tried adding pictures to the source album but they don't seem to show up when I select pictures for the book.

  • How do I reduce the number of emails showing on my iPhone?

    How do I reduce the number of emails on my iPhone 5, without deleting the account? It's a POP account.

    You read unread messages to reduce the notifcation number.
    You delete messages to reduce the number showing as available.

  • How do I reduce the number of pixels in my photos?

    How do I reduce the number of pixels in my photos?

    Export them at a smaller size:
    File -> Export - not the options at 'Size'
    Regards
    TD

  • HT4489 How do I reduce the number of calendar items on iCloud (having exceeded my 25000 entry limit and synch has now stopped), without loosing recurring items or future appointments. I.E. can I remove items by calendar year, say 2010 and 2011?

    I have been advised by apple that I have exceeded the 25000 entry limit on my iCloud calendar. Now, every time I try to make an entry in my iCal (iCloud) calendar, I get a warning with error warning "507". In essence I cannot add entries to my iCloud calendar on iCal, and synch with my iPad and iPhone has stopped. How do I reduce the number of calendar items on my iCloud calendar without loosing recurring items or future appointments. I.E. can I remove items by calendar year, say 2010 and 2011?

    I have been advised by apple that I have exceeded the 25000 entry limit on my iCloud calendar. Now, every time I try to make an entry in my iCal (iCloud) calendar, I get a warning with error warning "507". In essence I cannot add entries to my iCloud calendar on iCal, and synch with my iPad and iPhone has stopped. How do I reduce the number of calendar items on my iCloud calendar without loosing recurring items or future appointments. I.E. can I remove items by calendar year, say 2010 and 2011?

  • How can i reduce the number of calls archived in recents

    How can i reduce the number of calls archived in recents

    You can't change that.  It's a function of the OS and cannot be altered.

  • How do I reduce the number of emails to show on my iPhone with the new update?

    How do I reduce the number of email messages that populate on my iPhone with the new operating system?

    You read unread messages to reduce the notifcation number.
    You delete messages to reduce the number showing as available.

  • How do I reduce the number of rings on the iPhone from 5 to 2?

    How do I reduce the number of rings on the iPhone from 5 to 2 rings?
    With thanks in advance -

    Contact your carrier, as the number of rings before voicemail is controlled by them. Some carriers have a way to adjust this using GSM codes. You can look on your carrier's site for instructions.

  • How does one reduce the size of a photo on iphoto?  I want to post images on my website, but they exceed the limit.

    How does one reduce the size of a photo on iphoto.  I want to post images to my website but they exceed the limits. 

    Select the photo(s) and export (file menu ==> export) them. You can change the size there setting a maximum pixel dimension and/or reducing quality
    LN

  • How do I reduce the number of audio channels in the source or export settings?

    I'. trying to export my finished edit through the "movie" setting but keep getting the message that the number of audio channels to create in the exported file must be equal to, or less than the number of channels in the source. Reduce the number of audio channels in the source. Reduce the number of audio channels in the export settings. I am at a loss as to what this means and how I proceed with it prior to putting it to DVD. Please advise.
    JWooley

    What is your source, sequence settings and export setting. Which version of PP?
    Prefebly a screendump of the export settings box.
    (e.g. trying to export a mono track to 5.1)

  • How do I increase the number of pages viewed in history?

    how do i increase the number of websites in history?

    What is the current value of the the read-only pref places.history.expiration.transient_max_pages on the about:config page?
    *http://kb.mozillazine.org/about:config
    See Marco Bonardo's blog:
    * http://blog.bonardo.net/2010/01/20/places-got-async-expiration

  • How do I modify the "Number of Pages" setting for an existing Master Page via javascript?

    I'm learning javascripting for InDesign and I have been tinkering with the stock scripts in the tutorials. I'm developing the ability set properties and such, playing with how Javascript works, and I wanted to change the number of pages in a master page as part of an exercise. Does anyone know how to do this? I have been able to add new masters, controlling the number of pages in them with this:
    myDocument.masterSpreads.add( {pagesPerSpread:2,} )
    but what I really want is to modify the master that InDesign automatically generates with a new document, to have 2 pages. Granted, I can just start off with a document with facing pages, but I don't really see the fun in that...

    Jump_Over wrote:
    Hi,
    check this:
    var mSpread = app.activeDocument.masterSpreads[0],
    count = mSpread.pages.length,
    mSet = 2,
    run = mSet - count;
    // to avoid 0-page error
    mSet = Math.max(mSet,1);
    if (run > 0) {
              while (run --)
              mSpread.pages.add();
    else while (run) {
              mSpread.pages[-1].remove();
              run ++
    edit the variable mSet to modify pages length
    Jarek
    Message was edited by: Jump_Over I added Math.max filter to avoid errors
    Thanks, this is exactly what I wanted. Well, almost. I wish there were a way to simply set the number of pages in a master spread to a specific number the same way there is in the interface, but this will work just as well.

  • How can I reduce the number of event cases in the main VI?

    I would like to reduce the number of event case of the event structure in my main VI. E.g. I would like to have pop up window with a table when the user double click a table row. Nothing more simple than this: add a case to the event structure trigger by double clicking the table, read the table row ... But in my main VI I would have lots of them and the event structure gets crowded with minor tasks. One solution is using XControls. But is there any other recomended way to handle selected events separatly from the event structure in the main VI?
    to clarify: I don't want to distribute the whole event structure. (In this case the code would not be maintainable) But I would like to handle certain context specific events in a differnt place. If I have them all in the main VI the drop down list of the events in the event structure exceeds the windows size and the program becomes difficult to maintain because one looses the overview.

    "Strictly forbidden" is not true. But highly not recommended. The reason is simple:
    1. Code can react unpredictable. Dennis already stated some things about that in your linked thread. 
    2. Code is not readable and therefore not maintainable. Each event source should have only one event structure for its events. Since the UI is a single source, events from there should be captured in a single event structure. It is recommended to use this event structure as producer in a producer/consumer design pattern in order not to block the events.
    3. You will most propably need timeouts in your event structure which completly negates the advantage of event driven programming. Either use event driven programming or stay at polling. Do not mix (most of all because of maintenance).
    Regarding your "advantages" you listed:
    - Clustering  reduces readability in therefore should never be done. Additionally, it requires timeout cases in most places which is not recommended.
    - If you have such many events and interactions in your "sequence", it is a clear indication that you chose the wrong architecture for your application.
    Please see attached example. Since i am not used to program with more than one event structure (except if i have different dedicated event sources), the example is "constructed" and therefore may lack of "realism". Nevertheless, it shows some issues which might occur:
    - Blocking calls within the events lead to the fact that the UI is not responsive for the event time (FuncA). Nevertheless, interaction is still enqueued and if the blocking call is over, all those interaction are executed. In the example, please press FuncA and then press FuncC immediatly. You will see that nothing happens and after the 5s blocking call, the FuncC dialog appears. You also can switch tabs, but the visual display will update only after the 5s blocking call.
    - In order to keep the UI responsive, FuncB is configured not to block the UI. But this is no solution: Press FuncB (on page 2) and the change to page 1 and press FuncA. Additionally, press FuncC. What happens? Just to mess things up, press Stop as well......do this combination several times. It is possible that only the lower loop is finished and the VI is still running even if Stop has been pressed.
    Please note everyone that the attached example shoudl strictly be seen as "NEVER DO IT LIKE THIS". This is a negative example and shows the approach which is not recommended by any means!
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.
    Attachments:
    Never EVER86.vi ‏10 KB

  • How can I get the number of pages of a report?

    Hello to everyone, I'm writing a small app that exports a report to PDF (the app is done and everything is ok).
    Along with the PDF I need to create an XML file that describes the PDF file properties. One of the properties I need to supply is the number of pages of the PDF file. How can I ask Crystal Reports SDK for the number of pages my ReportDocument is made of?
    Best regards
    Alessandro

    Hello Alessandro,
    I found a Business Objects Note with a possible solution.  You can search for Notes yourself by starting at the Business Objects area of this SAP Community Network (SCN) site.
    Go to the [Business Objects link|https://www.sdn.sap.com/irj/boc] in the menu bar on SCN.
    Then go to the [Support link|https://www.sdn.sap.com/irj/boc/businessobjects-support] in the sub menu for Business Objects.
    Now go to the [Business Objects Note link|https://www.sdn.sap.com/irj/boc/businessobjects-notes] in the left side navigation menu.
    Finally, click on the [Search Business Objects Notes link|https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_ossnotes&query=&adv=true] in the middle of the page.
    From the Notes Search page click on the Advanced Search link.  For your question I searched on these terms - net page number - and added "boj" (without the quotes) in the Component field for Advanced Search.  The "boj" component helps limit the search to Business Objects components - like the Crystal Reports .NET SDK.
    This search brought up a number of results.  The second result looks like it will address your question:
    "[SAP Note 1216240|https://bcp.wdf.sap.corp/sap/sapnotes/display/0001216240] - How to retrieve the number of pages from a ReportDocument in VS .NET"
    I hope this helps!
    Sincerely,
    Dan Kelleher

  • How can we calculate the number of pages in any given web site?

    1.     Calculate the number of Pages (html pages) on our following THREE
    websites:
    http://www.ddipro.com
    http://www.techddi.com
    http://www.datadoctor.biz
    2.     Describe (in maximum 30 Words) your Procedure/Method of calculating
    the number of Pages in above websites.

    "Transactions" are defined by the Application, not the Database. "COMMIT" and "ROLLBACK" are how the Database records transactions, but not how it defines them.
    One application may be inserting 1,000 rows per commit. Is this "1 transaction" because there is "1 commit" ?
    Another may be committing every row. Is this "1000 transactions" ?
    Within an application, one program -- a batch program -- session does 1,000 rows per commit every 10minutes. An online user commits every row, every 10 seconds for 30minutes.
    How do you count the "transactions" ?
    Transactions must be extremely well defined before you can count them. A transaction could be defined as "1 row inserted OR updated OR deleted , followed by an explicit commit, always" in one particular test.
    A transaction could be defined as "1,000 rows manipulated, followed by an explicit commit, always" in another test.
    ALSO SEE : http://www.freelists.org/post/oracle-l/number-of-transactions-in-a-day
    Edited by: Hemant K Chitale on May 26, 2009 10:03 PM

Maybe you are looking for

  • Where can I get an apple iMac G4 from for around £150? England

    Where can I get an apple iMac G4 from for around £150? England

  • Query based on Condition

    Hi, I have a select list based on the select list i need to generate the report if businees_unit = 'a' select emp.name from employess_dep1 if business_unit = 'b' select emp.name from employess_dep2 end if please help me to correct the above Thanks Su

  • What do you have to take to the apple store to claim warranty

    what documents do you have to take to the apple store to claim warranty?

  • 5.1 Audio issue in Premiere Pro CC

    Hello All, So I have the latest Premiere Pro CC with the most current updates and a Sony HD camera that records videos with 5.1 Dolby Digital sound. When I create a project and import the files using Media Browser, I get the error message: "Dolby Aud

  • PeopleSoft Financials VM templates

    Hello I have installed Oracle VM and Oracle VM manager on a single PC. I then installed the FSCM 9.1 demo database and got this working. I would like to install a GUI front end to the Linux JEOS in this machine, this will allow me to install Firefox