Importing iPhoto books back from pdf files

I saved my book on a cd in pdf. I want to put it back into iphoto to print more books - iphoto said it couldn't read the format. How do I do this?

sjrb:
You can't back engineer a book from the pdf file. You might however do a Print to PDF and select the Send PDF to iPhoto option. That will give you jpg files for each page of the pdf. You might be able to create a book with all pages in a 1 photo per page layout and use those jpgs of each page. It won't be as good as the original but may be acceptable.
The pdf conversion process produces jpgs that are 2200 x 1700 x 200 dpi which do not give a low quality warning when put a 1 photo/page layout. You'll have trouble with the cover and will have to find the photo for it and redo it with a photo. Worth a try.
If I may offer a suggestion. In the future create a separate library for the book, add the picture you want in the book to an album in the original library. Then use iPhoto Library Manager to transfer that album to the book library and any more photos as you go along. When you're done you can burn that book library folder to a CD using the Finder to archive that book. If you want to order another book at a later day, copy that library folder back to the desktop, open it iPhoto and order another exact copy. Delete the folder when done.
Do you Twango?

Similar Messages

  • How do you change a microsoft word file back from pdf file?

    I had a document I created and switched to pdf file. How do I change it back?

    Not possible with Adobe Reader. You'll need either Adobe Acrobat or a subscription to PDF Pack to do it.

  • I want to order a second copy of an iPhoto book. Thought created in the smaller format only the larger format is showing. How can I switch an existing iPhoto book back to the smaller format?

    I want to order a second copy of an existing iPhoto book. Though created in the smaller format now only the larger format is showing. How can I switch an existing iPhoto book back to the smaller format?

    To change a book size duplicate it (select the book in the source pane and press command and D) since text flow and picture  placements can change due to the size differences - then click on change themes, select the same theme and the new size
    check it carefully
    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.
    LN

  • How to read HyperLinks from pdf file??

    hi developer's,
    I am in PDF processing... I am having doubt in that Processing.
    How to read Hyperlinks from PDF file?
    I can able to set the hyperlink.. But i cant able to get the hyperlinks..
    The following example program will set the hyperlink to the PDF file using lowagie API..
    import com.lowagie.text.Anchor;
    import com.lowagie.text.Chunk;
    import com.lowagie.text.Document;
    import com.lowagie.text.DocumentException;
    import com.lowagie.text.Paragraph;
    import com.lowagie.text.html.HtmlWriter;
    import com.lowagie.text.pdf.PdfReader;
    import com.lowagie.text.pdf.PdfWriter;
    public class Argu1 {
         public static void main(String[] args) {
              Document document = new Document();
              try {
                   PdfWriter pdf = PdfWriter.getInstance(document,
                             new FileOutputStream("PageLink.pdf"));
    PdfReader pdf_read=new                
                   document.open();
                   document.add(new Paragraph("Hi Everbody....!"));
                   Anchor pdfRef = new Anchor("Click Me");
                   pdfRef.setReference("www.java2s.com");
                   Anchor rtfRef = new Anchor("Touch Me");
                   rtfRef.setReference("www.sun.com");
                   System.out.println(rtfRef.reference());
                   document.add(pdfRef);
                   document.add(Chunk.NEWLINE);
                   document.add(rtfRef);
              } catch (DocumentException de) {
                   System.err.println(de.getMessage());
              } catch (IOException ioe) {
                   System.err.println(ioe.getMessage());
              document.close();
    Help me how to read the Hyperlinks from the PDF file using java ...
    Thanks in advance,
    With Regards,
    J.Imran

    Instead of cross-posting unformatted code you could have taken a look at the API, because there you might have come across a method named getLinks...Even though it's not documented, I really suspect that it will return the Hyperlinks on a given page.

  • How do I import iPhoto book into ibook?

    is it possible to import iPhoto book into ibook?

    Right-click in the book layout window and select save as pdf. Any pdf should import directly to iBooks.
    bd

  • Can I import address book info from mac 10.5 to 10.7

    Can I import address book info from Mac 10.5 to 10.7?   It tells me "You can't use this version of the application Address Book with this version of Mac OS X.  You have Address Book 4.0.6."

    The Apple Support Communities are an international user to user technical support forum. As a man from Mexico my first language is Spanish. I do not speak English, however I do write in English with the aid of the Mac OS X spelling and grammar checks. I also live in a culture perhaps very very different from your own. When offering advice in the ASC, my comments are not meant to be anything more than helpful and certainly not to be taken as insults.
    Try moving just the folder at Mac HD/users/~/Library/Application Support/Address Book from 10.5 to the same location in 10.7.
    Or in Address Book on the old Mac go to the File menu and choose Export Contacts Archive, copy that file to the new Mac and in Address Book on the new Mac go to File menu Import, browse to the archive file on the new Mac and choose it.

  • How to create ICon/Cursor from pdf files

         I was able to create ICon from jpg file without problem but I couldn't create ICon from pdf files.
    Here my code:
    var myDoc = app.newDoc();
    myDoc.importIcon("myIcon"); // it worked when I chose a jpeg image, but it didn't
    //when chose a pdf file.
    icon = myDoc.getIcon("myIcon");
    oIcon = util.iconStreamFromIcon(icon);  
    myDoc.closeDoc(true);
    app.addToolButton({
                   cName: "myButtoon",
                   oIcon: oIcon,
                   cExec: "app.alert('Someone pressed me!')",
                   cTooltext: "Push Me!",
                   cEnable: true,     
                   nPos: 4
       //app.removeToolButton("myButtoon");
    My goal is to create buttons which have icons from a pdf file (stamp) and when user click on these buttons, the cursors become the icon . And then, when user click on the document, the iCon will be showed in the document. The point is: is there anyway to create icons/cursors/stamps from one pdf file. Because the stamp is changeable, when user changes the color/shape of the pdf file, the icons/cursors/stamps will automatically change
    What kind of pdf format do I have to use?
    I used the sample "SignHere.pdf" in stamps folder of Acrobat but it didn't work.
    Thanks.

    The SDK has all the information - but certainly there are only samples for those common actions that users have been doing for years.  Most developers don't recreate stuff already present in the application - such as the Stamp plugin - so we don't have samples of such things.
    But all the pieces you need are present in the SDK - it's just necessary obvious.  You will need to learn about the details of how the plugin APIs work to create the toolbars and toolbuttons, and then how to handle cursors.  You will then need to learn about PDF details in order to be able to take an existing PDF, potentially modify it (eg. Change the color(s)) and then place it onto another PDF.  
    The methods you listed are from JavaScript - there are alternative methods for plugins, such as the AVConversion APIs.

  • My iPhone is stolen. How can I get my address book back from the iCloud? I should have synchronized my iPad address book. However, I loss some recent contacts from iPhone.

    My iPhone is stolen. How can I get my address book back from the iCloud? I should have synchronized my iPad address book. However, I loss some recent contacts from iPhone.

    I use my iPad to get the address book backed up by iCloud from my iPhone. However, I cannot see the recent new contacts from my iPad. Is there anyway to check the iCloud server to see if my address book backup from my iPhone is still there?

  • [solved] How to remove specific pages from PDF file?

    I'm looking for a way to remove few pages from PDF file.
    Last edited by delor (2008-07-04 10:28:22)

    To remove first page I did this:
    pdftk original.pdf cat 2-end output result.pdf
    Any other propositions ?

  • Editing Image From PDF File To Use in AI Document

    Hello,
    I am a beginner user of AI and am having trouble with editing certain images from PDF files on Illustrator. I'm not even sure what I'm trying to do can be done on Illustrator or requires Photoshop.
    A) Here is the first example (Note that this is only similar to the type of image I am talking about. It is not the exact one as I don't have access to it right now):
    So let's say here are the things I want to do. (1) Extract it from the PDF file, (2) transfer it to my AI document without blurriness, (3) change the white background of the image to another color (eg. grey), (4) and embolden the lines presently in the image. If you can advise what's the way to perform these tasks?
    I have used image trace at times but if the photo is too light, portions of it will vanish. The portions that do remain become way too bold. It would be great if there was a way I could make most if not each components of the image controllable/movable. Is it possible?
    Also, what if I want to erase some of the text on the image? I have tried using the eraser tool but it does not erase on images.
    B) How would I go about removing the background of a photo like this and replacing it with a color?
    Please keep in mind that I am a complete neophyte when it comes to using Illustrator, Photoshop etc so take this into consideration when explaining. Thanks in advance

    Trent,
    To make a clear and clean drawing like A), it is better to use the image as a locked template and recreate with the native tools; most things can be made with the Rectangle Tool and the Ellipse Tool, some with the Line Segment Tool or the Pen Tool; and you can use different Window>Pathfider operations.
    It is probably easier to get rid of the surroundings in B) using Photoshop where you can erase colours within a range; the grass seen through the windows may be treated by itself, and you may wish to keep the shadow.

  • Editing text from pdf file

    how to edit text from pdf file?

    Adobe Reader does not allow editing the text of a PDF document. You will need to get Acrobat on your Windows or Mac to do that.

  • Changing the setting from PDF file to a  JPEG file.

    Is there a way I can change the scan setting on my printer. It is a HP Deskjet F4480. I want to change the setting from PDF file to a JPEG file. I want to scan them so I can see them on my screen saver.

    This has nothing to do with Acrobat. See the documentation for the scanner software that came with your scanner.

  • How to Export multiple photos from pdf files?.

    Good day.
    How to Export multiple photos from pdf files?.
    Thanks.

    Hello
    how to reach from file menu ?.
    Running Adobe reader 9 version 9.3.0
    Thanks again.

  • Extracting Images from PDF file

    Hello All,
                   I am reading PDF File.I need to extract images from PDF File programatically.But problem is that some images are stored inside PDF File using FlateDecode Filter and I need to first decode that file and then I can extract that image .I dont know the way to decode that image data.Is there any way or API to do that in C++.
    Thanks
    Aarti Nagpal

    I think you can do it through cos object in VC++ plugin..go through the PDEFilterSpec in
    Acrobat core api reference
    Be well..

  • Importing WLI XML templates from A File...

    I am looking for some sample code that illustrates importing templates as XML from
    a file into WLI' BPM.
    I need this immediately.
    Thanks

    NO, DO NOT USE THE MODEL TAG! that converts your lovely XML
    into a hideous tree of dynamic Objects. Do not do that.
    Your problem is simply that you forgot to call the init()
    function. Call it from the creationComplete event on the
    Application tag and you will be fine.
    Tracy

Maybe you are looking for

  • AP Payment terms ( discount )  end on week end

    Hi Gurus I have a situation where payment terms for an invoice falls on Saturday.So when when we run it on following Monday it disallow the discount ( 2% ). We pay manually with 2% discount.How can we resolve this issue of discount date falling on we

  • Strange Charz shown in my created .TXT file

    Hi, I have createt an empty .txt file with the following command: FileOutputStream fot = new FileOutputStream("Test.txt"); Then I wrote a simple String into it which should be written into 2 lines like that: MY FIRST TEXTFILE I used that code snippet

  • FIOS VOD stops starts

    I have an actiontec Gen3 Rev I, it is only a moca bridge, Cisco 3000 is primary router, ONT cat6 to Cisco. We watch a lot of VOD. Last month started having problems with remote, then with guide, then VOD. All of these things are controlled by router,

  • How can I change the content of JTable?

    Dear friends. I have an JTable. I create tablemodel for it and fill out it by data. In application at the run time I always need to change the content of whole table. For example I have a frame with JTree and JTable. When I click on the tree node I n

  • ECM - Column Group

    We are implementing a ECM, on MSS, it has tab Merit, Lump Sum, and Bonus on planning screen. We added some additional columns to Bonus tab, however, it also appear to the Lump Sum because they are in the same Plan Categories. To resolve this issue, w