Printing problem from rich text email

We're using Acrobat Pro 9.0, Windows XPSP3 and Office 2003SP3. This has also been tested with Office 2007 with the same results. The issue comes when a user receives an email that is in rich text format and has more than one PDF attached. The user wishes to right click on the email and print the email and attachments. Works fine when there is only one PDF but more than one PDF and only the first attachment prints. The next attachment produces an error: "There was an error opening this document. This file cannot be found."  This happens both when displaying PDF in browser is checked or not. Also happens if user has Acrobat open before printing the email or not. This does not happen when a  user receives an HTML email.
Looking for a fix on this one. Already know work arounds of saving the attachments first, or printing the attachments individually. The user needs to be able to swiftly select a large number of emails and print them alll with attachments. Scanning through to figure out which ones failed to follow work arounds is too time consuming.
Thanks in advance!

everyone, thanks for all your help.
i was able to find a working source code that will print a text file. as of the moment, i used this file and just modified it a bit to suit my need.
if anyone is interested with that code, here is a link
http://www.ftponline.com/javapro/2002_12/online/print_kgauthier_12_10_02/
again, thanks for all you help.

Similar Messages

  • Sending Rich Text Emails - Default Message font doesn't work!

    I have just set up Mail to compose Rich Text emails as default which seems to have worked okay. However, I have set the default Message font as 'Arial' and it doesn't seem to work when sent to Microsoft Outlook. However if I set the text to a different font and then back to arial when composing it works fine.
    I just looked at the raw source of the email and it doesn't actually state in the HTML that the font is set to Arial by default, only when it is manually changes when composing. It may display correctly in Mail but with more users on a windows based machine using outlook this is no good! I don't want to have to change the font manually every time!
    Anyone got a fix for this?

    Are there no fixes for this?
    In my eyes this is a major problem and certainly something that is making me consider moving away from Mail...

  • Rich Text Email taking lot of time opening in outlook

    Hi,
    We faced this issue where rich text email with embedded images taking lot of time opening in outlook.
    Outlook even hangs and it takes 2 to 3 minutes to open.
    We are using exchange 2010 SP2 and issue comes with Outlook 2007/2010 both in online mode.
    Size of the mail is usually 2-3 MB.

    Hi,
    I would like to verify if this problematic email is from your organization at first.
    About rich text, I would like to clarify the following things:
    1. We can use Rich Text when we send messages inside an organization that uses Microsoft Exchange, but it is recommend to use the HTML format.
    2. When you send a Rich Text Format message to someone outside your organization, Outlook automatically converts it to HTML, so the message keeps its formatting and its attachments.
    Hope my clarification is helpful.
    Best regards,
    Amy
    Amy Wang
    TechNet Community Support

  • HT4356 I'm using my iPod and an Epson XP-810 printer to print pages from websites and emails and etc.  How do I print just 1 page out of 14 pages .  I don't see any settings on my iPod and can't find settings on the printer .   Can someone help with this

    I'm using my iPod and an Epson XP-810 printer to print pages from websites and emails and etc. 
    How do I print just 1 page out of 14 pages . 
    I don't see any settings on my iPod and can't find settings on the printer .  
    Can someone help with this problem

    Google show that you have to cut what you want to print and then paste it into a new app and print from that app.
    http://www.ipadforums.net/new-member-introductions-site-assistance/63145-printin g-one-page-ipad-2-a.html

  • HT4400 Rich text email

    How I can write rich text email in my new IPad?? Anybody can help me?

    I have the same issue.

  • Caml query to retrive keyword from rich text field

    hi friends
    i am using below caml query to retrieve data from title field and Rich text field(Definition) 
    <View>
    <Query>
    <Where>
    <And>
    <Or>
    <Eq>
    <FieldRef Name=\'Title\'/>
    <Value Type=\'Text\'>'+letter+'</Value>
    </Eq>
    <Contains>
    <FieldRef Name=\'Definition\' />
    <Value Type=\'Note\'>'+letter+'</Value>
    </Contains>
    </Or>
    <Neq>
    <FieldRef Name=\'status\' />
    <Value Type=\'Text\'>Not approved</Value>
    </Neq>
    </And>
    </Where>
    <OrderBy><FieldRef Name=\'Title\' /></OrderBy>
    </Query>
    </View>
    this query is working fine. But it is retrieving some extra fields also which doesn't have the queried string. and even it is retrieving keyword from image urls which are present in rich text field. 
    Please help me to retrieve key word from plain text of rich text field.

    Hi,
    According to your post, my understanding is that you want to use caml query to retrive keyword from rich text field
    By design, when specifying a ViewFields clause, values for these fields are returned, together with a few system columns like ID, Created and Modified.
    If you query rich text field, it will return the field with HTML tags.
    To retrieve key word from plain text of rich text field, you need to use regular expression to remove the HTML tags.
    You can use the code below:
    using (SPSite site = new SPSite("http://sitename"))
    using (SPWeb spWeb = site.OpenWeb())
    SPList spList = spWeb.Lists.TryGetList("ListName");
    SPQuery qry = new SPQuery();
    if (spList != null)
    qry.Query =
    @" <Where>
    <Contains>
    <FieldRef Name='Rich_x0020_Text' />
    <Value Type='Note'>caml</Value>
    </Contains>
    </Where>";
    qry.ViewFields = @"<FieldRef Name='Title' /><FieldRef Name='Rich_x0020_Text' />";
    SPListItemCollection listItems = spList.GetItems(qry);
    foreach (SPListItem item in listItems)
    string src = item["Rich_x0020_Text"].ToString();
    Regex htmlReg = new Regex(@"<[^>]+>", RegexOptions.Compiled | RegexOptions.IgnoreCase);
    src = htmlReg.Replace(src, string.Empty);
    Console.WriteLine(src);
    Console.ReadKey();
    The result is as below:
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Problem with plain text trailers in rich text email?

    I'm a member of a mail group which adds subscribe and unsubscribe trailers added to the emails. When reading these emails with Mail 2.1.1, text emails appear fine. But sometimes html emails that have the text trailer have problems.
    The text trailer (which is within a pre html tag) often has and equal sign "=" and "return" which brings the links on two lines. The placement of the extra characters is random... The html of the problem emails look fine when downloaded as a file and viewed with a browser (and the code is fine too)
    I see this problem ONLY from group html emails that have a plain text trailer.
    Comments or thoughts?

    -

  • Odd Printing Problem from BO 6.5.1

    Hi, I have been asked to support BO 6.5.1 users and some of them create .pdf files which don't print correctly. The heading boxes, table structures and formatting are retained but the text is replaced with random characters. The docs look fine on screen, it is only when they are printed out that the problem occurs. I am sure I have ruled out printing problems, email problems and Adobe 8.0 problems, particularly because this is only happening with pdf's from BO sent to any printer and so I feel it must be a fault with BO. Has anyone seen this before? Grateful for any advice

    Hi Greyhat,
    as you refer to the legacy technology VB6 I recommend to post this query to the [Legacy Application Development SDKs|SAP Crystal Reports - Legacy SDKs; forum.
    This forum is dedicated to topics related to legacy SDKs, including the Report Designer Component (RDC), OCX, VCL, and Crystal Reports Print Engine (CRPE).
    It is monitored by qualified technicians and you will get a faster response there.
    Also, all Legacy Application Development SDKs queries remain in one place and thus can be easily searched in one place.
    Thanks a lot,
    Falk

  • Printing problems from Photoshop Elements to Epson XP-800

    I cannot print photogrpaic images with my desktop MAC (OS X10.8.4) from Photoshop Elements 9.0 to my new Epson XP-800 printer. Printing is not a problem with  Word text or images from iPhoto- it is only with PSE that there is a problem.  The problem persists even if I try using a cabled connection rather than WiFi.  I have ensured latest software from Epson has been downloaded.  This problem did not occur when using the same system with the previous printer (Epson Photo Stylus 1290).
    Any suggestions for solving this rather than just a workaround of moving the edited PSE image back to iPhoto & printing from there (which admittedly does work but shouldn't be necessary).
    Grateful for any help.
    Stuart

    Please use the Elements Forum http://forums.adobe.com/community/photoshop_elements

  • Home network printing problem from Windows 8

    I have 3 PCs on my home network:
    1.    Windows XP desktop (Pro SP3) with HP 6500 E709a USB printer.
    2.    Windows 7 desktop (Ultimate SP1 64 bit) with HP 1018 USB printer.
    3.    Windows 8 (64 bit) laptop.
    Both printers are NOT Ethernet printers.
    All computers can see each other and share folders on the home network.
    Computers 1 & 2 can freely print on their own printers, as well as on each other's printer.
    The problem is with computer 3 (Win8): it can see both printers, but can't print on either (in fact, I can print a test page on the HP 1018 printer from the printer driver on the Win8 machine, but I can't print anything from any application). 
    I tried to install HP 6500 driver on the Win8 machine, I turned on Network Discovery in the Advanced Sharing Settings on it, but it still doesn't work.
    Any help would be appreciated.

    Is there any "general puprpose" driver for HP 6500 E709a, something to replace the WIN8 driver that fails?

  • Printing problems from iPhoto 6

    For some odd reason I just can not print anything from iPhoto 6, it goes through the processes of printing, then brings up the Printer utility as if it's ABOUT to print, but then it fails and the Printer utility simply goes to "Jobs Stopped" without any further details as to WHY it stopped.
    I can however print from all other apps, and even saving image to PDF, then print the PDF from Preview works...
    What's going on?
    Dual 533 Mhz G4 Tower and Epson Stylus Photo RX620 with latest version of OSX, iLife '06, and Printer Drivers.

    Hello--did you ever solve this problem? I am encountering it myself and have not figured out how to solve it. Would appreciate any help.
    thanks
    For some odd reason I just can not print anything
    from iPhoto 6, it goes through the processes of
    printing, then brings up the Printer utility as if
    it's ABOUT to print, but then it fails and the
    Printer utility simply goes to "Jobs Stopped" without
    any further details as to WHY it stopped.
    I can however print from all other apps, and even
    saving image to PDF, then print the PDF from Preview
    works...
    What's going on?
    Dual 533 Mhz G4 Tower and Epson Stylus Photo RX620
    with latest version of OSX, iLife '06, and Printer
    Drivers.
    iMac G4 800 mhz   Mac OS X (10.3.9)  

  • Printing Problem from ALV

    Hi,
    When I run my report, its perfectly working fine with all the data, subtotals, grand totals etc.
    But when I print the ALV by clicking the PRINT Button on the Standard tool bar, My first subtotals are printing correctly. From second, its printing ZEROES and my grand totals are printing double the number as I see on the output.
    This is strange and am not able to understand why I get those errors.
    ANy pointers please.
    Thanks,
    Kiran
    Edited by: kiran dasari on Sep 9, 2009 1:04 AM

    Hi Roger,
    I am using Function Module "REUSE_ALV_HIERSEQ_LIST_DISPLAY"
    I am displaying a hierarchical ALV with subtotals, page-breaks & grand totals.
    The strange thing is  that my  first SUBtotal gets printed properly. Its the problem from the second subtotal onwards.
    Finally, the grand totals also a problem(Doubling when i print first time and triplling,if  i print 2nd time ...and so on...)
    ANy  more clues please.
    Thanks,
    Kiran D

  • Wireless printing problem from OS X 10.2.8 and Win XP

    I have three machines I want to be able to print wirelessly through my airport express. Currently, only one of them will print wirelessly - which is lousy, help.
    Machine #1 is running Windows XP. It connects to the internet through the airport express just fine, no problem there. The problem is connecting to the printer. Machine #1 will print just fine when I connect the USB directly to the computer, but wirelessly I can't figure out how to hook it up properly through the airport express to the printer. The part I keep getting hung up on is that the airport express manual says to add another printer put in 10.0.1.1 for the IP address, but when I do so, the machine says that that address is already taken and it beeps at me real loud and gives me an error message - end of story. I suspect I need another IP address, but I can't figure out where to find it. Help.
    Machine #2 is my old ibook G3, which is running Mac OS X 10.2.8. The airport express should be able to make it so I can print wirelessly from machine #2, but this one is not working out either. Machine #2 connects to the internet just fine, and when I connect the printer manually to machine #2 it prints just fine. When I try to print wirelessly, through the airport express, it starts out ust fine, the printer begins to print, then all of a sudden, as if for no reason, it "stops the job". I "start the job" back up through the print center, and then it "stops the job" again. we play this game a bit, but I never get farther than printing the first few lines of my print job. It never really makes any progress, it just pretends like ti might if it felt like it. In this case, I've been looking online for some software patch that would fix this problem - looked on the apple site and on the epson site, and haven't made any progressfor many hours. Help!
    Machine #3 has no problems. It surfs the internet, plays music on my stereo and prints wirelessly without any trouble at all. It is my new ibook G4 running OS X 10.4. Is it possible to get machine #1 and machine #2 able to print wirelessly just like machine #3? (i'd like all three machines to be able to stream music to my stereo too, but I don't want to push my luck. I'll be ecstatic if I can get these other two machines to print wirelessly. I'm so tired of having to pull that printer cable out from under the couch everytime I need to print something.)
    Thanks to anyone who can help. Hey, thanks for just reading this.

    thank you for your response!
    I am about to look into the efelix site for the PC, thank you. i'm excited.
    for the mac, me thinks that i am out of luck with updating the driver. on the epson site the most recent drivers for my printer (epson sytlus photo 820) are for OS X 10.1.3 - 10.2.6, and I am running OS X 10.2.8.
    Hmmmm, I downloaded the driver anyway, and it gives me an APPLICATION LAUNCH FAILURE because of a "shared library error" when I try to launch the new drivers. The other thing on the site is a PIM II Plug In - which doesn't look like a driver to me.
    a link to the lack of drivers for my poor mac...
    http://www.epson.com/cgi-bin/Store/support/supDetail.jsp?BV_UseBVCookie=yes&oid= 14409&prodoid=22966687&infoType=Downloads&platform=Macintosh

  • Printing Problems from iMac G4 to HP Photosmart 7760-photos heavy on pink!

    Hello,
    We have an iMac G4 Flat Panel using OS 10.3.9 and are connected to the HP Photosmart 7760 Printer. The printer is printing heavy on the pink side photographs.
    When we print directly from our camera card, the printer prints fine. True colors. When we print using any software application, (ie Photoshop, iPhoto) the printer prints extremely heavy on the pink side. We have installed new cartridges, have cleaned and calibrated the printer, have unplugged and restarted the printer and still to no avail we have pink tinted photographs.
    Could someone help please?
    Thank You!
    iMac G4 Flat Panel   Mac OS X (10.3.9)  

    It seemed to be nothing involving my printer, a recalibration of the computer display did the trick.

  • Color shift printing problem from LR solved!!

    Check this discussion for workaround to the color shift printing problem in LR. It's for the 3800, but I assume it also applies to other Epson printers, and quite possibly to other printer vendors.
    http://www.adobeforums.com/webx/.3c05f2c5/6

    Yes it applies to Canon as well.

Maybe you are looking for