Pdf (with graphics and text) in the email body

When I place an pdf (with graphics and text) in the body of my email using Mac Mail my recipient sees them as attachments only. I am trying to find a way of presenting a formatted email with graphics that will appear the same way to all recipients, but a pdf frequently ends up being an attachment instead of staying in the body. The pdf  file doesn’t seem to always show up in the body as created. Is there a better way to accomplish this?

You have no control over how your email maybe rendered by other email servers and client side software.
Attachment Tamer may give you a few more options but it does not guaranty the end result.

Similar Messages

  • Can we create graphic and text in the same window of smartform without using template?

    we create graphic and text in the same window of smartform without using template?

    Hi Kinjal,
    as far as i understand you are talking about a template which you can partitioned and in one part you wants to show your graphics and in other part you wants to print your text, the border of template shall remain invisible.
    If you wants to do it without using a template, you can do it as sujjested by Susmitha, but creating a template will provide you more flexibility that if you wants to change the attributes in future you can do it easily.

  • Want to send a email with images and text in the body of email in iOS

    In iOS, we have written a code to send an email,  with embedded images and text in the body of the email ( not attachment) using mail composer. It works well with iOS devices like iPhone and iPad, but does not work in window based OS. Can anybody help. The code is

    Thanks James !, do you have an idea how to  find the window resource which I belive will be included in our appllication pack.
    In above  I have missed to copy the code,below is the code. This might help you to help me.
    NSMutableString *imgContent = [[[NSMutableString alloc] initWithString:@"<html><body>"] retain];
    UIImage *imageData = [UIImage imageNamed:@"Midhun.png"];
    NSData *imageDataInBase64 = [NSData dataWithData:UIImagePNGRepresentation(imageData)];
    NSString *base64String = [imageDataInBase64 base64EncodedString];
    [imgContent appendString:[NSString stringWithFormat:@"<p><b><img src='data:image/png;base64,%@'></b></p>",base64String]];
    [imgContent appendString:@"</body></html>"];
    MFMailComposeViewController *emailWin = [[MFMailComposeViewController alloc] init];
    [emailWin setMessageBody:imgContent isHTML:YES];

  • If I save a word doc as a PDF, some graphics and text are missing - why?

    I am working on a PC and when I save certain word files as PDFs I am having these issues:
    - Docs saving with no graphics from original word document
    - Text or text boxes in header area / near header not saving in PDF version
    I've never experienced this before on any computer - anyone have thoughts? The documents have non-Western fonts which I can't open on my Mac, so I need to use the PC I am working on to save as PDFs. The fonts themselves seem to be saving fine, it's other components of the docs that are disappearing when saved as PDFs.
    Anyone have any suggestions? Thanks

    I am saving a word document as a PDF - I guess Reader is just the program that opens the PDF... So this is a Microsoft question? I've never had a problem saving a word file as a PDF before...
    As far as the font question, I'm not sure how to answer you... One example is that Unicode supports Devanagari Sangam MN on my MAC, but does not support certain other Nepali fonts (which I am able to download unto a PC, but which my MAC doesn't seem to support). The same is true of a Karen font called KNU which doesn't seem to work on a MAC. It seems that PCs support more Unicode fonts than MACs? I don't really understand how all of this works, but I know some of the fonts I have tried to download on my MAC aren't supported?
    Any thoughts? Thanks!

  • Text in the email body is going as attachment through email activity

    hi ,
    In my bpel email activity the body part is going as an attachment. Even a text like 'hi' also going as an attachment where i need to download the file and need to read the content.
    Can any one help is in solving this issue.
    Thank you
    Gayaz

    hi Jyotirmoy,
    this is the format i am using
    <scope name="Email_1">
    <bpelx:annotation>
    <bpelx:pattern patternName="bpelx:email"></bpelx:pattern>
    </bpelx:annotation>
    <variables>
    <variable name="varNotificationReq"
    messageType="ns3:EmailNotificationRequest"/>
    <variable name="varNotificationResponse"
    messageType="ns3:ArrayOfResponse"/>
    <variable name="NotificationServiceFaultVariable"
    messageType="ns3:NotificationServiceErrorMessage"/>
    </variables>
    <sequence name="Sequence_2">
    <assign name="EmailParamsAssign">
    <copy>
    <from expression="string('Default')"/>
    <to variable="varNotificationReq" part="EmailPayload"
    query="/EmailPayload/ns3:FromAccountName"/>
    </copy>
    <copy>
    <from expression="string('')"/>
    <to variable="varNotificationReq" part="EmailPayload"
    query="/EmailPayload/ns3:Bcc"/>
    </copy>
    <copy>
    <from expression="string('')"/>
    <to variable="varNotificationReq" part="EmailPayload"
    query="/EmailPayload/ns3:Cc"/>
    </copy>
    <copy>
    <from expression="string('')"/>
    <to variable="varNotificationReq" part="EmailPayload"
    query="/EmailPayload/ns3:ReplyToAddress"/>
    </copy>
    <copy>
    <from expression="concat(concat(concat('RLMS ',bpws:getVariableData('inputVariable','payload','/client:AarlmsDailyWeeklySubscriptionProcessRequest/client:input')),' Subscription Alert: Uploaded and modified files for folder'), bpws:getVariableData('folderPath'))"/>
    <to variable="varNotificationReq" part="EmailPayload"
    query="/EmailPayload/ns3:Subject"/>
    </copy>
    <copy>
    <from expression="bpws:getVariableData('emailIds')"/>
    <to variable="varNotificationReq" part="EmailPayload"
    query="/EmailPayload/ns3:To"/>
    </copy>
    <copy>
    <from>
    <Content xmlns="http://xmlns.oracle.com/ias/pcbpel/NotificationService">
    <MimeType xmlns="http://xmlns.oracle.com/ias/pcbpel/NotificationService">multipart/mixed</MimeType>
    <ContentBody xmlns="http://xmlns.oracle.com/ias/pcbpel/NotificationService">
    <MultiPart xmlns="http://xmlns.oracle.com/ias/pcbpel/NotificationService">
    <BodyPart xmlns="http://xmlns.oracle.com/ias/pcbpel/NotificationService">
    <MimeType xmlns="http://xmlns.oracle.com/ias/pcbpel/NotificationService"/>
    <ContentBody xmlns="http://xmlns.oracle.com/ias/pcbpel/NotificationService"/>
    <BodyPartName xmlns="http://xmlns.oracle.com/ias/pcbpel/NotificationService"/>
    </BodyPart>
    </MultiPart>
    </ContentBody>
    </Content>
    </from>
    <to variable="varNotificationReq" part="EmailPayload"
    query="/EmailPayload/ns3:Content"/>
    </copy>
    <copy>
    <from expression="string('text/html; charset=UTF-8')"/>
    <to variable="varNotificationReq" part="EmailPayload"
    query="/EmailPayload/ns3:Content/ns3:ContentBody/ns3:MultiPart/ns3:BodyPart[1]/ns3:MimeType"/>
    </copy>
    <copy>
    <from expression="string('NotificationAttachment1.html')"/>
    <to variable="varNotificationReq" part="EmailPayload"
    query="/EmailPayload/ns3:Content/ns3:ContentBody/ns3:MultiPart/ns3:BodyPart[1]/ns3:BodyPartName"/>
    </copy>
    <copy>
    <from expression="string('hi')"/>
    <to variable="varNotificationReq" part="EmailPayload"
    query="/EmailPayload/ns3:Content/ns3:ContentBody/ns3:MultiPart/ns3:BodyPart[1]/ns3:ContentBody"/>
    </copy>
    </assign>
    <invoke name="InvokeNotificationService" partnerLink="NotificationService"
    portType="ns3:NotificationService"
    operation="sendEmailNotification"
    inputVariable="varNotificationReq"
    outputVariable="varNotificationResponse"/>
    </sequence>
    </scope>
    Thank you
    Gayaz

  • 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..

  • The problem is with the new operating system  and sending photo via email when used in my iPad.   From photo I selected 3 photos to send via email. I choose the upload key and choose to send by email. Typing text on the email is very slow.

    The problem is with the new operating system  and sending photo via email when used in my iPad.
    From photo I selected 3 photos to send via email. I choose the upload key and choose to send by email. Typing text on the email is very slow. This is solved by saving the email as a draft and opening the email again from mail.
    Can you amend he system to allow emails to be sent from photo as previously.

    Have you tried restarting or resetting your iPad?
    Restart: Press On/Off button until the Slide to Power Off slider appears, select Slide to Power Off and, after the iPad shuts down, then press the On/Off button until the Apple logo appears.
    Reset: Press the Home and On/Off buttons at the same time and hold them until the Apple logo appears (about 10 seconds). Ignore the "Slide to power off"

  • What are the best options for creating a PDF with bookmarks and a hyperlinked TOC?

    What I'm interested in is whether or not there is an alternate process I could follow that would side step Word 2011's inability to export to PDF with bookmarks and hyperlinked TOCs. How do you create PDF documents with bookmarks and hyperlinked TOCs in your documents?
    Some background:
    In Word 2010 and 2013 for Windows (and I'm sure this applies to older versions as well), you can export documents to a PDF file format where the exported file will carry over the bookmarks and hyperlinked table of contents. Specifically, by making specific text headers, will appear in the final PDF file as bookmarks on the side (see image taken from Adobe's website).
    Regarding the table of contents, using Word's built in Table of Contents feature successfully ports the ability to navigate to a specific section by clicking on its chapter in the table of contents to the finished PDF file.
    I've read several forum discussions that say it's not possible to do this from Word 2011, so my current solution is to just finish all documents on a Windows machine (either with parallels or a separate computer). The alternate process flow of creating a word document, exporting it to PDF, then rehyperlinking everything in Acrobat is just too time consuming to consider.

    Hi, beejasaurus
    I found a possible kluge from this discussion here
    https://forums.adobe.com/thread/1008480
    Create the hyperlinks in Word, save the file
    Open that file with Pages, export as PDF.
    The links work from that PDF.
    Note, I did not try this with TOC but it worked with hyperlinks embedded in the Word document

  • Equal background to photo color and position graphic or text within the cli

    Hello, I am new and this is my first post.
    I started creating my first video and get pretty far for the first time today. I did use video footage, photos and text. The footage is fine, but I would like to
    give the photos a background which I choosed from one part of the photo ( eg. white). How can I do this? I looked up the help area but couldn't find any answer.
    Next I want to ad text to an empty area of the photo and there I need to move and position it. How do I do this?
    I also need to give a clip the same width as the other basic clips are. How can I lenghten a clip with eg. a photo or a background to a wished width.
    I hope my english was good enough to explain understandable where I need help.
    Thanks for any kind and helpful answer.
    Enjoy your day.
    Regards
    Mike

    You can make text into a graphic by clicking on the text
    field to highlight it, press F8 to convert to symbol, name it,
    choose graphic if that's what you want.
    To do a text cutout effect, hit Ctrl+F8 to create a new
    symbol, name it, choose graphic, hit "ok" (now you will be inside
    the new symbol), draw your background shape on layer 1 frame 1,
    type static text on top of it (same layer), place the text where it
    needs to be, hit Ctrl+b twice to convert the text to vector, you
    should be able to hit delete at this point to erase the text and
    leave a cutout. Before you hit delete, make sure only the text is
    highlighted and not the background shape.

  • I forgot my icloud password and i forgot the email that i did it with it how can i reset my icloud password?

    i forgot my icloud password and i forgot the email that i did it with it how can i reset my icloud password?

    You are going to need to go to: FORGOT APPLE ID to retrieve your iCloud/Apple ID. Once you know your ID, you can log onto Apple - My Apple ID and click on Reset Password to answer the Security Questions you will need to answer. If you don't remember the answers, you will have to contact Apple Support to have them reset: ACCOUNT SECURITY CONTACT NUMBERS
    Cheers,
    GB

  • I have a iPod touch and i installed it on my other laptop until i had just got another one it says unable to connect to iTunes and i forgot my password and i delete the email and i don't know how i can get my i pod touch to work with my new one email

    I have a iPod touch and i installed it on my other laptop until i had just got another one it says unable to connect to iTunes and i forgot my password and i delete the email and i don't know how i can get my i pod touch to work with my new one email.
    I JUST NEED HELP

    I would contact Apple under your warranty.  I doubt you received a new iPod since Apple's policy is to give you a refurbished iPod. 

  • I forgot the answer to the security questions and i forgot the email i put there to resend the link so i can change it. i want to close my apple ID and open a new one with the same email could i?

    i forgot the answer to the security questions and i forgot the email i put there to resend the link so i can change it. i want to close my apple ID and open a new one with the same email could i?

    i live in saudi arabia and i tried calling them and letting them call me but they said that it is unable to my country. ***** i don't know what to do!

  • Is there a way for a form user to load graphics and text in same field?

    I am aware that you can load text into a text field and graphics into an image field.  However, I would like to load a document containing text and graphics (e.g., MS Word or RTF) into a single field on a PDF form.  Is there any way to do this?

    Paul,
    I believe that the example of attaching a file that you have provided will solve the problem.  I am using LiveCycle Designer, so using the code that is in your example should be no problem.  The end-user will use Adobe Reader, so as you mentioned, I will use Acrobat to extend the features so that the form can be used by Reader.
    Thanks so much for your help,
    Daniel
    From: pguerett <[email protected]>
    To: Daniel Beinart <[email protected]>
    Sent: Monday, April 25, 2011 3:03 PM
    Subject: Re: Is there a way for a form user to load graphics and text in same field?
    It is part of the PDF AcroForm side of things .....Are you using Reader or Acrobat to fill the form. If Reader then you will have to Reader Extend to make this work ....if Acrobat then you simply need to add some code. I have attached a sample that shows you how to do it if you want it.
    Paul

  • Copy and paste graphics and text in Acrobat 9 Pro

    I'm a new user of Acrobat Pro and am trying to copy a combination of text and graphics from the top half of a page to the blank bottom half of the page. I've not had much success with what I thought would be a simple thing to do and would welcome suggestions. Here's a summary of the options I've tried so far for graphics, text, and both text and graphics.
    A. Graphic Alone:
    1. When I use the Select Object Tool, I can highlight the graphic but when I unclick the left mouse button, the highlighting disappears, so I can't copy the graphic.
    2. When I use theTouchup Object Tool, only an oblong portion of the graphic is highlighted when I click on the object. The only way to highlight all of the graphic is to hold down the shift key and click on successive portions of the graphic until I have highlighted all of it. When I then right-click the mouse, I can copy the graphic. However, when I then place the mouse cursor in the bottom half of the page and do a righ-click paste, the graphic appears to be pasted on top of the original graphic. I can then drag the graphic to the bottom half of the page. I can also paste the object on to a blank page from Create PDF>Blank Page. Overall, this is not elegant nor intuitive, but it does work.
    B. Text Alone:
    1. I can copy the text but when it is pasted, it is not formatted like the orginal, nor can I place it where I want on the bottom half of the page. This is true whenther I use the basic copy function or the Touchup Text Tool.
    2. When I use the Touchup Object Tool and click on the text, Acrobat places similarly-formatted text in a box that I can then right-click and copy. I can then paste the text on a blank page with the text formatted identical to the way it was on the original page. With several blocks of text formatted differently, this procedure could work but would require a lot of work to create a format with placement identical to the original.
    C. Text and Graphics Together
    1. When I use the Touchup Object Tool and attempt to highlight the top half of the page, the Tool insists on including the blank bottom half of the page in its selection. I can copy everything on the page but I haven't found a way to select just the objects in the top half of the page -- I can copy some, but the selected objects aren't highlighted and so this isn't a satisfactory route. It seems obvious to me that Touchup Object should be able to select just the objects I want. But then, even the Select Object Tool doesn't do that, either -- it Selects an object but then you can't do anything with the object.
    2. Using the snapshot tool, I can highlight both graphics and text and copy them -- I can even export them them to another program via the clipboard and create an external file. However -- regardless of whether I just copy and paste, or do a  Touchup Object file import, or whether the file is bitmap or jpg -- when I paste the resulting object or file onto a page in Acrobat, the image always comes out at 200% of its orginal size. I looked for a Resize option, but couldn't find one.
    This is all very time-consuming and frustrating since what I am trying to do is not rocket science. Surely there is a simple way to do this.
    By the way, there are no security restrictions on the file.
    George

    Hi,
    In response to both "...is that normal?" — Yes.
    PDF is not a file format meant to support editing of layout/format/etc or text content creation.
    You'd master content in an authoring application (FrameMaker, InDesign, MS Word, etc.).
    The PDF file is the output of this mastered content.
    Some minor touchups are possible with Acrobat (think whiteout/correction tape on a printed piece of paper -- PDF page content is the electronic "finished paper").
    With that said, you might play with File > Create PDF > From Blank Page and use the Typewriter tool to enter text.
    To output MS Word content to PDF use the Adobe PDFMaker.
    Prior to Word 2007, you'd use "Adobe PDF" on the menu line.
    With Word 2007, you'd use the Acrobat Ribbon features.
    Be well...

  • EPDF files failing to read on ADE reading software when they have Sidebar color graphics and text, how do we fix problem?

    We have 2 different InDesign files not reading properly in ADE reader. Both files have sidebar color graphics and text in them. The one original file's EPDF was showing blank pages for all the page with the sidebars in it when opened in ADE (they are DRM wrapped). Pages that did not have the sidebar showed up fine. Our ebook distributor is telling us that we have to rasterize the file. We are working in InDesign 6 with Adobe Acrobat X Pro. We made JPEGS of each page and reimported into an InDesign file and exported to PDF and our ADE reader then showed the sidebar pages. The file is pretty large though and I have a full length book that has the same problem. What is the problem with our sidebars and what are better solutions than JPEGS for each page? Thanks.

    I will give that a try, thank you.

Maybe you are looking for