Embed .DOC or .PDF in email body

Using SO_OBJECT_SEND with OBJECT_TYPE =  'HTM' to display a formatted email to employees for various reasons.  These emails have mostly hardcoded content but now have a request to periodically send out an email that will always have different content - and possibly embedded graphics.  Don't want to hardcode HTM changes for a temporarily used email.
Is it possible to embed a Word, PDF, etc. file in the body of an email?  Don't want to attach the file or create a link to the document - just want to dump the content of a file (probably will be stored in KM) to the email body.
Is this possible to do with SO_OBJECT_SEND?

Dear friend, thank you for help. I know how to send a PDF from a stored file.
Sometime when I'm replying an email I have to keep the origin body and insert a PDF file like the way we using for the photo. Just touching the screen and insert a photo. This is good way to insert also a file or a PDF. But I don't have this selection. So I wonder if there is other way to attach a PDF in a existing message, expect your suggested and normal selection by choosing first the PDF and then type a new text body.

Similar Messages

  • Attachments (word docs and PDFs) to emails can not be opened by the receivers. Are received as .dat files or application/octet-stream

    Attachments I add to emails (word doc or PDFs) can not be opened by the email receivers. Word documents attachments are received with ATT00427.dat (application/octet-stream) or .doc with (application/octet-stream). PDF attached files arrive with .pdf (application/octet-stream). My copy of my sent email has the same attachment extensions.
    == This happened ==
    Every time Firefox opened

    Firefox doesn't do email, it's a web browser.
    If you are using Firefox to access web mail, you need to seek support from your service provider or a forum for that service.
    If your problem is with Thunderbird, see this forum for support.
    [http://www.mozillamessaging.com/en-US/support/]
    or this one
    [http://forums.mozillazine.org/viewforum.php?f=39]

  • Viewing PDF in email body

    I have a client who wants to email customers and display a
    8x10 (original document size) PDF (saved from Adobe InDesign) in
    the email window. I can send emails to my own Mac G4 computer that
    display immediately. They do not do so when I send emails to his
    Windows based system.
    Is there anything that can be done in Acrobat Pro 8.0 beyond
    saving for "screen" to insure that the PDFs will appear immediately
    in the body of the email message? (I tried to run the InDesign
    files through Distiller - didn't work)
    Thanks, Steve Bunnell

    Hello,
    I'm sorry I'm not able to address your question. These forums
    are specific to the
    Acrobat.com website and its set of hosted services, and do
    not cover the Acrobat family of desktop products.
    Any questions related to the Acrobat family of desktop
    products would be best suited in the Acrobat User Forums:
    Link to
    Acrobat Forums
    Thanks!
    Michelle

  • Pdf in email body

    Dear friends, we are having in our company 6pc of iphone5 with latest sw.
    Is there any way to insert in a Existing mail body a pdf file by using the same way as we inserting a photo?
    Thanks

    Dear friend, thank you for help. I know how to send a PDF from a stored file.
    Sometime when I'm replying an email I have to keep the origin body and insert a PDF file like the way we using for the photo. Just touching the screen and insert a photo. This is good way to insert also a file or a PDF. But I don't have this selection. So I wonder if there is other way to attach a PDF in a existing message, expect your suggested and normal selection by choosing first the PDF and then type a new text body.

  • Embedding PDF file in email body

    Hi
    I have created a data template in EBS and it generates a pdf. Is there any way to embed the content of the pdf in the body of the email instead of sending it as an attachment when bursting?
    Thanks,
    Bryan

    That sounds like a message that you would get on a computer rather than on an iPad. Are you having issues with all PDF files or just PDF files from one particular source? Can you close the message and try to use the Open In option?

  • Is it possible to burst PDF file on the email body itself?

    Hi,
    Is it possible to show the contents of a PDF file (or any file) on the email body itself and not as an attachment thru bursting control file? We want the message to look exactly as how it looks like in the PDF file, with all the formatting and stuff and not just plain text. So basically instead of the recipient having to open the attached document, we already want the contents of the document shown exactly on the email.
    Thanks,
    Ronaldo

    Actually, I am using onunload() but the result is in-consistent. Sometimes file write to the folder, sometimes don't. I don't know why it behave like this.
    Before onunload(), I tried this cep.util.registerExtensionUnloadCallback, and found out it's not working as expected.
    Now thanks to you and David, I came to know aboutcom.adobe.csxs.events.ExtensionUnloaded but unfortunately this is also not working.
    And then there is an event applicationBeforeQuit which only works when extension (html panel) get closed with host application (Photoshop etc.). If it is closed before the host then we don't get any call. Please let me know if I missed anything here.
    So It looks like we don't have any option here rather than using onunload() which is giving in-consistent result. Can you please take a look into this, may be I am missing something?
    Or may be another work around to store the preferences on closing of extension.
    Thanks for all your help..

  • Attach pdf to email and use text from field in body

    I'm looking to create a fillable form with a 'submit' button at the bottom.  Upon clicking the submit button, I would like an e-mail window to open with a pre-defined recipient, and the pdf attached.  I've found code to accomplish this using this.mailDoc()
    However:
    I'm also hoping to get the text from the "Name" field of my form and use it in the body of the e-mail.
    I've found the following code in another post, which appears to work for this:
    var cClientName = this.getField("ClientName").value;
    var cAddress = this.getField("Address").value;
    var cBody = "Client Information:\n\n";
    cBody += "Client Name: " + cClientName + "\n";
    cBody += "Address: " + cAddress + "\n";
    var myURL = "mailto:[email protected]?subject=Client Info&body=";
    myURL += cBody;
    app.launchURL(myURL, true);
    That will open an e-mail window with a body containing the data from AcroForm fields named "ClientName" and "Address".
    The problem is, that this code will not attach the pdf.
    How can I get the best of both worlds?
    Thanks!

    You don't need launchURL to achieve that. mailDoc is capable of setting the
    subject line, email body, recipients lists, etc.
    See this tutorial for a detailed explanation:
    http://acrobatusers.com/tutorials/dynamically-setting-submit-e-mail-address

  • Sending PO (PDF attach.) via email: adding email body text

    Hi,
    I need to send Purchase Orders to Vendors as PDF attachments to emails; I have successfully configured all the necessary:
    For Output Type NEU
    1) Access to conditions (General Data) set to X
    2) Dispatch time 3 Send with application own transaction
    3) Transmission Medium 5 for External send
    4) Processing routines 5 includes a customer Program and Form to make use of my SAPScript
    I have set up a Communication Strategy (NET - Internet) and created a condition based on a specific document type.
    Using ME9F I can select my PO and successfully output the message - I can view the request using SOST and an email with the PO attached as PDF is sent to the correct recipient (email address of Vendor).
    I would like though to add some text to the body of the email, which is totally empty. Can anyone please advise on how to achieve this? In the Output Type config there is a section "Mail title and texts"... can anyone tell me whether this section can be used to add body text to the email and how? I have managed to customise the "Title/Subject" of the email and PO but cannot find a way to add some text in the email body.
    Thank you very much for your help.
    Gab

    Hi Danilo,
    You need to do some configuration for this.
    - Goto NACE .
    - Select EF and click on OUTPUT TYPES.
    - Then select Output Type NEU and click on processing routines .
    - In that you have to add a new entry - medium 5 .
    - Then you need to assign a program, form routine and form.
    - You can use the standard program i.e. SAPFM06P, FORM routine is always ENTRY_NEU and standard MEDRUCK.
    - Then in PARTNER FUNCTION you need to add a new entry : medium - 5 and function - VN .
    - For subject of the mail goto Mail Title and Texts. In title give PO No. &EKKO-EBELN& .
    - Under General data -> Replacement of text symbols give programm as SAPMM06E and Form Routine as
    TEXT_SYMBOL_REPLACE .
    - Now the subject will be PO No. 1800004202.
    - You need to maintain your email id in tcode SU01 and also the vendor's email id.
    - Now while creating a new purchase order , change the medium to External Send .
    - Then goto Communication Method and select CS01 . ALSO make sure that the Cover Page Text has value PO No. &EKKO-EBELN& .
    - Goto tcode ME9F .
    - Execute.
    - Select the checkbox and click on Output Message.
    - You will get a message MAII 00000000000001 generated .
    If the BASIS guys have made the necessary configuration for sending mail then the mail will go .
    You can see the status in tcode SOST.
    If you want to use a z-programm and z-form then you need add the functions used in standard programm SAPFM06P for generating mail in your z-programm.
    Hope it helps,
    Swapnil

  • How do I prevent single-page PDFs from appearing inline in the email body?

    When someone sends me a multiple page PDF, the email contains an attachment icon.  When I click on the icon, the PDF is opened full-screen.  When I click on the screen, icons appear including a box with an arrow pointing up.  Clicking on this icon, lets me send the PDF to other applications such as iBooks. 
    When someone sends me a single-page PDF, the PDF is displayed inline in the body of the email and I do not see a way to send the PDF to other applications.  Is there a way to view the PDF full-screen and thus send the document to other applications?
    I have the new iPad (v3) running iOS 7. 

    What you are experience is totally normal and the expected behavior for a single page PDF as an attachment in an email. You can easily save it to another app by simply tapping and holding down on the open PDF and the Open In window will pop up. It may take a little practice but it does work. Just tap and hold down on the open PDF.

  • Attach .pdf and .doc files to Reply emails.

    I am desperately trying to figure out how to attach .pdf and .doc files to Reply emails in the Mail app. I have downloaded GoodReader, but when I go into "Manage Files" and choose "Open in...", Mail is not one of the apps listed for me to choose from (only Quickoffice and iBooks are listed, that's it). My Gmail account is pushed to the Mail app, if that's relevant at all.
    I'm hoping to be able to attach documents to Reply emails in the Mail app, but if I have to do it using my web-based email, that's better than nothing. I just really need to be able to attach them to Replies, and not compose a new email from scratch.
    I'd REALLY appreciate any help with this!
    Thanks.

    I thought I might be able to figure out a clever work-around by using cut and paste from a new message but this did not work as expected. I have been using the MobileMe iDisk app to store pdf files and then just mailing out the links.  I believe my cut and paste method would have worked with this, however I've got about a year now to figure out another way to do this if it is not included in Apple's new cloud service. This has actually been a better as I need to worry less about file size and don't need to have the files stored on the device.
    You may want to look into what on-line file storage solutions are out there and if they have the ability to send links to files to colleagues, possibly with password protection.

  • Interactive PDF in an email body?

    How can I insert an interactive PDF that I've designed in InDesign into gmail as the email body? Do I need to export it as another file type?

    Right^
    HTML for email clients is practically a discipline all its own. Most of the methods that work best for it are no longer considered good practice for any other type of deployment. You certainly won't get it done with InDesign. It's tricky even with much more applicable tools.

  • I have a pdf doc that I have email buttons attached to button when I go to upload it to forms central so I can add a submit button to it it enables my email buttons.

    I have a pdf doc that I have email buttons attached to button when I go to upload it to forms central so I can add a submit button to it it enables my email buttons.

    You select the printer properties and set the appropriate page size (I think there is a place to set it in PDF Maker too, but not sure). In the printer, this is equivalent to putting the proper paper in the printer.

  • Converting word doc to pdf, emailing and editing file

    I need to know how to
    1. convert my word doc to pdf
    2. I want to be able to email the new pdf file to someone and I want them to be able to print it out but not be able to edit it.
    Thank you

    Thank you for your post!
    I'm afraid that at present, Acrobat.com doesn't support Office 2007 files (such as.docx). You'll need to save as Office 1997-2003 format, re-upload, then  try again.
    Additionally, it might not work perfectly depending on the font, page breaks, line breaks in your original. Image placement, line breaks, and page breaks sometimes change if you save to other formats. Sometimes a font that was used in the original document is not available on our conversion servers. While we do have a lot of fonts installed on those servers, we certainly don’t have every font in the world.
    We may ask you to share the file with us to help us identify the problem.
    Please let us know how it goes once you save as .doc format!
    Best,
    Michelle

  • Trying to attach saved doc to email but it shows as greyed out and won't open. If I convert same doc to pdf format it attaches OK. What am I doing wrong?

    I'm new Mac user and can't work out why a saved pages doc won't attach to an email. I can see it in Finder and open it in Pages but when I try to attach it shows up in grey and won't open. If I then convert the same doc to pdf it's OK. What am I doing wrong?

    Thanks for your answer.  You guess right.  I have my personal mail in Apple Mail program but my business account is via Google Apps for work so operates like a gmail account and that's the one I need for attachments.  The Pages version I have is 5.2(1860).  It would be good to fix if I can without having to make the extra step of pdf conversion.  I purchased the computer a week ago and it's OSX 10.9.5 which I guess is the latest version.  Should I upgrade to Yosemite? Perhaps that has a later version of Pages?  Thanks again. Barbara

  • Send Smartform as Email body not PDF attachment

    Hello Experts,
    I have a requirement where I need to send Smartform as Email body and NOT as PDF attachment.
    I have spool ID generated for the smartform, how can I send this spool in Email body rather than as an attachment.

    Hi K C
    Try this.. Get the OTF data from the SMARTFORM, use the OTF data and pass this to FM'CONVERT_OTF', and use the format as PDF.
    Then use the resultant converted PDF data as attachment while calling the  'SO_NEW_DOCUMENT_ATT_SEND_API1' FM.
    let us know if this works.
    Thanks
    Rajesh Chowdary

Maybe you are looking for