Attachment two or more PDF's in a mail

When I create a message and I want to attach more than one document (not photos) in a single email, how I can do? Eg. I want to send two PDF's in a mail.
Cuando creo un mensaje y quiero anexar más de un documento (que no sean fotos) en un mismo correo electrónico, ¿cómo puedo hacerlo? Ahora solo puedo enviar de uno en uno, por ej. cuando envio un PDF en un mail voy a iBooks, visualizo el documento PDF, pulso con el dedo sobre él y me ofrece la posibilidad de "enviar por correo" pero si quiero anexar otro documento PDF en el mismo mail no tengo esa posibilidad.

Hello Kvundigala ,
since ADS can not merge multiple PDF into a single one, would you please accept some workaround? For example ,one PDF as a main PDF and all others PDF as attachment, I mean to merge other PDF into that main PDF? Adding attachment into PDF is feasible.
* Get FP reference.
  l_fp = cl_fp=>get_reference( ).
  TRY.
* Create PDF Object.
      l_pdfobj = l_fp->create_pdf_object( connection = p_dest ).
* Set document.
      l_pdfobj->set_document( pdfdata = l_pdf ).
* Set attachment.
      CONCATENATE 'Attachment' sy-uzeit INTO l_attachment-name
          SEPARATED BY space.                               "#EC NOTEXT
      l_filename = p_att.
      CALL FUNCTION 'SPLIT_FILENAME'
        EXPORTING
          long_filename  = l_filename
        IMPORTING
          pure_filename  = l_short
          pure_extension = l_ext.
      CONCATENATE l_short l_ext INTO l_attachment-filename
          SEPARATED BY '.'.
      CALL FUNCTION 'SKWF_MIMETYPE_OF_FILE_GET'
        EXPORTING
          filename = l_filename
        IMPORTING
          mimetype = l_mimetype.
      l_attachment-mimetype    = l_mimetype.
      l_attachment-description = l_attachment-name.
      l_attachment-data        = l_att.
      INSERT l_attachment INTO TABLE l_attachments.
      l_pdfobj->set_attachments( attachments = l_attachments ).
* Execute, call ADS.
      l_pdfobj->execute( ).
* Get result.
      l_pdfobj->get_document( IMPORTING pdfdata = l_pdf ).
    CATCH cx_fp_runtime_internal
          cx_fp_runtime_system
          cx_fp_runtime_usage INTO l_fpex.
      PERFORM error USING l_fpex.
  ENDTRY.

