Fonts won't print or preview with the book

I've ordered some books that had text on the pages, when I got them back from apple, the font didn't print. I kept the default font in the settings and can't figure out why it didn't print. (usually the font is Helvetica Neuv) When I try to preview the book it will only preview page 1 and 2. I feel like an idiot but can't seem to figure this out.
To print/preview the book I highlight the book on the left of the screen, go to print, then hit preview. The book assembles and still only get page 1 & 2. Any help on both questions would be appreciated.

ztreh:
Try cleaning out the iPhoto cache folder that's in the User/Library/Caches folder. Also clean out the Font caches with OnyX.
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. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.
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. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

Similar Messages

  • Since installing Mavericks, my HP Printer adds an extra page to every print job, and iCal won't synch via iTunes with the Calendar on my iPhone 4s. Can Mavericks be uninstalled?

    Can Mavericks be uninstalled? Don't know if the discussion title pulled in all of my problem, so here it is again. Since installing Mavericks, my HP Printer adds an extra page to every print job, and iCal won't synch via iTunes with the Calendar on my iPhone 4s.
    And no, I was a bad boy and had not been Time Machining. Guess I will now.
    So, can Mavericks be uninstalled?

    Uninstall CleanMyMac2 >  How To Uninstall CleanMyMac
    Uninstall Cocktail > Uninstall Cocktail for Mac OS X
    Third party cleaning utilities are not necessary on a Mac and can only cause problems.
    Your Mac runs maintenance in the background for you >  Mac OS X: About background maintenance tasks
    Growl is un necessary and can slow  the system down > Growl - Removing Growl
    If you want to monitor the system, use the pre installed Activity Monitor app located in HD > Applications > Utilities
    Then restart your Mac.

  • How do I get System.out.format to print out doubles with the same precision

    Using the System.out.format, how do I print out the value of a double such that it looks exactly like it does if it were print from a System.out.println.
    For example, take the following code:
    double d = 12.48564734342343;       
    System.out.format("d as format: %f\n", d);
    System.out.println("d as   sout: " + d);Running the code, I get:
    <font face="courier">
    d as format: 12.485647
    d as sout: 12.48564734342343
    </font>
    The precision of d has been lost.
    I could bump up the precision as follows:
    double d = 12.48564734342343;
    System.out.format("d as format: %.14f\n", d);
    System.out.println("d as   sout: " + d);That appears to work, I get:
    <font face="courier">
    d as format: 12.48564734342343
    d as sout: 12.48564734342343
    </font>
    However, that solution fails if d has a different precision, say 12.48. In that case I get:
    <font face="courier">
    d as format: 12.48000000000000
    d as sout: 12.48
    </font>
    So how do I get System.out.format to print out doubles with the same precision as System.out.println?
    Thanks..

    YoungWinston wrote:
    Schmoe wrote:
    Interesting, but this is not what I am looking for...Your original question was "how do I print out the value of a double such that it looks exactly like it does if it were print from a System.out.println", and you've been told how to do that (although the pattern given by sabre may be a bit excessive - you should only need 15 '#'s).The initial phrase from my question was "Using the System.out.format, how do I..".
    It's worth remembering that, unlike the Format hierarchy, 'format()' is NOT native to Java. It's a convenience implementation of the 'printf()' and 'sprintf()' methods provided in C, and first appeared in Java 1.5. Those methods were designed to produced fixed-format output; 'println()' was not.Perhaps it is the case that this can't be done.
    Furthermore, Double.toString(), which is what is used by println() does not produce the same format in all cases; format("%.14f\n", d) does. TrySystem.out.println(1.8236473845783d);
    System.out.println(1823647384.5783d);and you'll see what I mean.I am fine with that. It still displays all the precision.
    I am simply looking for a way to quickly print out multiple variables on a sysout while debugging. I want it as syntactically sweet as possible. System.out.println can be a pain when outputting multiple variables like the following:
    "System.out.println("a: " + a + "; b:" + b + "; c: " + c);"
    For some reason, my fingers always typo the plus key.
    I was hoping that System.out.format would be easier,along the lines of:
    "System.out.format("a: %f, b: %f, c: %f\n", a, b, c);"
    From a syntactical sweetness point of view, it is easier. However, the %f on doubles truncates the precision. I figured there must be a way to get the full precision.
    DecimalFormat is syntactically sour for this purpose, as you need to instantiate the DecimalFormat.
    fwiw I have enjoyed reading the suggestions in this thread...

  • Am considering buying a Time Capsule.  But all specs I read about it (re: printing) is how to hook up a printer via USB connection.  Need to confirm...that a wireless printer will work with the router feature of the Time Capsule.  I assume yes...?

    Am considering buying a Time Capsule.  But all specs I read about it (re: printing) is how to hook up a printer via USB connection.  Need to confirm...that a wireless printer will work with the router feature of the Time Capsule.  I assume yes...?

    A wireless printer connects to the network just like your computer, or iPhone/iPad, etc. connects using wireless.
    The printer must be set up intially to scan to "find" available wireless networks, then your specific wireless network needs to be selected. Then the password for the network needs to be entered.
    Once the printer is configured to join the network, it is always connected to the network. No further configuration is required.

  • I am running windows 7 64bit, have a brother printer MFC-J4510W with the latest driver update, have Adobe reader 11.0.10.32 and as of today I cannot print any pdf files that before I could, all help appreciated

    I am running windows 7 64bit, have a brother printer MFC-J4510W with the latest driver update, have Adobe reader 11.0.10.32 and as of today I cannot print any pdf files that before I could, all help appreciated
    I followed the FAQ troubleshooting and that didn't help

    Here is what worked for me:
      My usb hub, being usb2, was too fast. I moved the wire to a usb port directory on my pc. That is a usb1 port which is slow enough to run your snyc.

  • What is the best all in one printer that works with the iPad

    The best all-in-one-printer to use with the ipad mini

    Any that advertise Airprint compability will work for printing. Note that you can't use the scanning or faxing features of an all-in-one with an iPad.
    See the Airprint printers on the Apple store site:
    http://store.apple.com/us/ipad/ipad-accessories/printers#!
    Matt

  • HT1923 I Can't print CD labels with the new update of iTunes

    I cann't print CD labels with the new update of iTunes.

    Don't know whether you ever found the templates, but here is a site with many different labels: http://www.worldlabel.com/Pages/wl-ol5025.htm#templates
    I found what I needed in a Word document for Memorex labels.
    Good luck!

  • HT3500 i have a mac pro and have connected to my wireless canon printer. I was able to print but now the printer comes up with the paper in the tray is the wrong size. but the paper is A4. does any one know what is wrong.

    I have connected to my wireless canon printer but it wont let me print from my mac pro. printer comes up with the message that the paper size doesnt match the printer settings. I have tried to change the settings on the printer but that didnt work. can anyone help

    Well... no help was found here.. so I abandoned the wireless- ness of my printer.  I bought a
    small 10 port hub because only 2 USB ports really isn't enough with wireless mouse, wireless internet
    and any kind of printer.   I also bought a long USB cable.  I now print--wired since this can be done
    as an alternative to wireless with this printer.   Because I don't want a cable "hanging around"
    when the printer is not in use, I simple disconnect it and reconnect when I want to print.
    It's a temporary solution others may find helpful as well. Apparently there's been a lot of
    confusion and problems getting this printer set up wirelessly with our MacBooks.
    Shame on HP for not helping us out!

  • How do you print a playlist with the new itunes?

    How do you print a playlist with the new itunes????

    You can click on the little triangle that's next to the little box at the top left of the new iTunes. It will give you a drop down box which gives you several selections. One of the selections is "Show Menu Bar". Click on that and you get the bar back that was on the previous version. Then in "file" you can print a CD jewel case list just like before!

  • Is it possible to print a list of the books you purchased

    Is there any way to print a list of the books you have purchased in iBooks?

    The only program I know that can do this is the shareware Notmad Explorer. You might be able to view all the tracks with something like?the freeware JBHTTP and hence print, but I'm not 00% sure.

  • I purchased a book on itunes, but it won't allow me to download the book on my ipad.  Anyone have this problem?

    I purchased a book on itunes but it won't allow me to download the book on my ipad.  It allowed me to download the book on my computer, but I don't know how to transfer it from the computer to the ipad.  Can anyone help me?

    You should be able to re download the book on your iPad.
    Try here >   Downloading past purchases from the App Store, iBookstore, and iTunes Store
    On your iPad tap Settings > iTunes & App Store
    Swipe down and make sure Books is switched ON.
    Purchased books should appear when tapping the iBooks icon now.

  • New airport: can't get my macbook or my imac to join my wireless automatically, my other stuff still joins without problems but i have to join manually with the book and the imac ?? I've tried all the settings and every thing else I can think of.....

    new airport: can't get my macbook or my imac to join my wireless automatically, my other stuff still joins without problems but i have to join manually with the book and the imac ?? I've tried all the settings and every thing else I can think of.....
    Running on Lion, never had a problem before until the old airport died and I replaced it.

    try connecting the device in _*recovery mode*_, then restore from your backup.
    also, make sure [_*Apple Mobile Device Service*_|http://support.apple.com/kb/TS1567] is installed and started.
    JGG

  • Only ibooks opened, with the book, then button publish, at the validation stage one only i see  : warning error saving application

    only ibooks opened, with the book, then button publish, at the validation stage one only i see  : warning error saving application

    Search the discussion groups or read more of teh  threads in the list...  this  problem has been rasied many times in teh last  few days and the "cures" are many and varied.

  • HT1150 I have an iBook G4.  My epson stylus printer is not fixable so I went to Best Buy and bought an XP400.  It is all set up but I can't get  the printer to communicate with the computer.  Have tried everything I know and it won't work.  Any ideas?

    I have an iBook G4.  My epson stylus printer is not fixable so I went to Best buy and bought an XP 400 (Epson).  When I went to set it up it wouldn't talk to my computer.  So it looks great but won't print   After 2 days and many phone calls I am disgruntled to say the least.  Any  suggestions?

    I would imagine the drivers supplied with the printer will not be compatible with your existing operating system.
    Download the older drivers for your OS here, and then try the install again.
    Epson Print Drivers

  • PDF won't print in Preview but OK with Adobe Reader

    Periodically (and rarely) I run into a problem where an application yields a PDF for printing, is submitted to the print queue of my Laserwriter 16/600 PS, and instead of printing, the following message pops up briefly before the job is wiped out:
    the process "cgpdftops" terminated unexpectedly on signal 6
    The same problem occurs if I choose to preview the output first, in which case the job is submitted by Preview, and that yields the same result.  However, I open the same PDF document using Adobe Reader, it prints fine.
    Any thoughts?

    On the Print dialog under Page Sizing & Handling, did you try Fit or Shrink oversized pages?

Maybe you are looking for

  • How to recover files from an external hard drive

    I just got a brand spankin' new iMac yesterday. I've never had an Apple computer before so I was unfamiliar with Time Machine. I called my husband in to help me out thinking he would be more tech-saavy than me, clearly I was mistaken! He backed up my

  • Which browser to use to run the RWB in PI 7.1

    Dear colleagues, Our PI systems runs on 7.1 version. With IE 8.0, the Alert Inbox works properly, but the other application (End-to-End Monitoring, Component Monitoring ...) does not work. With FireForx, the Alert Inbox does not displayed all data, b

  • Can i use the iPhone 5 unlock version for tMobile?

    can i use the iPhone 5 unlock version for tMobile?

  • Export dump files.

    hi all. i am using Enterprise Linux server version 5.1.19.6 /Red Hat and Oracle database 11G R2.I want to export dump files automatically like we are doing in windows xp with scheduled Task. Is it Possible in Linux?plz help me out thanks in advance.

  • Concurrent sessions accessing parsed sql from teh library cache

    Hi there, I am having five concurrent session firing exactly same SQL statement inside a stored procedure. Stored Procedure PROC1(a int) begin select <C1>,<C2> into <V1>,<V2> from <T1>, <T2> where <JOIN between both table> and T1.<C3>=a; end; All tho