How to save a photobook as pdf or jpeg format?

how to save a photobook as pdf or jpeg format?

Do you mean like a multi-page PDF?  As in, one photo per page? Or something else?
You might get what you are looking for by exploring the options in iPhoto's Print (under the File menu) and then clicking the PDF button, and then Save As PDF.
Without knowing more details about exactly what you are wanting to do, it's hard to know what else to suggest.

Similar Messages

  • How to save an image as PDF?

    Hi,
    I need help o how to save an Image as PDF file?? is this possible?

    Under Getting Started in the welcome window click Create PDF
    Open your image
    File>Save As...PDF
    But I am finding that there are limitations on how big the image can be. I am trying to save a 20mb jpeg to pdf in acrobat and having issues. Good luck!

  • Do you know how to save Pages file into PDF?

    Using Pages on iPad I'd like to save what I write into PDF file in order to share it with my friends. Unfortunately I don't see how to do that.
    Even when I send this file via email as a PDF again it is not an attachment but it becomes body of the email itself
    Do you heve any suggestion?
    Appreciate any help on this
    Best Regards and Ciao
    Roberto

    Also, if you're using VB.NET, this is pretty easy ... something like this would work:
    Private Shared Function BitBlt( _
    ByVal hdcDest As IntPtr, _
    ByVal nXDest As Integer, _
    ByVal nYDest As Integer, _
    ByVal nWidth As Integer, _
    ByVal nHeight As Integer, _
    ByVal hdcSrc As IntPtr, _
    ByVal nXSrc As Integer, _
    ByVal nYSrc As Integer, _
    ByVal dwRop As Integer _
    ) As Boolean
    End Function
    Private Shared SRCCOPY As Integer = &HCC0020
    Private Sub SaveFormToFile(ByVal sourceForm As Form, ByVal filename As String)
    Dim formGraphics As Graphics = sourceForm.CreateGraphics()
    Dim
    bufferRect = sourceForm.ClientRectangle
    Dim buffer As Image = New Bitmap(bufferRect.Width, bufferRect.Height, formGraphics)
    Dim bufferGraphics As Graphics = Graphics.FromImage(buffer)
    Dim formDC As IntPtr = formGraphics.GetHdc()
    Dim bufferDC As IntPtr = bufferGraphics.GetHdc()
    BitBlt(bufferDC, 0, 0, bufferRect.Width, bufferRect.Height, formDC, 0, 0, SRCCOPY)
    bufferGraphics.ReleaseHdc(bufferDC)
    formGraphics.ReleaseHdc(formDC)
    bufferGraphics.Dispose()
    formGraphics.Dispose()
    buffer.Save(filename, System.Drawing.Imaging.ImageFormat.Jpeg)
    buffer.Dispose()
    End Sub
    If you copied and pasted this to your form, you could then save the form to a .jpg file anytime you want by passing the Me reference in for this first parameter and the filename that you want to save it to. For example, if you wanted to create a .jpg file in the root directory of your C drive called "Test.jpg":
    SaveFormToFile(Me, "Test.jpg")
    - Elton

  • How to save a file in PDF

    Hi,
    Iam developing an application where in iam drawing some boxes using Java Graphics.I wanted to save the file as .PDF file.Is it possible to save the file as .PDF file.If so any one has any sample code?Please help me in this regard as its very important for me to do.
    Thanks in advance,
    Regards,
    Ravi

    Steve, you're amazing. Do you keep a deadbeat
    database or is your memory that good?
                             RIGGS
                   Roger.  Quit looking so damn
                   worried.  I'm fine.
                             MURTAUGH
                   Two inches higher, they would've
                   got your head.
                             RIGGS
                   Fuck that.  Two inches to the left,
                   they would've got my smokes.
         He takes out a pack, lights one up.
                             RIGGS
                   Oh, by the way:  Guy who shot me?
                             MURTAUGH
                   Yeah.
                             RIGGS
                   Same guy who shot Lloyd.
                             MURTAUGH
                   Jesus ... You sure?
                             RIGGS
                   I never forget an asshole.

  • How to save the expense in PDF in transc. PR05?

    Hi,
    If I access the transaction PR05 to see an user expense could the expense be save it in the PC in a PDF format?? I don't see an option over there to save an expense in PDF..
    Every employee if access the ESS they can see their expenses in PDF but could I search by personnal number in the transaction PR05 and save a user expense in PDF in a local PC?
    I already accesed SPRO -> Financial Accounting -> Travel Management -> Travel Expenses -> Dialog and Travel Expenses -> etc and the PDF is active.
    Thanks,
    Carlos

    Hi Carlos
    You need to check 1st if yours PR05 from is coming in HTML or PDF format while doing the simulation .
    If  your expense form  is displaying in HTML format  then you can not save it.
    So if  you want to change this HTML to PDF, you have to do the configuration table.
    V_T702N_A  Accounting Control in Expert View.  here  you need to make change in  other settlement in
    Position 4 th  to 0 .This will display based on below condition. so change it as per your need.
    If you want to display it in PDF then it must be ZERO
    0 = All travel expense forms in the Web Dynpro interface and the forms for the travel manager, travel expense manager, weekly report, and single-record entry in the SAP ERP system are displayed as PDF-based forms (Adobe).
    1 = All travel expense forms in the Web Dynpro interface and the forms for the travel manager, travel expense manager, weekly report, and single-record entry in the SAP ERP system are displayed as ABAP lists or HTML forms. This does not apply to the travel request and travel plan forms.
    2 = All travel expense forms in the Web Dynpro interface and the form for the travel manager in the SAP ERP system are displayed as PDF-based forms (Adobe). The forms for the travel expense manager, the weekly report, and single-record entry in the SAP ERP system are displayed as ABAP lists or HTML forms. This does not apply to the travel request and travel plan forms.
    So  your PR05 form will diaply in PDF & save it in your PC.
    Thanks
    Anwar Hosaain

  • How to save a website as PDF on iPhone 5s

    Is there anyway to save a webpage as PDF then open it on iBooks? Does all websites support PDF

    Read here:
    http://osxdaily.com/2013/05/18/save-web-page-pdf-ios/

  • How to download a page in pdf or doc format

    Hi,
    I want to download a content of page in pdf or doc format through a button.
    How can I acheive it.
    I created a salary page and now want to download this page directly in pdf or doc format, how to do it.
    Using Peopltools 8.49
    PS HRMS 9.0
    plz help.
    Many thanks...

    The entire solution would be too large and complex to post. Here are some pointers to get you going. One alternative is to use BI/XML Publisher to create the output document and launch it from a button on the page (PeopleCode and Derived/Work record). Another alternative is to use Apache POI to generate a doc and iText to generate PDF. Customers have used all of these approaches.

  • How to save print setup for pdf file so that every user can open and print w/o manually performing?

    Can is there a way to configure the print settings (i.e. paper size, orientation, etc.) and save this setting as part of the pdf file? I would like the users of pdf files to be able to open the file and simply print, without having to manually configure the print settings.

    Not sure if this will help. I got this information from the built-in help under Acrobat 9.
    Advanced
    Lists PDF settings, print dialog presets, and reading options for the document.In the PDF settings for Acrobat, you can set a base Uniform Resource Locator (URL) for web links in the document. Specifying a base URL makes it easy for you to manage web links to other websites. If the URL to the other site changes, you can simply edit the base URL and not have to edit each individual web link that refers to that site. The base URL is not used if a link contains a complete URL address.
    You can also associate a catalog index file (PDX) with the PDF. When the PDF is searched with the Search PDF window, all of the PDFs that are indexed by the specified PDX file are also searched.
    You can include prepress information, such as trapping, for the document. You can define print presets for a document, which prepopulate the Print dialog box with document-specific values. You can also set reading options that determine how the PDF is read by a screen reader or other assistive device.
    Create print presets
    A PDF can contain a set of print presets, a group of document-specific values that is used to set basic print options. By creating a print preset for a document, you can avoid manually setting certain options in the Print dialog box each time you print the document. It’s best to define print settings for a PDF at the time that you create it, but print presets provide a means to add basic print settings to a PDF at any time.
    Choose File > Properties, and click the Advanced tab.
    In the Print Dialog Presets section, set options and click OK.
    The next time you open the Print dialog box, the values will be set to the print preset values. These settings are also used when you print individual documents in a PDF Portfolio.
    Note: To retain a print preset for a PDF, you must save the PDF after creating the print preset.
    Print Dialog Presets
    Page Scaling
    Prepopulates the Page Scaling option in the Print dialog box with the option you choose:
    Default
    Uses the application default setting, which is Shrink To Printable Area.
    None
    Prevents automatic scaling to fit the printable area. This setting is useful for preserving the scale of page content in engineering documents, or for ensuring that documents print at a particular point size to be legal.
    DuplexMode
    For best results, the selected printer should support duplex printing if you select a duplex option.
    Simplex
    Prints on one side of the paper.
    Duplex Flip Long Edge
    Prints on both sides of the paper; the paper flips along the long edge.
    Duplex Flip Short Edge
    Prints on both sides of the paper; the paper flips along the short edge.
    Paper Source By Page Size
    Selects the option by the same name in the Print dialog box. Uses the PDF page size to determine the output tray rather than the page setup option. This option is useful for printing PDFs that contain multiple page sizes on printers that have different-sized output trays.
    Print Page Range
    Prepopulates the Pages box in the Print Range section of the Print dialog box with the page ranges you enter here. This setting is useful in a workflow where documents include both instruction pages and legal pages. For example, if pages 1–2 represent instructions for filling out a form, and pages 3–5 represent the form, you can set up your print job to print multiple copies of only the form.
    Number Of Copies
    Prepopulates the Copies box in the Print dialog box. Choose a number from 2 to 5, or choose Default to use the application default, which is one copy. This limitation prevents multiple unwanted copies from being printed.
    Thanks.

  • How to save unsaved changes to pdf file?

    Hi,
    I have a plugin for signature creation and verification created using acrobat sdk 9 and testing in acrobat x. When user initiates a signature creation process, in SigGetSigProperties() callback, i need to save any unsaved changes in the pdf file before i proceed with the signature creation process. To achieve this i added this code to SigGetSigProperties() callback:
    // Save unsaved changes to file.
    AVDoc avDoc = AVAppGetActiveDoc();
    if( avDoc )
    PDDoc pdDoc = AVDocGetPDDoc(avDoc);
    // save unsaved changes
    PDDocSave(pdDoc, PDSaveIncremental, NULL, NULL, NULL/*AVAppGetDocProgressMonitor(NULL)*/, NULL);
    But this code generates this error:
    Creation of this signature could not be completed.
    Unknown error
    supported information: CDSHandler-657
    and
    Creation of this signature could not be completed.
    Error at File: ..\sources\DSHandler.cpp , Line: __LINE__
    What am i doing wrong here? is this the right approach and is there a better way to achieve this?
    thanks and regards,

    Hi,
    Actually, i need to save the pdf just before signing starts. saving at idle handler will not fullfil our requirements. how can i achieve this?
    And keeping in mind the above requirement, when i think about adding a button or menu item, as u suggested, the only thing that comes in my mind is that, i disable the signature creation button and add my own button for signature. When its presses i save the pdf and internally call the acrobat's default signature button to start the signing process. But firstly i dont know if its possible. and secondly, there still remains the scenario where the user clicks an empty field to start the signing process.
    what should i do?

  • How to save classical report as pdf file

    hi all,
    i have created a classical report and now the requirement is to save that report as a pdf .
    is there any FM or any other method to do so?
    regards
    vijay

    Hi Vijay,
    Here is what I did for the same requirement:
    Calling for the PDF File name and path to save the file
      CALL METHOD cl_gui_frontend_services=>file_save_dialog
        EXPORTING
          window_title         = 'Quote Bom PDF File'
          default_file_name    = l_file_name
          initial_directory    = l_fullpath
          prompt_on_overwrite  = 'X'
        CHANGING
          filename             = l_file
          path                 = l_path
          fullpath             = g_path
          user_action          = l_user
        EXCEPTIONS
          cntl_error           = 1
          error_no_gui         = 2
          not_supported_by_gui = 3
          OTHERS               = 4.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                   WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
      IF l_user = 0.
    Please follow the following order for the subroutines which is creating the Spool Number, writing the* 
    statements on to the screen and then create the PDF file*
        PERFORM get_spool_created.
        PERFORM write_lines.
        NEW-PAGE PRINT OFF.
        g_spool_no = sy-spono.
        PERFORM download_as_pdf.
    Spool Number is getting created in this routine*
    FORM get_spool_created .
      DATA: pripar TYPE pri_params,
              arcpar TYPE arc_params,
              lay    TYPE pri_params-paart,
              lines  TYPE pri_params-linct,
              rows   TYPE pri_params-linsz.
      DATA: val(1), val1(1).
      DATA: dest TYPE pri_params-pdest VALUE 'LP01'.
      DATA: name TYPE pri_params-plist VALUE 'Testing'.
      DATA: i_pdf TYPE STANDARD TABLE OF tline.
      DATA: spono TYPE tsp01-rqident.
      CALL FUNCTION 'GET_PRINT_PARAMETERS'
        EXPORTING
          destination              = dest
          no_dialog                = 'X'
          immediately              = ' '
        IMPORTING
          out_archive_parameters   = arcpar
          out_parameters           = pripar
          valid                    = val
          valid_for_spool_creation = val1
        EXCEPTIONS
          archive_info_not_found   = 1
          invalid_print_params     = 2
          invalid_archive_params   = 3
          OTHERS                   = 4.
      IF sy-subrc NE 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
        WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
      pripar-linsz = '132'.
      pripar-paart = 'X_65_132'.
      pripar-prdsn = 'LP01'.
      CALL FUNCTION 'GET_PRINT_PARAMETERS'
        EXPORTING
          in_archive_parameters    = arcpar
          in_parameters            = pripar
          no_dialog                = 'X'
          list_name                = name
        IMPORTING
          out_archive_parameters   = arcpar
          out_parameters           = pripar
          valid                    = val
          valid_for_spool_creation = val1
        EXCEPTIONS
          archive_info_not_found   = 1
          invalid_print_params     = 2
          invalid_archive_params   = 3
          OTHERS                   = 4.
      IF sy-subrc EQ 0.
        NEW-PAGE NO-TITLE NO-HEADING PRINT ON
        NEW-SECTION
        PARAMETERS pripar
        ARCHIVE PARAMETERS arcpar
        NO DIALOG.
      ELSE.
        WRITE:/ 'Unable to create spool'.
        EXIT.
      ENDIF.
    ENDFORM.                    " GET_SPOOL_CREATED
    Write all your statements in this routine*
    *&      Form  WRITE_LINES
          text
    -->  p1        text
    <--  p2        text
    FORM write_lines .
    CALL THE ROUTINE WHICH WRITES ALL LINES TO THE SCREEN
    ENDFORM.                    " WRITE_LINES
    *Download the file as PDF
    *&      Form  DOWNLOAD_AS_PDF
          text
    -->  p1        text
    <--  p2        text
    FORM download_as_pdf .
      DATA:
              l_no_of_bytes TYPE i,
              l_pdf_spoolid LIKE tsp01-rqident,
              l_jobname     LIKE tbtcjob-jobname,
              l_jobcount    LIKE tbtcjob-jobcount,
              i_pdf         TYPE TABLE OF tline,
              i_cpdf        TYPE TABLE OF tline,
              l_spono       TYPE tsp01_sp0r-rqid_char,
              l_fullpath    TYPE string.
      CALL FUNCTION 'CONVERT_ABAPSPOOLJOB_2_PDF'
        EXPORTING
          src_spoolid              = g_spool_no
          no_dialog                = ' '
        IMPORTING
          pdf_bytecount            = l_no_of_bytes
          pdf_spoolid              = l_pdf_spoolid
          btc_jobname              = l_jobname
          btc_jobcount             = l_jobcount
        TABLES
          pdf                      = i_pdf
        EXCEPTIONS
          err_no_abap_spooljob     = 1
          err_no_spooljob          = 2
          err_no_permission        = 3
          err_conv_not_possible    = 4
          err_bad_destdevice       = 5
          user_cancelled           = 6
          err_spoolerror           = 7
          err_temseerror           = 8
          err_btcjob_open_failed   = 9
          err_btcjob_submit_failed = 10
          err_btcjob_close_failed  = 11
          OTHERS                   = 12.
      l_spono = g_spool_no.
      CALL FUNCTION 'RSPO_R_RDELETE_SPOOLREQ'
        EXPORTING
          spoolid = l_spono.
      CALL FUNCTION 'GUI_DOWNLOAD'
        EXPORTING
          bin_filesize            = l_no_of_bytes
          filename                = g_path
          filetype                = 'BIN'
        TABLES
          data_tab                = i_pdf
        EXCEPTIONS
          file_write_error        = 1
          no_batch                = 2
          gui_refuse_filetransfer = 3
          invalid_type            = 4
          no_authority            = 5
          unknown_error           = 6.
    ENDFORM.                    " DOWNLOAD_AS_PDF
    Thanks.
    Respond if you need any more help.

  • How I save text to a PDF so that I can email the changes?

    I just downloaded adobe acrobat reader for my iPhone 4S. Every time I add text to a PDF and then email it, the recipients never receive the annotated file. They only receive a blank PDF. I don't see any feature to save changes. Please help.

    The changes are saved automatically. Unfortunately, some PDF viewers don't support viewing annotations. One such viewer is the PDF viewer built into iOS and included in the iOS mail app, Safari and other apps like dropbox. Please ensure that your recipients are viewing the PDF in a viewer that supports annotation viewing like the Adobe Reader for iOS, Android, Windows Store, MacOSX or Windows. Some of our competitor's apps support annotation viewing as well, but we're obviously biased towards our own =).

  • How to save a edited scanned pdf in Acrobat XI

    I open a scanned pdf file(all pages are scanned),then delete some pages and try to save as
    another pdf file.the Acrobat XI error-reporting:cannot save document.reading this document cause error. error code:110.What's wrong with it?need help!

    Don't know about the error message, but first save the file. Check to be sure it does not have security set to not allow modification. If not, then try the delete on a page and then the save (work on a copy).

  • How to Save as - Reader Extended Pdf - Enable Commenting & Measuring using Acrobat Javascipt

    I need to save a pdf file as Reader Extended Pdf with Enable Commenting & Measuring using Acrobat Javascipt
    Any help on this, please provide the code since I am new bee to this.

    Not possible.
    On Wed, Nov 12, 2014 at 9:01 AM, Alasan1986 <[email protected]>

  • How to save to .doc or .rtf without loosing formatting

    Hi, I have to submit academic assignments with either .doc or .rtf file extensions. However, in the University there is a protocol for headers and footers so that the assignment is anonymous and when quoting from reference documents we have to indent paragraphs. When writing this is pages and exporting to .doc or .rtf all of the formatting gets lost. If I submit these without the right formatting, I will get marked down. They will not accept .pdf, which works OK - how can I save in .doc or .rtf without loosing the formatting?

    Hi Peter Breis, you have suggested soemthing that works which is the first line and left paragraph indents but this still does not work with tabs. The .rtf is not a solution becaue of the need for headers and footers (with pages numbers). In the .rtf file they just appear at the end of the text rather than a header and footer.
    Anyway, in summary, thank you Peter, you have given me a solution that works which is to indent using first line and left paragraph indents and to export into a .doc document. The headers and footers export without a problem using this method. I will nominate all the extra marks that I will get from following the University's protocol to you!, Thanks!

  • How to save a drawn image in our own format

    hai,
    i'm developing a designing tool. in that user can draw any type of diagrams. i have to save the drawn image in my own extention... how can i do it. provide me some sample code if u can...

    mituli wrote:
    Thanks,
    but I am using Image.getScaledImage() to get scaled image(obviously). This returns an Image object. When I call getGraphics() on this object it throws an exception:
    Exception in thread "AWT-EventQueue-0" java.lang.UnsupportedOperationException: getGraphics() not valid for images created with createImage(producer) at sun.awt.image.ToolkitImage.getGraphics(ToolkitImage.java:292)Try using createGraphics() instead.
    In javadoc i found out that this method can be used only on off-screen image. What is off-screen image?Use BufferedImages, you'll have a lot less problems.
    Anyway I can't use this object in ImageIO.write because it requires RenderedImage object which can only be BufferedImage object.
    I tried to cast Image to BufferedImage but can't be ... If you need to get your Image painted onto a BufferedImage, you can do it like this:
    BufferedImage bi = new BufferedImage(myImageWidth, myImageHeight, BufferedImage.TYPE_INT_RGB);
    Graphics2D  g = bi.createGraphics();
    g.drawImage(myImage, 0, 0, null);