Similar Messages

  • How to show two or more PDF in one PDF-Reader / Concatenate PDF-Files

    Hi,
    I want to show two or more PDF files in one PDF reader window or to concatenate two or mor PDF files to one file.
    We use WD4A and ADS.
    Have someone an idea to solve this without an external program?
    Thx in advance
    Jürgen

    We have done this successfully a few times using WDA - it wasn't easy - it took us 2 full weeks to figure it out, so i need to get full points for this one!
    It's going to much easier to do this if you start a brand new WDA. If not, you'll have to re-do all your Context Node navigations within your methods.
    The first thing you need to do is to define your Context properly:
    You need a top level Node defined as 1:1 cardinality (as with all PDF development)
    Next, you need another Container Node 1:n cardinality (this holds the collection of content nodes)
    Finally, you have your PDF Content Node 1:n cardinality - This holds each instance of your PDF form
    In our scenario, we are passed in a list of Project Numbers. We need to generate a PDF sheet for each project in the same PDF session.
    pseudo code - i'm leaving out some of the unnessary details
    Loop through the project number table.
    ADD 1 TO v_cnt.
    * navigate from <TOP> to <PDF_CONTAINER> via lead selection
        lo_nd_pdf_container = lo_nd_top->get_child_node( name = wd_this->wdctx_pdf_container ).
    * This is the Important Part - we check to see if there is an element where index = v_cnt
    * If not, we create one where we can store the new set of data
    * get element via lead selection
        lo_el_pdf_container = lo_nd_pdf_container->get_element( index = v_cnt ).
        IF lo_el_pdf_container IS INITIAL.
          lo_el_pdf_container  = lo_nd_pdf_container->create_element( ).
          lo_nd_pdf_container->bind_element( new_item = lo_el_pdf_container
                                               set_initial_elements = ' '   ).
        ENDIF.
        lo_nd_ideasheet_data =  lo_el_pdf_container->get_child_node( 'IDEASHEET_DATA' ).
        lo_el_ideasheet_data = lo_nd_ideasheet_data->get_element( index = 1 ).
    * fill all the data then bind the structure
    Select * from XXX into lt_XXX
      where project_number = lt_project-project_number.
    * Move Data to appropriate fields/tables
    * Bind the info back to the element
        lo_el_ideasheet_data->set_static_attributes( static_attributes =
                                                  ls_ideasheet_data ).
    Endloop.

  • Combine two or more pdf as one pdf from command line

    Hi,
    I have to combine two or more pdf file as one pdf file from command line.
    Is it possible.
    Thanks,
    Ansaf.

    Acrobat has a rich SDK, but not using the command line - declared obsolete by Adobe several decades ago (but taking a long time to die). To be fair, implementing thousands of APIs via command line would make for a rather complicated command line. Use OLE. BUT NOT ON A SERVER!!

  • HT1355 How to send 2 or more pdf files in e mail

    How to send 2 or more pdf files in e mail...????????

    Also i have a workspace created in html.oracle.com in that when i want to upload excel file or copy data from excel i am getting error as......
    ORA-20001: create_table error: ORA-20001: Excel load run ddl error: ORA-01658: unable to create INITIAL extent for segment in tablespace FLOW_6868Looks like the data you're trying to load will exceed your workspace quota (2MB small, 5MB medium). Try loading fewer rows.

  • Does Hotmail have an attachment size limit? When i attach something with more than 3mb in the mail it isn't send. It gives a resize option.

    Does Hotmail have an attachment size limit? When i attach something with more than 3mb in the mail it isn't send. It gives a resize option.

    Hi. Txs. The problem is that in my pc the limit size is 25mb. But in my ipad the mail only sends files under 3mb.

  • Can I print two ore more PDF files together (parallel)?

    Hello,
    I am receiving listings with a source code in PDF files. These source codes have errors and I must find and correct it. I need to print several source codes (PDF files) in one printer page /parallel/ for facilitation. Can somebody help me to do that?
    Regards,
    Hristo Markov
    Software development - http://www.markovandmarkov.com | http://www.cargofreightexchange.com

    Reader doesn't have any combining features.

  • Creating 1 pdf file from 2 or more pdf files

    Is it possible to combine two or more pdf files into one pdf file ?

    Yes, you can do this with our CreatePDF service or with our desktop application, Adobe Acrobat.

  • Can't open a pdf document over two or more junction points

    Hello,
    if i open a pdf document that's stored in a directory and this directiry is accessable over two or mor junction points, it will be fail. The message say something abount access denied, but the security is set to full access. In other application (e.g. notepad.exe) i can access this document. Then i tested it with one junction point and it works.
    So here is a szenario to test:
    1) Put a pdf document at C:\Folder1\PDF-Document.pdf
    2) I can access C:\Folder1\PDF-Document.pdf with Acrobat Reader
    3) Create a Junction Point from C:\Folder2 to C:\Folder1
    4) I can access C:\Folder2\PDF-Document.pdf with Acrobat Reader
    5) Create a Junction Point from C:\Folder3 to C:\Folder2
    6) I can't access C:\Folder3\PDF-Document.pdf with Acrobat Reader !!!
    I can normaly access the file at C:\Folder3\PDF-Document.pdf but not with Acrobat Reader! In Notepad i can open the pdf document.
    I tested the lasted version 11.0.1 on Windows Server 2008 R2 (Service Pack 1) with all normally available patches.
    What's wrong? The original structure with the junction points are greater than the example above. But i've reduced it to this simple example.
    Can anyone help?
    Thanks und Greetings
    Martin

    It's possible it's a bug, or it may be a limitation in the software if it's a specialized kind of PDF that Reader for iOS doesn't support.
    In any case, posting a link to the file would provide the engineers with some information to help fix the problem.
    Keep in mind that the software for mobile devices has been in development a much shorter time than software for computers (Reader for Windows or Macintosh).

  • Can two or more place comments on a pdf file at the same time?

    We use SharePoint to place pdf files for our team members to open and comment and review.  Until recently we have not had any issues with two or more opening the same pdf at the same time and placing comments.  But now we are losing some of the comments.  Please advise.

    I've seen changes I've made on my iPad show up on the same document that's been open all the time on my Mac, which suggests it might be possible. However, I've also had a small number of notifications that documents on different devices are not in sync with each other. So while it might have the potential to work, I'd be inclined to think it would be quite unreliable.

  • Send PDF form to e-mail as attachment with a PHP script on the server

    Hi,
    For several days I've been searching though the internet looking for a solution, a quite simple one in my opinion, but I got a little desperate not getting any result I want.
    Okay. The Situation.
    I have a PDF form to order sandwiches and drinks.
    The PDF has serveral area's and columns where customers fill in the amount of the products they would like to order.
    At a position of a field, the kitchen can almost blindly see what products a customer ordered.
    Therefore, when someone fills in the form, I want to send the filled PDF by e-mail to the kitchen's e-mail adress. And important: the PDF in the kitchen's mailbox should be completely identical to the form the customer filled in.
    So, I have an Order button in my form. I set the action as 'Submit a form'.
    In the settings under 'Enter a URL for this link' I used just some PHP mailer script I also use on my website contact form.
    IF I check 'HTML' under 'Export Format' the PHP mailer works fine. I receive an HTML e-mail listed the ordered products.
    BUT
    I do want the original filled PDF in my mailbox instead of an HTML e-mail.
    So, for 'Export Format' I checked 'PDF The Complete Document'.
    But then my PHP mailer script doesn't work anymore.
    It gives errors like 'no valid e-mail adres' , etcetera etcetera.
    Who has a solution?
    Who has a working standard PHP script for me what just sends the kitchen an empty mail with the original PDF as attachment?!
    There is no need to use any database or other more complex functionality. Just mail the filled PDF.

    You can submit whole PDF format as long as you enable usage rights on the PDF.
    Normally Adobe Reader users can only submit the data, XFDF, FDF, XDP, XML.
    To enable usage rights on the PDF you will need to use Adobe Acrobat Std/Pro.
    As for the PHP Script; it depends on your PHP web server capabilities.
    The script will be slightly different, if the server uses PHP Mail or PHP PEAR.
    Just attach the submission to an email and send.
    If the client is submitting the form from a standalone pdf reader app, you can also respond with a success or failure FDF \status message; otherwise, you can redirect to a success / failure URL.
    For more information and online examples:
    http://www.pdfemail.net/examples/

  • Is there a way to work with two or more app at the same time on iPhone or iPad

    Is there a way to work with two or more app at the same time on iPhone or iPad?

    What i am attempting to achieve is to work with at least two app at the same time. For example: select any picture from my albums to attach them in an email. Another example is get data from an app to use it with the calc app. And there are more exaples for it. And for sure I need support for an iPad air. I mencioned the other tablet just to try to be a bit clearer.

  • How do I get a PDF document put into an attachment form that I can drag to an e-mail.  Usually I get an icon showing an spiral note book which then becomes an attachment when I drag it to the e-mail, but occasionally it stays in PDF and prints out on the

    How do I get a PDF document put into an attachment form that I can drag to an e-mail.  Usually I get an icon showing an spiral note book which then becomes an attachment when I drag it to the e-mail, but occasionally it stays in PDF and prints out on the e-mail.  What have I done differently?

    Thanks again for the detailed instructions Srini!
    And I really hate to be a pest . . . but . . .
    Using your example and not modifying it, I get the e-mail form filled out correctly and the pdf attached, however, I'm not prompted to sign it.
    Any more clues?

  • Error 33172 occurred at Read & Write data transfer between two or more PF2010 controller

    Hi,i need to do data transfer between two or more FP2010 controller.e.g. FP2010(A) & FP2010(B).
    FP2010(A) need to transfer the measurement (from its I/O module) to FP2010(B) to do the data analysis.These data transfer should be synchronous btw two controller to prevent data lost.
    From the vi used in the attachment,i encountered some problems at:
    (1) Error 33172 occurred while publishing the data.Can i create and publish data under different item name?
    (2) How to synchronies the read & write btw contorller?
    All controller are communicating with each other directly without the need of a host computer to link them together
    Is there any other method to do fast data transfer betwe
    en controller?

    Hi YongNei,
    You were succesful in omiting enough information to make it very difficult to answer!
    Please post your example.
    Please tell us what version of LV-RT you are using.
    Please define what you concider "fast data transfer".
    Have you concidered mapping the FP tags of FP2010(A) to FP2010(B) and vise versa?
    WHat exactly has to be syncronized?
    If you have something that is close to working, share that.
    Well, that as far as I can go with the info you have provided. Depending on the details, what you are asking could be anything from trivial to impossible with the currently available technology. I just can't say.
    It would probably be a good idea to start over with a fresh question (sorry) because not many people are going to know what a a "
    PF2010" is and I can not guarentee that I will be able to get back to you personally until next week-end.
    Trying to help you get an answer,
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • Is it possible to attach two monitors to a MBP using a displayport splitter?

    Hello community!
    I have done quite a bit on research on this, but haven't found any recent and conclusive answers. My hope is to find a solution and have it documented for others seeking the same.
    Goal
    I want to attach two external monitors to the miniDP/Thunderbolt port of my MacBook Pro using a DisplayPort (DP) splitter.
    Hardware
    Macbook Pro, mid 2012 (non-retina), with NVIDIA GeForce GT 650M, Mavericks
    2x DELL U2412M that support DVI,VGA or Displayport.
    What I know
    My MBP should support more than two displays
    There is a workaround using a USB adapter (my last resort)
    There are Thunderbolt "Docking Stations" (e.g. from Belkin) providing several outputs, but don't know if any supports more than one display
    DP supports multiple displays as of rev. 1.2 (daisy-chain)
    The U2412M
    (supposedly) supports DP rev. 1.2
    works when attached with DP (tested on both units)
    Thunderbolt is backwards compatible with DP (I think the DP signal is multiplexed on a thunderbolt connection)
    I found a DP-splitter supporting multiple displays. However, Delock's support could not confirm it working with my MBP (they have no test units)
    What I tried
    I purchased the DP-splitter and tried to connect both displays to the mac.
    Result
    While there is a reaction initially, both monitors go into standby.
    If I connect only one display to the splitter
    DP: works
    mDP: Laptop display goes black several times (I suppose OS X is attempting to set up the display), before defaulting to the buildin screen only (Note: Connecting the mDP<->DP cable directly works)
    MBP cannot boot if both displays are connected with splitter as WindowServer crashes (there are crash logs, if that would help)
    It's possible, that the splitter's mDP port is defective. "My" store suggested bringing it in for replacement. As they are out of stock, however, it'll take a while for a replacement to arrive.
    Question / tldr
    Has anyone successfully connected two displays to a single mDP/Thunderbolt port without using thunderbolt?
    What DP revision does the thunderbolt port support?
    Is there anything else I could try?

    Melophage,
    Thanks for pointing out the PowerDesk software.
    For the benefit of any other readers, here's a rough outline of it's functionality:
    Divide 'virtual' desktop into sections. (allows maximising to both screens, a single one or even a division of a single screen)
    Assign dock to a particular display (or span)
    Swap active window and maximize it
    Alas, there seems no way to assign the menu bar to a single display.
    Quite interesting is the ability to divide a screen's desktop into sections. Applications can then be maximised in these sections, allowing for a "mission control" setup, where you can monitor several applications at once.

  • Attaching files to a pdf in Adobe Reader

    Hi
    I found these instructions on the web on how to attach a file to a PDF document, however, when i get to step 3 (underlined in the instructions below)  "Click the "Add" button at the top pof the attachment navigation panel to open the "Add Attchment" dialog box.
    I do not see an "Add" button available.
    I want our users to be able to open our forms and attach scanned documents onto the PDF form in order to submit documentation related to their benefits.  Why do I not see an "Add" button?
    How do I get an "Add" button.  The version we are using is Adobe Reader 9.3.  The instructions below are for Adobe 8, but if this can be done in Adobe 8, then i can't imagine it can not be done in Adobe 9.3?
    Thank.
    JoBeth
    How to Attach a File to a PDF Document
    By an eHow Contributor
    I want to do this! What's This?
    You can easily attach files to your Adobe Acrobat PDF document by using the attachment navigational panel. This panel allows you to quickly attach any type of file to your PDF document if you need to send a corresponding file along with your PDF document. Find out how you can utilize the power of Adobe Acrobat by attaching other files to your PDF document.
    Difficulty: Easy
    Instructions
    Things You'll Need:
    Adobe Acrobat 8
    Start Adobe Acrobat, and open a PDF document to which you would like to attach an additional file.
    Choose the "View" menu, point to "Navigation Panels" and click to select "Attachments" so a checkmark appears before the selection and the attachment navigation panel opens at the bottom of the screen.
    Click the "Add" button at the top of the attachment navigation panel to open the "Add Attachment" dialog box.
    Use the "Look in" drop-down list and click on your computer files in the "Attach a File" dialog box to browse to find the file you have saved and want to attach to the open PDF document.
    Click to select the file you want to attach, and click the "Open" button to close the "Add Attachment" dialog box and add the file to the attachment navigation panel. The file is now attached to the open PDF document and will be included any time the PDF document is opened or emailed.
     Read more: How to Attach a File to a PDF Document | eHow.com http://www.ehow.com/how_2222241_attach-file-pdf-document.html##ixzz0zbsURkkr

    Hi Graffiti
    Collaboratively some co workers and I figured out a roundabout way to attach files in adobe reader (not the full blow adobe acrobat reader). 
    Via Adobe Acrobat 9 Pro I created a blank form with the "comment/mark up" tools enabled.  Then I merged that file with the other PDF form that was formatted with fields, radial buttons etc. 
    I had to create the blank form for the attachments separately because if I tried to enable the "comment/mark up' tool on the form with fields and radial buttons it disabled the fields. 
    Once created separately and then merged the functionality worked.  Does that make sense?
    The comment markup tool then allowed me to attach files via the "attach file as a comment" option. 
    With all that said.... I would like to know if this functionality works in all versions of Adobe reader and if not at which level it will not.
    In addition, is there a way to make sure that the "comment/mark up tool bar" automatically populates when the form is opened.  This would be helpful, as otherwise will have to walk our users through additional steps. 
    Do you have any ideas???
    Thanks for your feedback!

Maybe you are looking for