Change book size mid-design

I'm creating a book to print with blurb. I started on this project last year and I'm just getting around to finish it now, but I've designed the whole book to the wrong size. Is there any way to change the size of the book now? Or can you drag everything you've done on one book to another book to get it mostly there and then do the small size adjustments as needed?

Greetings,
With regard to human error apple haven't got an app for that yet.
Save the book as a pdf. As you have all the photos ready to go again change your book size and copy/paste the text from your pdf.
PS if you have been working on this for a year be careful that they don't bring out an extra extra large book before you finish it and have to start again.
Merry christmas hope it all works out for you
Chris

Similar Messages

  • Change book size after design?

    Is there any way to do this?  I've created a book in Extra Large, then looked at the price and though, "maybe a smaller size would be OK, and cheaper." But I can't seem to find a way to change the book size.  Is this not possible?  Do I have to redo the book again?
    thanks for any help

    Create a copy of your book (select the book (not the images in it) in the library inspector panel, then go to "File >Duplicate Book".
    Open the copy of the book and click the "Theme Button" in the upper left corner of the Book panel and pick a different theme. Select a different size.
    Changing the Book size may modify some text fields. That is why I recommend to try this with a copy of the book.
    Regards
    Léonie

  • Can I change book size after its designed?

    I just spent hours getting my book just the way I want it but now realize I'd rather buy the larger size book than the smaller one I selected at the start of the project. Can I change the book size now before I purchase?

    yes - you can change size or theme
    duplicate the project before you make changes as a backup
    Then just change the size (go to themes, ignore the warning and select the new size) - your text may have to be adjusted although going larger probably is ok
    LN

  • Change book size but keep layout

    I am halfway through creating a 6 X 8 book, including a couple of pages I custom designed. I just noticed that this book size is available only in softcover, but I think I may want a hardcover book. I tried duplicating the book, then changing the duplicated book to the 8.5 X 11 hardcover size, but Aperture applies the "default" book layout and re-flows all my pictures! (I am glad I duplicated the book first, or a guess I would have lost everything.)
    Is there any way to tell Aperture that I want to maintain the same basic page layout (e.g., if page 3 has 4 horizontal photos, then I want page 3 in the new layout to have those same 4 photos, horizontal)? I know I may have to go through and do some general fixing up, but I would like to avoid aving to re-do the entire thing.

    As you've seen, your personalized layout won't transfer. The book will need to be redesigned using the new theme.

  • Changing Book Size

    I have created an "Extra Large" book n Aperture 3.1, but want to order a "Large" version of it. However, when I change the size using "Change Theme", it loses all my layouts, text etc. Is there any way of doing this? Surely people must sometimes want to order multiple copies of the same book in different sizes (e.g. an extra large wedding album for the couple, then smaller versions of the same for the parents)?

    Sure - select teh book in the source pane on the left and duplicate it (just in case of problems) - depress the command key and type "D" - then go to chemes and select teh new size, verify that it worked and preview it -
    Before ordering your book preview it using this method - http://support.apple.com/kb/HT1040 - and save the resulting PDF for reference - the delivered book will match it.
    then order it
    LN

  • Looking to change book size but maintain my page layouts

    Is there a smart way of changing the book size in aperture but be able to maintain the page layouts. I dont want to redo the entire book. Any tricks or suggestions would be of immense help. I have custom layouts for images.

    I don't know of any way to do this, that is supported by Apple. If you change the theme or the book size, you will get the warning, that custom items and texts might change.
    Have you tried to duplicate your book and to change the size of the copy of the book? What are the custom items that are changing in your particular custom theme?

  • I click on layouts and still cannot change book size

    I'm trying to change the size of the ibook before I buy it. I've tried several options buy cannot figure it out. Any help would be appreciated. 

    duplicate the book for safety and then click on themesand select teh same theme with a new size
    LN

  • Change book size and cover

    I have created a photo book with hardcover.  Now I would like to create and print the same book with softcover and smaller size.  Is this possible without re-creating the book?

    select the book in the source pane on the left and duplicate it (command-D) and then click on the themes button and select the new size/style/theme  --  closely inspect the book to be sure it is still corrcect (text may reflow due to size changes as may photo arrangement) - preview (
    Before ordering your book preview it using this method - http://support.apple.com/kb/HT1040 - and save the resulting PDF for reference - the delivered book will match it. ) and order if it is what you want
    LN

  • HP Photo Printing Software - How to change predefined sizes in "Design To Page size:" window?

    I have a HP Photosmart printer, which came with a photo print application, "HP Photo Printing Software", Version 3.9.0.0.  When I try to change the page size of the photo output using the "Design to Page Size:" screen, I see a list of predefined page sizes (e.g., "4x6 w/tab").  However, these predefined sizes (there are 11) can't be changed from within the program.  For example, if I want to print a 4x6 photo with no border, which is a frequent requirement, there seems to be no way to do it.
    How do I change or override these predefined print sizes in this program?  BTW - I have Windows XP on my PC.

    Hi Alex.
    You may want to try HP's new photo-printing program, HP Photo Creations. It's a free download at www.hp.com/go/hppc.
    To print photos at a predefined size, select the Print-at-Home tab (2), then Prints & Posters (3), then the Prints project (4). Then design your print and select your desired size on the printing screen (7).
    Hope this helps,
    RocketLife
    RocketLife, developer of HP Photo Creations
    » Visit the HP Photo Creations Facebook page — news, tips, and inspiration
    » See the HP Photo Creations video tours — cool tips in under 2 minutes
    » Contact Customer Support — get answers from the experts

  • CS5.5 Mac crashes every time I change Window Size in Design View

    I'm using DW CS5.5 (version 11.5 build 5344) in Lion 10.7.3.  I added in a couple of window sizes (in Preferences) that correspond to iPhone and Android phones - 320x480, 480x320, 480x800, 640x960.  The 640x960 one works, as does a 592w one that came with Dreamweaver.  Any of the other ones, though, cause the app to hang in this one particular file I'm editing.  However, in the simple jQuery Mobile starter page DW creates, these resolutions work fine.  This appears to be related to some CSS code that I have inside of a CSS media selector:
    @media screen and (max-width:480px)
    There is also a corresponding
    @media screen and (min-width:481px)
    in the CSS.
    To test this, I created a window size of 481x320, and that seemed to work completely fine without crashing DW. The 480x320 one crashes DW.  I assume that's because it's using the different CSS section.
    Pasted below is the CSS code that goes along with the section that seems to cause the crashing:
    @media screen and (max-width:480px) {
      .column {
        margin: 1em 0;
        border-bottom: 1px dashed #7b96bc;
      #visit, #points, #main {
        width: 100%;
        .taplist li {
        width:50%;
      #map {
        display:none;
      .header {
        display:none;
    To further test this out, I commented out all of the code within that block.  The window sizes did not cause it to crash then.  I then started to add back in pieces of code to see when it began to crash.  The crashing seemed limited to the bottom two (#map and .header), although it wasn't consistent.  In some situations the window sizes would work and in others they would crash.  I didn't test every combo just because it took a lot of time.  With both of those in place, though, every one of the 480 or less sizes crashed.
    Notable, the #map section is commented out in the HTML, however including that in the CSS still causes intermittent crashing.
    I also deleted my cache file to see if that was it, and no luck.
    Full code of the two files below (one HTML, one CSS)
    ontap.html
    <!DOCTYPE html>
    <html>
    <head>
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /> 
        <title>On Tap Now at The Splendid Walrus</title>
      <link rel="stylesheet" type="text/css" href="taps.css" />
    </head>
    <body>
    <div class="navigation">
          <ul>
          <li><a href="/">Home</a></li>
          <li><a href="ontap.html">On Tap Now</a></li>
          <li><a href="about.html">About Us</a></li>
        </ul>
    </div>
    <div class="header"><p>[The splendid walrus surveys his domain!]</p></div>
    <h1>On Tap Now at The Splendid Walrus</h1>
    <div id="ontap" class="column">
      <h2>On tap this month:</h2>
      <ul class="taplist">
        <li><img src="brews_images/bensons_bubbler.jpg" alt="Bensons Bubbler"></li>
        <li><img src="brews_images/chapman_lownsdale.jpg" alt="Chapman Lownsdale"></li>
        <li><img src="brews_images/crystal_springs.jpg" alt="Crystal Springs"></li>
        <li><img src="brews_images/hoyt.jpg" alt="Hoyt"></li>
        <li><img src="brews_images/mill_ends.jpg" alt="Mill Ends"></li>
        <li><img src="brews_images/milo_mciver.jpg" alt="Milo McIver"></li>
        <li><img src="brews_images/mount_tabor.jpg" alt="Mount Tabor"></li>
        <li><img src="brews_images/omsi.jpg" alt="OMSI"></li>
        <li><img src="brews_images/oxbow.jpg" alt="Oxbow"></li>
        <li><img src="brews_images/pittock.jpg" alt="Pittock"></li>
        <li><img src="brews_images/powells.jpg" alt="Powells"></li>
        <li><img src="brews_images/sandy_river.jpg" alt="Sandy River"></li>
        <li><img src="brews_images/sauvie_island.jpg" alt="Sauvie Island"></li>
        <li><img src="brews_images/the_grotto.jpg" alt="The Grotto"></li>
        <li><img src="brews_images/tryon_creek.jpg" alt="Tryon Creek"></li>
        <li><img src="brews_images/wells_fargo.jpg" alt="Wells Fargo"></li>
      </ul>
    </div>
    <div id="visit" class="column">
      <h2>Visit Us!</h2>
      <dl>
        <dt>Location</dt>
        <dd>1543 SW Pretend Street<br />
        Portland, OR 97201</dd>
        <dt>Hours</dt>
          <dd>
            <dl>
              <dt>M-F</dt>
              <dd>Until midnight</dd>
              <dt>Sa-Su</dt>
              <dd>Until 1AM*<p><em><small>*At least</small></em></p></dd>
            </dl>
          </dd>
        <dt>Call us</dt>
        <dd>+1 (503) 555-1212</dd>
      </dl>
      <!--
      <iframe id="map" width="300" height="300" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=334+NW+11th+Ave,+Portland,+OR+ 97209&aq=&sll=37.0625,-95.677068&sspn=58.164117,80.332031&vpsrc=0&ie=UTF8&hq=&hnear=334+NW +11th+Ave,+Portland,+Oregon+97209&t=m&ll=45.525472,-122.68218&spn=0.01804,0.025749&z=14&ou tput=embed"></iframe>
      -->
    </div>
    <div class="footer">
      <p>See you soon! Love, The Splendid Walrus</p>
    </div>
    </body>
    </html>
    taps.css
    /* Everything Fluid */
    /* Simple reset */
              margin: 0;
              padding: 0;
    * Color, typography and basic layout
    * (Shared for all devices and clients)
    * Colors:
    * - #f9f3e9 -> light cream (background)
    * - #594846 -> Dark brown (body text, rules)
    * - #42628F -> Dark blue (link text)
    * - #7b96bc -> Medium-light blue (navigation and footer background)
    body {
              background: #f9f3e9;
              color: #594846;
              font: 100% "Adobe Caslon Pro", Georgia, "Times New Roman", serif;
    a, a:visited {
      color: #42628f;
    p {
      margin: 0.5em 0.25em;
    h1 {
      font-size: 1.75em;
              border: solid #594846;
              border-width: 2px 0;
              padding: 0.25em;
      text-align: center;
      font-variant: small-caps;
    h2 {
      text-align: center;
      font-variant: small-caps;
    dl {
      margin: 0 0.5em;
    dt {
      font-weight: bold;
      margin: 0.5em 1em 0.5em 0;
      border-bottom: 1px dashed #7b96bc;
    .intro {
      font-size: 1.15em;
      line-height: 1.3em;
      text-align: justify;
      margin: 0.5em;
      font-weight: bold;
    .navigation {
      background-color:#7b96bc;
      border-bottom: 2px solid #594846;
    .navigation ul li {
      text-align: center;
      display: block;
      float: left;
      padding: 0.25em 0;
    .navigation li a {
      color: #f9f3e9;
      font-variant: small-caps;
      text-decoration: none;
    .header p {
      margin-left: -1000px;
      margin-top: 0;
    #points ul {
      list-style-image: url('images/point.png');
      margin: 0.5em 0 1em 0.5em;
      padding-left: 1em;
    #points ul li {
      margin: 0.5em 1em;
    .footer {
      background-color: #7b96bc;
      color: #f9f3e9;
      text-align: center;
      padding: .5em 0;
      font-style: italic;
    /* Structure */
    /* Common Structural Rules */
    .header, .footer {
      clear: both;
    .header {
      background:url('images/taps.jpg') repeat-x;
      height: 300px;
    .navigation {
      min-height: 25px;
    img, object {
      max-width: 100%;
    .navigation ul li {
      width: 33.333%;
    .header, .footer, .navigation {
      width: 100%;
    /* Brews List */
    .taplist li {
      display:block;
      float:left;
      text-align:center;
      width:33%;
    .taplist img {
      width:100%;
      margin-bottom:5px;
    #ontap, #ontap ul, #ontap ul li {
      background:#fff;
    /* Wider viewports/higher resolutions (e.g. desktop)  */
    @media screen and (min-width:481px) {
      .column {
        margin: 10px 1.04166667% 0 0;
      #visit {
        width: 31.25%;
        float: left;
      #points {
        width: 25%;
        float: right;
      #main {
        margin: 10px 27.0833333% 0 26.0416667%;
      #ontap {
        margin: 10px 0 0 32%;
    /* Mobile/lower-resolution devices */
    @media screen and (max-width:480px) {
      .column {
        margin: 1em 0;
        border-bottom: 1px dashed #7b96bc;
      #visit, #points, #main {
        width: 100%;
      .taplist li {
        width:50%;
      #map {
        display:none;
    /*  .header {
        display:none;

    Thanks very much Chris for pointing me in the right direction.  I downloaded FontDoctor, and it found one questionable font which I deleted.  However CS5 continues to crash when selecting the Design Workspace. So I followed the steps outlined in the Adobe document you linked.  When I got to the point of downloading the FontTest.jsx file and ran it, CS5 crashed right away without writing any log file.  I turned on app.displayDialogs = DialogModes.YES, and CS5 is crashing with a TypeError: undefined is not an object. So I don't know if this is related to my original problem, or not.  Any thoughts on how to proceed to get the FontTest script to run properly?  I took all of the normal defaults when I installed CS5 (e.g., didn't select any alternate paths, don't have any add-ons installed, etc.).

  • Change book size/binding?

    Is it possible to change a book, say from Hardbound large to softbound medium without making a complete new book from scratch? Looked everywhere but don't see it anywhere.
    TIA
    Len

    TIA:
    There have been warnings that you could lose text doing so. So I just make a duplicate of the book before trying. Select the book and type Command-D.
    Do you Twango?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've written an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 08 libraries. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • How Do I Change the Font Size in Design View?

    The font size when coding in Dreamweaver's "Design View" is
    too small. How do I change the size in "Design View" to make it
    bigger? I've found that you can change the code view in Preferences
    but it has no way to change the font size in Design View.
    P.S.--I'm using DW8

    Hi,
    By "a meeting notice", do you mean the Outlook meeting reminder? It's not possible to change the font in Calendar reminders. It's a system font.
    If I've misunderstood something, please feel free to let me know.
    Best Regards, 
    Steve Fan
    TechNet Community Support

  • HOW DO I CHANGE MY BOOK SIZE ON MY FLASH WEBSITE?

    I was just wondering does anyone know how to change
    the size of my book on my webpage....I have tried changing
    the
    component size on flash and also in my dreamweaver
    configuration.
    My website is
    http://www.myvirtuemagazine.com
    (it takes a while to load sorry, still learning how to make a
    preloader)
    If you look on the site, the book is too small to read the
    writing, I
    would like it to be 3 times that size so it fills the screen.
    Please help me!

    Hi Alix86
    By the looks of it, thats the Page Flip 2.0 component (I
    havent been following this, might be a later version) But im sure
    the designers would have given this a means of resizing it.
    You mentioned that you tried to resize the component inside
    Flash, to no avail. This leads me to believe that the size is
    controlled with actionscript, either inside the component as
    parameters, or somewhere in your timeline, (usually the first
    frame.
    I suggest checking the component parameters first.
    Select the component, go down to your Properties tab at the
    bottom.

  • How can I change to size of a book and keep all the layouts I have created?

    How can I change the size of a book and use the layout that I have already chosen (I accidently laid the book out for a larger size book than what I acctually wanted)?

    Just in case of problems duplicate the book (select it and edit ==> duplicate or Command=D) and then click on themes and select the same theme in theprper size - verify that everything worked (sometime different sized text blocks cause minor problems that require attention) and preview it -
    Before ordering your book preview it using this method - http://support.apple.com/kb/HT1040 - and save the resulting PDF for reference - the delivered book will match it.
    then order
    LN

  • In putting together a book I can move photos onto a page and enlarge the picture but is there a way to reduce the picture size? some cases I want a smaller picture and if I change the size of the picture box I only get a portion of the image. I wnt to red

    picture size...in putting together a book I can move photos onto a page and enlarge the picture but is there a way to reduce the picture size? some cases I want a smaller picture and if I change the size of the picture box I only get a portion of the image. I want to reduce the image to fit the size of the box.

    If you right click on the image on the page in the context menu select photo box alignment and then select one of scale to fit {centered, Left-aligned, Right-aligned}
    That should do what you are loking for.

Maybe you are looking for

  • Ethernet Controller - Driver not installed - Compaq Presario

    Hello, I am new here so be gentle I have just bought second hand a Compaq Presario 6240EA, motherboard is a Compaq 07D0h. In the hardware - device manager, it shows 'Other devices' - Ethernet Controller, with a large yellow question mark and exclamat

  • File Encryption for Mac and Windows

    I need to exchange with Windows users files which will contain financial and other sensitive data. Version Tracker & Mac Update have lots of Mac only encryption programs but I'm looking for one that works on both platforms.

  • I just bought a C4680 all-in-one new in box. It puts an irregular border around "borderless" prints

    I just bought a C4680 all-in-one new in box.  It puts an irregular border around "borderless" prints (at least in 8.5 x ll size) --border is about 1 inch on right, 3/4 at top, 3/8 at bottom and 3/16 at left.  How do I eliminate this?   Using win XP.

  • Library - maximum size?

    I've had a problem with my MacBook Pro for a long time - the dreaded spinning wheel comes on often and sometimes it takes up to 30 seconds to go away. Plus, I will crash in iTunes every so often. The song just stops playing. I'll still be able to acc

  • DataAdapter.Fill doesn't include PrimaryKey Info

    We are using Oracle 9i and Odp.net verion 9.2.0.401. I am using the data adapter on a command that is a simple select statement in our code. The code is written generically to support multiple providers using ado.net. The problem I am having is that