Maybe you are looking for

  • Credit memo - Blocked for payment

    Prior to the Posting of FI document for Credit memo through FV60 or FB60, I want the field "Pmnt Block" to be changed to "Blocked for Payment" . How can this be done? Please advice. Regards, Sangeeta

  • How to Run EXE From Applet...

    Hi everyone... I want to run EXE from Applet ... I tried it .. It runs good at Normal Case... But when I embed it with HTML it provides Access Denied Exception... can anyone give me the idea for Invoking an EXE From Applets loaded in browser....

  • Newest MBA or MBP for large applications at the same time?

    Love the newest MBA and really want it - the reviews are so fantastic - but I am simply afraid of making the same mistake I've made in the past and ordering the less powerful machine. I currently have a Dell and an HP, and neither will allow me to us

  • Mac book pro automatically shuts down

    I bought a mac book pro last december 2012, yet i already experienced problems with my mac last january 2013. Twice it failed to open after i had it in sleep. Charger indicated no light. Twice i also had it taken in for service, in both occasions the

  • Importieren von Clips von Kamera oder Schreibtisch

    Nach der Auswahl der Clips fürs Importieren werden diese in dem gewählten Ereignis dargestellt. Allerdings als noch auf Kamera befindlich. Als Hinweis erscheint, man soll im Menü "Ablage" den Unterpunkt "aus Kamera/Archiv erneut importieren" auswähle