Converting jpgs to pdf, combine and upload

I want to convert about 90 JPGs into PDFs, combine them into a single PDF and then upload them. Would welcome some basic advice. I know about PDFLab but not sure how to convert them into PDFs first.
Many thanks,
Michael, London

You can do that easily with Apple's Preview program.
Open one of the .jpg files in Preview. Click the "Sidebar" button in the toolbar to show the sidebar. Drag all the other .jpgs into the sidebar. Drag them into the order you want. Select them all in the sidebar, select File -> Print, click the PDF button, and choose Save As PDF.

Similar Messages

  • Free trial version unable to convert jpg to pdf

    I have downloaded the free trial of adobe but it will not allow me to convert a jpg to pdf.  Does anyone know if I have to buy adobe in order to do so?

    Hi mom2coleandluke,
    Can you please let us know the steps you are performing to convert JPG to PDF and also the error that you are getting. If possible, please provide us the screenshot of the error message. For information on posting screenshot, refer: http://forums.adobe.com/message/4209263

  • How to convert Xstring to PDF format and send pdf to multiple user

    Hi to all
    can any one provide me saple code to convert Xstring to PDF format and send pdf to multiple user
    i have searched the SDN , but cant get any proper soulution.
    I shall be thankful to you for this.
    Regards
    Pavneet Rana

    Use function module 'SCMS_XSTRING_TO_BINARY' to convert from XString to a Binary table. Just like this:
      CALL FUNCTION 'SCMS_XSTRING_TO_BINARY'
        EXPORTING
          buffer          = lv_xstring_pdf
          append_to_table = ' '
        TABLES
          binary_tab      = lt_doc_content.
    To send the email in an OO way you should user class CA_SEND_REQUEST_BCS. Take a look to program BCS_EXAMPLE_6 or any of the test programs in package SBCOMS.

  • Preview Problem when converting .jpg to .pdf

    My scanner isn't producing sharp enough images, so I am:
    1. Saving the 300 dpi scanned file in .jpg format
    2. Opening the .jpg file in Preview.
    3. Sharpening the image.
    4. Saving the .jpg file as a .pdf file.
    But Preview saves the .pdf file with huge dimensions (as though it had been scanned at 72 dpi instead of 300 dpi). So when I open the file in Acrobat, to OCR it, Acrobat thinks the file is huge (over 30" wide and over 40" tall) and the OCR chokes with a message that the page dimensions are too big. Obviously I could simply resave the sharpened .jpg file in .jpg format, and use Acrobat to convert it to PDF, which gives it the correct page dimensions. But the sharpened .pdf file looks better on screen when created by Preview. Is there any way to convert the .jpg file to .pdf within Preview which will keep the correct page size information? (Or, as a last resort, is there a Mac utility which will resize PDF dimensions?)

    Hi Bruce, and a warm welcome to the forums!
    You can create a Colorsync Filter to save a PDF/x-3 at your chosen resolution...

  • Havig problems converting JPG to PDF with Acrobat Prof 7

    I am using Acrobat professional 7. I am trying to convert JPG files to PDF. I have done this in the past without problems and now I am getting a message of "unrecoverable error". What can I do? I have tried doing this with one file and with multiple files and still get the same problem.

    What I do is:
    File
    Create PDF
    from Multiple files
    Browse
    (select file)
    add
    OK
    Then after I do all of that I get the message "unrecoverable error"
    I have created over the past year thousands of JPG files to PDF without problems. I can't seem to create a PDF from these JPG files today. I have tried using just one file and also several files and get the same message each time.

  • Convert jpg to pdf with proper bounding box for LaTeX

    Hi,
    does anybody know how I can use Acrobat 8 Professional on my Mac to convert a jpg into a pdf that with a proper bounding box for LaTeX?
    When I import the jpg and save it as a pdf, then LaTeX cannot determine the correct size, and, therefore, the picture appears way too big in LaTeX's output.
    The LaTeX Error message is "Cannot determine size of graphic in myPic.pdf (no BoundingBox)"
    On my Mac I don't even know how to check the size of the bounding box.
    Thanks for your suggestions!
    Kurt

    Hi - thanks for all the answers.
    I have tried to use Graphics Converter but it has way too many options, and if I just use the default one's, the pdf quality is changed, so black does not appear as black anymore but slightly grey. And since Graphics Converter changed the pdf unexpectedly, I don't want to risk that it changes something else that I might miss now and only realize when the manuscript is in print.
    Currently, I cannot check if the correct Bounding Box would be set using Graphics Converter: My LaTeX implementation shows the pdf in the correct size, even without bounding box, but the LaTeX implementation of the journal I am submitting the graphics to does not, and since I already submitted the manuscript, I cannot check anymore. Using GhostView on a PC would help, but on a Mac I don't get GhostScript to do that.
    I cannot use jpg's directly, as the journal does not support jpg's.
    The figures were prepared using photoshop, so maybe I try exporting them directly from there, but as far as I remember, this did not set the bounding box correctly either. But since I am not sure I need to test it again.
    Is there a way to view the bounding box?
    I thought that the bounding box just gives the dimensions in pixels, so does the actual size really matter?
    Thanks a lot.
    Kurt

  • Convert Smartform in PDF format and send to SAP Workplace

    Hi to all.
    I need help of somebody expert in SMARTFORM's.
    I need to convert a smartform into PDF format and to send as attachement for SAP workplace
    of the user.
    I developed the next code.
    IT is to function and to send the mail for SAP workplace, but it happens that smartform
    contains images (logos) and tables, when the user tries to open the file pdf in inbox gives
    to error - "An unrecognized token ' q0 ' was found".
    I tried to call a smartform only with text and functioned well.
    Somebody can help me?
    My code:
    Begin ***********************************************
    REPORT zteste_nsa_send_pdf_sap_office.
    DATA: t_print LIKE zeps_fm04 OCCURS 0 WITH HEADER LINE,
          v_size TYPE i.
    DATA: ls_bil_invoice TYPE lbbil_invoice.
    TABLES: nast.
    DATA: i_otf TYPE itcoo OCCURS 0 WITH HEADER LINE,
    i_tline TYPE TABLE OF tline WITH HEADER LINE,
    i_receivers TYPE TABLE OF somlreci1 WITH HEADER LINE,
    i_record LIKE solisti1 OCCURS 0 WITH HEADER LINE,
    Objects to send mail.
    i_objpack LIKE sopcklsti1 OCCURS 0 WITH HEADER LINE,
    i_objtxt LIKE solisti1 OCCURS 0 WITH HEADER LINE,
    i_objbin LIKE solisti1 OCCURS 0 WITH HEADER LINE,
    i_reclist LIKE somlreci1 OCCURS 0 WITH HEADER LINE,
    Work Area declarations
    wa_objhead TYPE soli_tab,
    w_ctrlop TYPE ssfctrlop,
    w_compop TYPE ssfcompop,
    w_return TYPE ssfcrescl,
    wa_doc_chng TYPE sodocchgi1,
    w_data TYPE sodocchgi1,
    wa_buffer TYPE string,"To convert from 132 to 255
    Variables declarations
    v_form_name TYPE rs38l_fnam,
    v_len_in LIKE sood-objlen,
    v_len_out LIKE sood-objlen,
    v_len_outn TYPE i,
    v_lines_txt TYPE i,
    v_lines_bin TYPE i.
    START-OF-SELECTION.
      CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
        EXPORTING
          formname           = 'ZFPS_FICHA_VALORIZACAO'
        IMPORTING
          fm_name            = v_form_name
        EXCEPTIONS
          no_form            = 1
          no_function_module = 2
          OTHERS             = 3.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
        WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
      w_ctrlop-getotf    = 'X'.
      w_ctrlop-no_dialog = 'X'.
      w_compop-tdnoprev  = 'X'.
      CALL FUNCTION v_form_name
        EXPORTING
          control_parameters = w_ctrlop
          output_options     = w_compop
          user_settings      = 'X'
          is_bil_invoice     = ls_bil_invoice
          is_nast            = nast
          is_repeat          = 'X'
        IMPORTING
          job_output_info    = w_return
        TABLES
          t_list             = t_print
        EXCEPTIONS
          formatting_error   = 1
          internal_error     = 2
          send_error         = 3
          user_canceled      = 4
          OTHERS             = 5.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
        WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
      i_otf[] = w_return-otfdata[].
      CALL FUNCTION 'CONVERT_OTF'
        EXPORTING
          format                = 'PDF'
          max_linewidth         = 132
          bin_filesize          = v_len_in
        TABLES
          otf                   = i_otf
          lines                 = i_tline
        EXCEPTIONS
          err_max_linewidth     = 1
          err_format            = 2
          err_conv_not_possible = 3
          OTHERS                = 4.
      IF sy-subrc EQ 0.
      ENDIF.
    Convert PDF from 132 to 255.
      LOOP AT i_tline.
        TRANSLATE i_tline USING '~'.
        CONCATENATE wa_buffer i_tline INTO wa_buffer.
      ENDLOOP.
      TRANSLATE wa_buffer USING '~'.
      DO.
        i_record = wa_buffer.
        APPEND i_record.
        SHIFT wa_buffer LEFT BY 255 PLACES.
        IF wa_buffer IS INITIAL.
          EXIT.
        ENDIF.
      ENDDO.
    SEND MAIL
      REFRESH:  i_reclist,
                i_objtxt,
                i_objbin,
                i_objpack.
      CLEAR wa_objhead.
    Object with PDF.
      i_objbin[] = i_record[].
    Object with main text of the mail.
      i_objtxt = 'Fichas de Valorização e Esquemas Tipo'.
      APPEND i_objtxt.
    Document information.
      wa_doc_chng-obj_name   = 'SMART'.
      wa_doc_chng-expiry_dat = sy-datum + 10.
      wa_doc_chng-obj_descr  = 'Ficha de Valorização'.
      wa_doc_chng-sensitivty = 'F'. "Functional object
      wa_doc_chng-doc_size = ( v_lines_txt - 1 ) * 255 + STRLEN( i_objtxt ).
    Pack to main body as RAW.
    Obj. to be transported not in binary form
      DESCRIBE TABLE i_objtxt LINES v_lines_txt.
      READ TABLE i_objtxt INDEX v_lines_txt.
      CLEAR i_objpack-transf_bin.
      i_objpack-head_start = 1.
      i_objpack-head_num   = 0.
      i_objpack-body_start = 1.
      i_objpack-body_num   = v_lines_txt.
      i_objpack-doc_type   = 'RAW'.
      APPEND i_objpack.
    Packing as PDF.
    Obj. to be transported in binary form
      DESCRIBE TABLE i_objbin LINES v_lines_bin.
      READ TABLE i_objbin INDEX v_lines_bin.
      i_objpack-transf_bin = 'X'.
      i_objpack-head_start = 1.
      i_objpack-head_num   = 0.
      i_objpack-body_start = 1.
      i_objpack-body_num   = v_lines_bin.
      i_objpack-doc_type   = 'PDF'.
      i_objpack-obj_name   = 'SMART'.
      CONCATENATE 'Ficha_Valorizacao' '.pdf' INTO i_objpack-obj_descr.
      i_objpack-doc_size = ( v_lines_bin - 1 ) * 255 + STRLEN( i_objbin ).
      APPEND i_objpack.
    e-mail receivers.
      CLEAR i_reclist.
      i_reclist-receiver = sy-uname.
      i_reclist-rec_type = 'B'.
      i_reclist-express  = 'X'.
      APPEND i_reclist.
      CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
        EXPORTING
          document_data              = wa_doc_chng
          put_in_outbox              = 'X'
          commit_work                = ' '
        TABLES
          packing_list               = i_objpack
          object_header              = wa_objhead
          contents_bin               = i_objbin
          contents_txt               = i_objtxt
          receivers                  = i_reclist
        EXCEPTIONS
          too_many_receivers         = 1
          document_not_sent          = 2
          document_type_not_exist    = 3
          operation_no_authorization = 4
          parameter_error            = 5
          x_error                    = 6
          enqueue_error              = 7
          OTHERS                     = 8.
      IF sy-subrc EQ 0.
      ENDIF.
    End  *************************************************
    Thanks very much to all and Happy New year...
    Nelson

    Please check this link...
    [http://help.sap.com/saphelp_nw04/helpdata/en/27/67443cc0063415e10000000a11405a/content.htm|http://help.sap.com/saphelp_nw04/helpdata/en/27/67443cc0063415e10000000a11405a/content.htm]
    -Muktar

  • Convert XSTRING to PDF Format and Send it as an attachment with work-item

    I have an Adobe Form data available in the ECC system in XSTRING format. In one of my ABAP methods (used by a custom workflow task), i want to convert the XSTRING data in PDF format and send it as an attachment with a work-item. How best can this be done?
    Appreciate any ideas,
    Saurabh

    Hi Saurabh,
    if u want to download pdf which is in xstring format to u r local system
    u can try the following code.
    data: data_tab type table of x255.
    call function 'SCMS_XSTRING_TO_BINARY'
    exporting
    buffer = XString data
    tables
    binary_tab = data_tab.
    cl_gui_frontend_services=>gui_download(
    exporting
    filename = filename
    filetype = 'BIN'
    changing
    data_tab = data_tab ).
    cl_gui_frontend_services=>execute(
    exporting
    document = filename ).
    Regards,
    Chandru

  • Convert PO into PDF format and send by an email to vendor

    We are using SAP version ECC 5.0. We want to convert SAP PO into PDF format and attached it in an email and send it to vendor. Please give me some tips to achieve this?
    Thanks in advance!
    Mrudula

    Hi!
    The way to achieve your goal depends on how you get PO printed - by sapscript, smartform or abap list.
    As have been mentioned you can create spool request and process it. But for sapscript and smartform you can proceed without spool request - just get back OTF data from corresponding FM and convert it to PDF.
    In case of smartform:
    CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
    EXPORTING
    formname = 'ZFORMNAME'
    IMPORTING
    fm_name = v_form_name
    EXCEPTIONS
    no_form = 1
    no_function_module = 2
    OTHERS = 3.
    w_ctrlop-getotf = 'X'.
    w_ctrlop-no_dialog = 'X'.
    w_compop-tdnoprev = 'X'.
    CALL FUNCTION v_form_name
    EXPORTING
    control_parameters = w_ctrlop
    output_options = w_compop
    user_settings = 'X'
    IMPORTING
    job_output_info = w_return
    EXCEPTIONS
    formatting_error = 1
    internal_error = 2
    send_error = 3
    user_canceled = 4
    OTHERS = 5.
    i_otf[] = w_return-otfdata[].
    In case of sapscript:
    options-tdgetotf = 'X'.
    CALL FUNCTION 'OPEN_FORM'
    EXPORTING
    options = options
    CALL FUNCTION 'CLOSE_FORM'
    IMPORTING
    RESULT =
    RDI_RESULT =
    TABLES
    otfdata = i_otf
    EXCEPTIONS
    unopened = 1
    bad_pageformat_for_print = 2
    send_error = 3
    spool_error = 4
    OTHERS = 5.
    Then convert to PDF
    DATA:
    pdf LIKE tline OCCURS 100 WITH HEADER LINE,
    v_len_in LIKE sood-objlen.
    CALL FUNCTION 'CONVERT_OTF'
    EXPORTING
       format                      = 'PDF'
       max_linewidth               = 132
      ARCHIVE_INDEX               = ' '
    IMPORTING
       bin_filesize                =  v_len_in
        TABLES
          otf                         = i_otf
          lines                       = pdf
       EXCEPTIONS
         err_max_linewidth           = 1
         err_format                  = 2
         err_conv_not_possible       = 3
         OTHERS                      = 4
    Then send as attachment as Max proposed.
    Regards,
    Maxim.

  • Convert jpg to pdf

    Need to attach a photo of a doc to a web site in pdf. How do I convert the jpg to pdf?
    thanks

    Please accept my apologies, I thought it was the Mac section for some reason.
    I think you need to get an app to do this…
    Possibly PictureToPDF?
    https://itunes.apple.com/gb/app/picturetopdf/id419894722?mt=8
    Or look at the list of "Customers also brought", there are other similar apps that seem to be free…
    Camera To PDF Free
    I can't think of any built in way to do this.

  • Adobe Acrobat Pro 9.5.5 / Crash when converting JPG to PDF

    Hello all,
         Not sure if anyone else has this issue that just started today.  I have approximately 8 JPG photos taken at 640x480 res (approx. 654kb total) that I'm trying to "Combine supported files in Acrobat".  The program will load the dialog box allowing me to reorder the files, change the output file size, etc. but once I click "Combine Files" the 'Status' stops at "Converting..." and throws the error shown below.  I've also tried "dragging/dropping" the files into an existing PDF, with the same result.  I've not had this problem before, and usually perform this operation without any issue.  Can anyone shed some light on what may be happening here?  Oh yeah, I'm using Windows 7 (64-bit) OS. Thanks in advance for any assistance
    Problem signature:
        Problem Event Name:                        APPCRASH
        Application Name:                             Acrobat.exe
        Application Version:                           9.5.5.316
        Application Timestamp:                     518ac052
        Fault Module Name:                          ImageConversion.api
        Fault Module Version:                        9.5.5.316
        Fault Module Timestamp:                  518aac4c
        Exception Code:                                  c0000094
        Exception Offset:                                0003ce16
        OS Version:                                          6.1.7601.2.1.0.256.48
        Locale ID:                                             1033
        Additional Information 1:                  0a9e
        Additional Information 2:                  0a9e372d3b4ad19135b953a78882e789
        Additional Information 3:                  0a9e
        Additional Information 4:                  0a9e372d3b4ad19135b953a78882e789

    Unfortunately no.  However, I did try converting several other stock photos that I have on my machine, and that worked fine.  This leads me to believe there is something "different" about the first set of JPGs that I was trying to convert.  Maybe a security setting on the camera that they were taken with? I'm still at a loss.  But thanks for the suggestion that sparked the other idea

  • Converting JPG to PDF causes Fit Width problem

    Hello,
    I'm using Acrobat 8 Pro on Vista, Core 2 Duo, 3 GB ram, plenty of storage space, etc...
    I have about two hundred JPG images (500 to 700 KB each) that I want to convert and combine into a single PDF document. I clicked on Combine Files, Add Folder, selected Larger File Size and continued from there to create the PDF. But the resulting PDF document has a problem when viewed in Reader or any other PDF viewer. The problem is, when I switch to Fit Width view, only the first 3 pages/images fit the width of the screen. All the following pages/images actually get smaller than a Fit Page view.
    Does anybody know why this is happening?
    Thanks.

    Are you viewing the images in "Continuous" mode (you can see more than one
    page in the window at a time)? The JPEG images may be of different
    dimensions, and in continuous mode the page width zoom is set by the width
    of the first visible page. Changing out of continuous mode will allow the
    zoom to change for each page width as you scroll through the document.

  • How do I set up a default ownership Metadata when converting JPG to PDF.

    I have a lot of files that I converted to JPG which include all of my contact information in the Metadata.  However it isn't coming over when I convert to PDF and I'd really like to not have to enter all that default information for hundreds of files.  Any help would be greatly appreciated.
    You can also respond directly to me at [email protected]
    thank you.

    Never mind.  Found my answer.  Sometimes all you have to do is type it - then you can figure it out! 

  • Using PHP to process submitted PDF Form and Upload FDF to Server

    Hi All,
    I have a PDF form online (created in Acrobat 9.0 Pro, NOT LiveCycle Designer!) that, once a user has filled it out and clicks the submit button, I want two things to happen:
    1) I want the data from the form to be submitted to a custom PHP script, which I can do several different things with (store the data in a MySQL database, for example).
    2) I would also like to upload/store/save (not sure of the proper vernacular) the filled out form (FDF file) to the web server.
    Now what I need from you lovely people, either directly, or point me to where I can find the following:
    1) How/What options do I choose for the Submit button in Acrobat 9.0 Pro when I create the PDF?
    2) What/Where can I find a PHP code snippet to get the data from fields in the submitted form?
    3) I know you can set up an Acrobat form to e-mail a copy of the FDF file to a specified e-mail address. Instead of emailing that FDF file, I want to store it directly to a folder on my web server. However, just setting the URL in the submit button to a folder on my web server doesn't seem to do the trick. So, I guess what I need is to somehow reference the FDF file with my custom PHP script... something like $_POST["fdffile"] ???? Please if anyone knows how to do this, please let me know! Because, if I can reference the FDF file, I can then use PHP's built in FTP functions to upload it to a specific folder on my web server.
    Thanks for any input!!!

    HI All,
    can someone please quide me how I can make this code to work for me?
    Where and what folder I have to put this PHP script?
    What my http will be?( I will use localhost)
    What the name of my PDF file(create by LiveCycle Designer)
    What the name of the file I will receive and where(folder) will be send it via the server?
    I see these name below in the PHP script but I can not make out what....
    configuration.php
    administrator/xml
    administrator/pdf
    THANK you

  • Convert invoice to PDF format and send email automatically

    Hello,
    We have a requirement weherin when a billing document is created in SD with transaction code VF01, the invoice should automatically get converted to PDF and mail should be sent to the customer's external email id.
    Please seggest how this can be done.
    RR

    check this Email Invoice as PDF

Maybe you are looking for

  • Blog summary does not seem to update online

    I've just updated a blog I've created for a musician friend of mine; it's been done on iweb 3.0.2 & published via ftp using godaddy: http://lauramoodymusic.com/lmm/news/news.html However, the main blog summary which is correct on iweb, and the versio

  • How to write the char value as is in the CSV file

    Hi Everyone, I am creating csv files which contains inventory details for all the products. I am able to create the csv file with utl file concepts. My problem starts after the csv file is being created. some of the product numbers(Though I am saying

  • Problem with import files from windows media player into iTunes

    When I have tried to import my .wav lossless files created under windows media player into iTunes I use File, add folder to library but when the action is completed I get all of the files under the heading 'unknown album' with 'unknown artist'. Does

  • Substring function in HFR

    Hello Experts, Iam a rookie in HFR. I needed to know how to implement the Substring functionality in Hyperion. Can anyone throw some light on this?

  • Asynchronous event in Process chain

    Hi Experts , What is the use of asynchronous scheduling of an event in the process chain (using ABAP program) . I have used synchronous and local selections generally for my process chains earlier , but was wondering where could we exactly use asynch