Missing or corrupt PDF Attachments from Outook

My company uses a software package to auto create customer invoices as PDF documents which it then attaches these to a Plain Text email within Outlook 2003 which are then sent out to our customers email addresses.
The server running this program is using Win Server 2003 SP2 and Office 2003 Outlook to create & send the email.
Some customers see the PDF attachment ok, i.e those using Outlook, others using Hotmail, AOL, Outlook Express, Mozilla Thunderbird are all experiencing problems like missing attachments - Outllook Express / Thunderbird, Corrupt Files - Hotmail /AOL.
Is this to do with Internet Settings in Mail Format of Outlook, this is currently set as Plain Text without UUENCODE and HTML in pictures is checked.
Can anyone help?
John.

Hey John,
You may want to look into how your application is building the PDF. I had a very similar issue with almost the exact scenario you are having. Do some searching around PDF and "dot stuffing". The problem I had related to where the binary stream of the PDF began, there were extra  dots (.) inserted causing the data to be invalid when the client attempted to read the encoding.
I believe it was a bug in the VB .net object itself (the code was fine) , I cant recall the version, perhaps v2 ??
-Dan 

Similar Messages

  • Mail 4.5 corrupts PDF attachments from gmail (while outlook 2011 doesnt)

    I have a gmail account with scanned documents.
    I add this account to in Mail and then some of the PDFs are damaged and can not be corrected. The interesting matter is that via web-access and Outlook 2011 there is not a problem.
    I have tried many different solutions I could find on the web incl. here. From deleting the mailboxes to deleting the cache-files. Ultimately I deleted the whole mail app (incl. lib files with CleanMyMac), reinstalling and reinstalling the combo.
    After adding the account the last time, I minimized the window, till all activity was finished and everything cashed etc.
    I opened mail and again the same problem.
    Additional remarks: There are many attachments with the same name, because they were send by a HP Office machine. Some have a problem most don't I would estimate the problem is in 10% of the mails.
    Again via Web-access and Outlook 2011 all attachments are correct.
    I could use Outlook, their calendar doesn't sync with gmail and I also don't like how outlook is handling (and messing-up) my v.cards .
    Any help would be highly appreciated.

    Ernie Stamper wrote:
    The IMAP setting to Keep copies of messages and their attachments has little impact unless not connected to the internet and wanting to work Offline. If connected to the internet, and you click on a message, it will be downloaded, even if not already so by virtue of this setting. If not selected to Keep copies . . . and attachments, then you will be subject to the goodness of the internet connection at that moment. I am only partially keeping abreast of your investigations, but it may be that transmission is muddled at certain times?
    I didn't actually try reading the messages without an internet connection. When I had the account in the default "message+attachment" option, the attachments tended to stay on the server. When I switched to "message, no attachment", the attachments were always downloaded. That sure sounds like the opposite of what I would have expected. I've never used the "message, no attachment" setting so that is new to me.
    But I may be missing a step in the sequence of things you have found out. Do you have any reason to think that in the message cache created by selecting Keep copies . . . something could be altering files?
    I know that if the Mailbox index gets corrupted, it can cause attachments to be lost - at least temporarily. When I do testing with a local mail server, sometimes the timing is off (too fast maybe) and the message is almost always corrupted. Rebuilding the mailbox fixes it.
    My initial theory was that the HP devices were spitting out bad MIME messages and that gmail was fixing them. Now I think that gmail IMAP just flakes out every so often with these big files. There could be other explanations too. The PDF was just truncated. I don't think a bug in Apple Mail is a likely possibility.

  • How can I print PDF attachments from ABAP report in transaction ME23N?

    Hi,
    Users attach PDF files using "services for objects" in transaction ME23N.
    How can I print the PDF attachments from ABAP report ?
    Thanks in advance,,

    Hi,
      check this link,this might help you to solve your problem
    /people/thomas.jung3/blog/2005/04/28/setting-up-an-adobe-writer-for-abap-output
    Regards
    Kiran Sure

  • [RESOLVED] "Isolinux.bin missing or corrupt" when booting from USB.

    Just giving root cause explanation and resolution to closed topic:
    https://bbs.archlinux.org/viewtopic.php?id=107241
    where "Isolinux.bin missing or corrupt" when booting from USB. I hope maybe someone will find it rather than closed topic 107241  :-(
    Windows DD and  unetbootin-windows are created for single ISO partition. That's why old Archlinux like 2010-05 will run.
    The newest one archlinux-2014.01.05-dual.iso will not work like that because there is UEFI pre-boot (two partitions). That's why it can't find then Isolinux.bin and report it's missing. Of course this kind of issue will appear on old motherboard without / old UEFI support as they can't understand bootstrap and real root fs later.
    unetbootin tool is partition driven so it can't do split well 32 UEFI + remaining root.
    Resolution:
    If you really don't have any Linux based machine to use Linux DD there is work around:
    1. Install WIndows Virutalbox and extension pack
    2. Download latest Archlinux ISO and run VM from it + USB support map real pendrive
    3. In guest VM booted form Arch ISO just run DD if=/dev/sr0 of=/dev/sda (pay attention that SDA is real USB device then).
    4. Wait about 8minutes. halt. unplug usb. Voila.
    Last edited by varsovie (2014-01-15 22:20:37)

    I am having this exact problem but with dd on Ubuntu 12.04 (my main distro on my main machine).
    Perhaps my version of dd is too old?

  • Can't download PDF attachments from Hotmail

    Hi,
    For the past 3 - 4 weeks, I have been unable to download PDFs attached to Hotmail messages.  The Windows forum has been unable to help.
    I'm running Windows 7, IE 9 and using Acrobat X standard.
    So far I have cleared my cache and reinstalled silverlight as the Windows guys suggested.  I also restored my computer to a point in the past when I could download attachments.
    I can download PDFs from web sites, and open existing documents.  I cannot download PDF attachments from other email accounts (such as my academic account).
    Any thoughts?

    If there is an option to download in binary mode, be sure that is selected. I do not have HotMail and have no clue what options might be available.

  • Multiple pdf attachments from server folder using SO_DOCUMENT_SEND_API1

    Dears,
    I am trying to build a program able to send an email with multiple pdf attachments.
    The files are stored in a folder in SAP server.
    I am able to generate a pdf file from a spool and sucessfully attach it to the email using:
    CALL FUNCTION 'CONVERT_OTF_2_PDF'
          IMPORTING
            bin_filesize           = v_bin_filesize
          TABLES
            otf                    = job_output_info-otfdata
            doctab_archive         = it_docs
            lines                  = it_lines
          EXCEPTIONS
            err_conv_not_possible  = 1
            err_otf_mc_noendmarker = 2
            OTHERS                 = 3.
        IF sy-subrc = 0.
          LOOP AT it_lines.
            TRANSLATE it_lines USING ' ~'.
            CONCATENATE gd_buffer it_lines INTO gd_buffer.
          ENDLOOP.
          TRANSLATE gd_buffer USING '~ '.
          DO.
            it_mess_att_aux = gd_buffer.
            APPEND it_mess_att_aux.
            SHIFT gd_buffer LEFT BY 255 PLACES.
            IF gd_buffer IS INITIAL.
              EXIT.
            ENDIF.
          ENDDO.
        ENDIF.
    Internal table it_mess_att_aux is the parameter contents_bin of FM SO_DOCUMENT_SEND_API1.
    I have now 2 files on a server folder which I would like to include as well.
    I am reading the content of the pdf files in following way:
    DATA:   gd_buffer                 TYPE string,
          OPEN DATASET lv_fileserver FOR INPUT IN BINARY MODE.
          IF sy-subrc <> 0.
            MESSAGE e257(zmsgsd) WITH lv_fileserver.
          ELSE.
            CLEAR: it_mess_att_aux[], gd_buffer.
            DO.
              READ DATASET lv_fileserver INTO gd_buffer.
              IF sy-subrc <> 0.
                EXIT.
              ENDIF.
              APPEND gd_buffer TO it_mess_att_aux.
            ENDDO.
            APPEND LINES OF it_mess_att_aux TO it_mess_att.
    I do not understand the purpose of the statement:
            TRANSLATE it_lines USING ' ~'.
    in this context. Could anyone explain it?
    All the files are attached to email with the desired name but corrupted and with the wrong size.
    Can anyone help me build the logic to attach a pdf file from server in a email?
    Thank you in advance,
    Kind Regards,
    João Cabrita

    hi , try this ,it is working fine  .
      DATA: i_objbin LIKE solisti1 OCCURS 0 WITH HEADER LINE,
              i_objpack LIKE sopcklsti1 OCCURS 0 WITH HEADER LINE,
              i_reclist LIKE somlreci1 OCCURS 0 WITH HEADER LINE,
    *          wa_doc_chng LIKE sodocchgi1,
              i_objtxt LIKE solisti1 OCCURS 0 WITH HEADER LINE,
    *         i_objpack LIKE sopcklsti1 OCCURS 0 WITH HEADER LINE,
           i_objhead LIKE solisti1 OCCURS 0 WITH HEADER LINE,
          i_tline TYPE TABLE OF tline WITH HEADER LINE,
          i_record LIKE solisti1 OCCURS 0 WITH HEADER LINE,
          wa_doc_chng LIKE sodocchgi1,
          v_lines_txt TYPE i,
           l_lines TYPE I VALUE '20'.
      CALL FUNCTION 'CONVERT_OTF'
        EXPORTING
          format        = 'PDF'
          max_linewidth = 132
        IMPORTING
          bin_filesize  = bin_filesize
        TABLES
          otf           = int_tab_otf_final
          lines         = int_pdf_tab.
      IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    *****************soc ranjan***************************
    *  IF full_path IS INITIAL.
    *    CALL METHOD cl_gui_frontend_services=>file_save_dialog
    *      EXPORTING
    **    WINDOW_TITLE         =
    **           DEFAULT_EXTENSION    = 'PDF'
    **    DEFAULT_FILE_NAME    =
    *           file_filter          = 'Portable Document Format (.pdf)' " for restricting saving file only as pdf
    *      CHANGING
    *        filename             = file_name
    *        path                 = file_path
    *        fullpath             = full_path
    *    IF sy-subrc <> 0.
    ** MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    **            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    *    ENDIF.
    *  ENDIF.
    ******************eoc ranjan*****************
    *break-point.
      CONCATENATE full_path git_select_option-pernr INTO path SEPARATED BY '_'.
      CONCATENATE path 'PDF' INTO path SEPARATED BY '.'.
    **  **************************for downloading*********************************
    *  CALL FUNCTION 'GUI_DOWNLOAD'
    *    EXPORTING
    *      bin_filesize = bin_filesize
    *      filename     = path
    *      filetype     = 'BIN'
    *    IMPORTING
    *      filelength   = file_size
    *    TABLES
    *      data_tab     = int_pdf_tab.
    *  IF sy-subrc <> 0.
    ** MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    **         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    *  ENDIF.
      CLEAR : lop , el , sl , cl .
    *  ******************addeddd later  by ranjan  21.04.2011
    DATA : desc TYPE char40 ,
          desc1 TYPE char100 .
      CALL FUNCTION 'QCE1_CONVERT'
    TABLES
    t_source_tab = int_pdf_tab
    t_target_tab = i_record
    EXCEPTIONS
    convert_not_possible = 1
    OTHERS = 2.
    IF sy-subrc <> 0.
    WRITE : / 'Error in conversion of pdf lines'(015).
    ENDIF.
    APPEND LINES OF i_record TO i_objbin.
    *Creation of the entry for the compressed attachment
    DESCRIBE TABLE i_objbin LINES bin_filesize.
    i_objtxt = 'Hi'.
    APPEND i_objtxt.
    i_objtxt = '                                     '.
    APPEND i_objtxt.
    i_objtxt = 'Pls  find  the attached  salary slip ' .
    APPEND i_objtxt.
    i_objtxt = '  '.
    APPEND i_objtxt.
    i_objtxt = '  '.
    APPEND i_objtxt.
    i_objtxt = '  '.
    APPEND i_objtxt.
    i_objtxt = '  '.
    APPEND i_objtxt.
    i_objtxt = '  '.
    APPEND i_objtxt.
    i_objtxt = '         '.
    APPEND i_objtxt.
    i_objtxt = '  '.
    APPEND i_objtxt.
    i_objtxt = '  '.
    APPEND i_objtxt.
    i_objtxt = '        '.
    APPEND i_objtxt.
    i_objtxt = '  '.
    APPEND i_objtxt.
    i_objtxt = '         '.
    APPEND i_objtxt.
    i_objtxt = '  '.
    APPEND i_objtxt.
    i_objtxt = '  '.
    APPEND i_objtxt.
    i_objtxt = '         '.
    APPEND i_objtxt.
    i_objtxt = '  '.
    APPEND i_objtxt.
    i_objtxt = 'Regards:  '.
    APPEND i_objtxt.
    i_objtxt = 'Corporate HR  '.
    APPEND i_objtxt.
    DESCRIBE TABLE i_objtxt LINES L_LINES.
    READ TABLE i_objtxt INDEX L_LINES.
    wa_doc_chng-doc_size = ( L_LINES - 1 ) * 255 + STRLEN( i_objtxt ).
    *Creating the entry for the compressed document
    CLEAR i_objpack-transf_bin.
    i_objpack-head_start = 1.
    i_objpack-head_num = 0.
    i_objpack-body_start = 1.
    i_objpack-body_num = L_LINES.
    i_objpack-doc_type = 'RAW'.
    APPEND i_objpack.
    ***CLEAR:  i_objpack .
    ***i_objpack-transf_bin = ' '.
    **i_objpack-head_start = 1.
    **i_objpack-head_num = 0.
    **i_objpack-body_start = 1.
    **i_objpack-body_num = L_LINES.
    **i_objpack-doc_type = 'TXT'.
    **i_objpack-obj_descr = desc1 .
    **APPEND i_objpack.
    *CLEAR: i_objhead .
    *i_objhead = DESC.
    *APPEND i_objhead.
    *break-point .
    i_objpack-transf_bin = 'X'.
    i_objpack-head_start = 1.
    i_objpack-head_num = 1.
    i_objpack-body_start = 1.
    i_objpack-body_num = bin_filesize.
    i_objpack-obj_name = 'Employee Payslip'.
    i_objpack-obj_descr = 'Employee Payslip'.
    i_objpack-doc_size = bin_filesize  * 255 .
    i_objpack-doc_type = 'PDF'.
    APPEND i_objpack.
    CONCATENATE 'Salary Slip of Month' p_month INTO desc SEPARATED BY ' ' .
    *DESCRIBE TABLE i_objtxt LINES v_lines_txt.
    *READ TABLE i_objtxt INDEX v_lines_txt.
    ****wa_doc_chng-doc_size = ( v_lines_txt - 1 ) * 375 + STRLEN( i_objtxt ).
    wa_doc_chng-obj_name = 'Payslip'.
    wa_doc_chng-expiry_dat = sy-datum + 10.
    wa_doc_chng-obj_descr = desc.
    wa_doc_chng-sensitivty = 'F'.
    wa_doc_chng-doc_size = v_lines_txt * 255.
    CLEAR i_objpack.
    DATA: l_usrid_long TYPE pa0105-usrid_long.
    DATA : emessage(70) TYPE c.
    CLEAR : l_usrid_long.
    SELECT SINGLE usrid_long
    FROM pa0105
    INTO l_usrid_long
    WHERE pernr = git_pa0001-pernr
    AND subty = '0010'.
    *break-point.
    IF sy-subrc EQ 0.
    i_reclist-receiver = l_usrid_long.                     
    i_reclist-rec_type = 'U'.
    i_reclist-com_type = 'INT'.
    APPEND i_reclist.
    ELSE.
    WRITE:/ 'No email id is maintained for this personnel number' , git_pa0001-pernr.
    ENDIF.
    IF NOT i_reclist[] IS INITIAL.
    ***************************************for senders id *************************************
    CALL FUNCTION 'SO_DOCUMENT_SEND_API1'
      EXPORTING
        document_data                    = wa_doc_chng
      put_in_outbox = 'X'
       sender_address                   = 'xys'
       sender_address_type              = 'SMTP'
       commit_work                      = 'X'
    * IMPORTING
    *   SENT_TO_ALL                      =
    *   NEW_OBJECT_ID                    =
    *   SENDER_ID                        =
      TABLES
    packing_list = i_objpack
    object_header = i_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 <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.

  • How to print multiple PDF attachments from report

    Hello experts,
    I have developed an ALV report that is having some PDF attachments and I have push button(Print all) as shown in below image.
    When I click on print all button all the pdf attachments should be send to printer.
    I did check in the SCN but I found some posts to print single pdf from after opening the pdf and some posts to view a pdf file which is saved on desktop but in my requirement I have multiple pdf attachments and I have to send all the attachments to printer with print all button click without opening the attachmens.
    Can you please help me to resolve this issue.Thanks in advance.
    Thanks & Regards
    Suman

    Hi,
    Your Requirement is bit complex,
    i hope we can achieve the solution if follows bellow links and we use application server for temporary storage.
    Print Adobe Document from any URL link in SAP ABAP.
    Hope this will help you.

  • Unable to view PDF attachments from my iPhone.

    I am using service called RightFax this service is send the faxes to clients mailboxs. I have been reported from clients that they are unable to view the attachmentson their iPhones, the attachment format is PDF. The attachment can be openned from any desktops and Android phones without any issue.
    i can see attachment from on my iPhone but when i tab on it to view it it just scrolled up to the top of the mail. Also if i farward the same fax mail to my self then i can view the attachment.The IOS version is 7.1.
    I contact the RightFax company to check with them why only attachments from fax mails with PDF format is not openning from iPhone devices from the first time, the company check theur services and do tests and reply me that there is no issue with their services since the PDF attachments are openned on android and desktops. They informed me that it might could be compatability issue between Exchange 2013 and apple that doesn't allowed PDF attachments to be openned from the first time, so they advised to contact Apple support to find out why PDFs are not openning when i initially attempt to download them.
    I download third party mail client on my iPhone and all fax attachments are openned without problem.
    Could anyone help me with this strange issue ??

    RightFax advised you to contact Apple Support - this is NOT Apple Support but rather a public user to user technical support forum.
    As far as I know, it is not possible to open PDF attachments on an iPhone, but it is on an Android phone, which is why you are having the problems - unless there is an app to help you that you can purchase in the app store, then there is not a lot you can do about this, except switch to an android phone, but as far as I know, you have never been able to open PDF documents on an iPhone.

  • How to Stop Large PDF attachments from displaying?

    Using Leopard and large PDF attachments (9mb) slow Mail down to a crawl. Is there a way to stop attachments from automatically displaying in Mail. It can be all atachments, it does not have to be just PDF or a certain size.
    Dan

    Hi Mulder,
    I think it must be noted that Plain or Rich Text has no bearing on Mail's ability to View in Place. Nor does View in Place have any bearing on each attachment being a true attachment. Whether it is viewed Inline by the recipient will depend entirely on the recipients email client, and not how you send.
    View in Place must not be confused with embedding images into text. The frequent discussion in these forums, and what you refer to, about whether to use Plain Text or RTF is relevant to some recipient email programs seeing inline attachments as embedded images due to the presence of the HTML that results from RTF when multiple fonts and attachments are present. The fact that the person composing sees the attachments with View in Place has no bearing on this issue involving HTML that results from RTF.
    Choosing the View as Icon while you Compose has no bearing on how the recipient's email application displays it.
    With those email clients where you can select to not view attachments inline, those you find viewing in place as you compose will in fact be seen as attached files in Icon form.
    At my request, I was sent a test message with a JPEG prepared using Iconiser -- Mail still displayed the JPEG in the message with View in Place when received. However, an examination in Raw Source form showed the header to the attachment did not have the disposition as "Inline" as it normally would -- this would aid with some recipients, such as those using Lotus Notes, where the attempt to adhere to the inline quality causes problems. But Mail, and some other email clients, can still display the message with attached images with View in Place or Inline View. The use of Iconiser will not guarantee to change that.
    As you have pointed out, zipping will prevent any form of View in Place from working.
    All the best,
    Ernie
    Message was edited by: Ernie Stamper

  • I can't access pdf attachments from my aol email on my ipad. i have downloaded adobe reader. what should i do?

    i can't accesspdf attachments from aol email on my ipad. i have donloaded adobe reader. what should i do?

    For Notes, if they are only on your phone I suggest you open them one by one and email them to your self so you have a backup of the text.  You can then go to Settings>iCloud and turn Notes to Off, then back On.  Then try creating a new note and see if it syncs properly to icloud.com and to your Mac.  If so, and if turning it notes off deleted the notes from your phone, you'll have to open each email and copy and paste the text into a new Note.
    My own experience with photo stream syncing photos to iPhoto is that it works great.  iPhoto automatically receives new photos from photo stream, and if configured to in iPhoto settings, it also saves a copy of the images to your iPhoto library so they are backed up.

  • Mail is corrupting PDF attachments

    about 25% of the PDF files I receive as attachments show as an icon in the top part of the msg, but also show as unreadable hex "text" in the bottom part of the msg.
    If I click on the PDF ICON in Mail.app, it opens fine in PREVIEW.APP
    IF I forward any mail with this sort of PDF Attachment (showing as "text" at the bottom) to a windows user, they can NOT open the file... Adobe Acrobat Reader says the file is corrupt.
    A corollary is - a LOT of the PDF files I receive from an e-fax service as PDF files show as CORRUPT on the Mac, but open FINE on Windows (Adobe Acrobat Reader).. saying the file is not "correctly encoded"
    This is a SERIOUS PROBLEM... If I can't get mail to reliably open and forward PDF files to Windows users, I have no choice but to give up on Mail.app and use Windows...
    I have to deal with way too many PDF files as attachments to worry that every one I send may be corrupt to some windows user.
    IF apple would give us a way to submit one of these files, I would gladly do so... but apparently from MAIL.APP they do not!
    Any ideas?

    Keith,
    I saw your other post.
    With problem Forwarding, try this again, but before sending, click on Format in the Menubar, and choose Make Plain Text. Then let me know what happens.
    I do not you have a transmission problem. The problem in the other topic, with Walter, is still under review, but has been traced to only be with that one IMAP server, and regardless of which network you are connected to.
    The text at the bottom may be a clue that that Rich Text is being converted to HTML at some point, and the HTML has compromised the content of the PDF.
    Feel free to send me an example, by email. My address can be found by clicking on my name.
    Ernie

  • Randomly Missing Text in PDF Created from FrameMaker

    This problem relates to a structured FM document, but I suspect it might be a general issue and have posted it here in the general forum for that reason.
    I am generating PDFs that are missing text somewhat randomly throughout. I tried searching the forum for solutions, but none of the suggested fixes worked and none of the posts specifically addressed the issue I am experiencing.
    I am working in structured FM. The templates we use were originally created for FM8. We use both FM8 and FM10 in our work group. We are able to duplicate the same problem in both versions and on multiple computers.
    I thought I had narrowed the problem down to certain paragraph formatting, since it only ocurs in three or four paragraph formats (a bullet list, table text, etc.) Garden variety formatting. But in most places in the document, these formats appear perfectly. The strangest occurence is a single intance where the page number is missing from the footer.
    I thought it might be a font issue, as I've had similar issues in the past. I had a missing font warning in the console, but I am pretty sure that this has nothing to do with it, since they are fonts we are not using and all the other text from the same formats appears.
    I tried turning off "Remember Missing Font Names" in preferences. No help.
    I checked that the fonts are in the local directory and appear as embedded subsets in the PDF.
    I also tried checking and unchecking the "Rely on system fonts only; do not use document fonts" option in the PDF output settings. Also no help.
    The randomness of the missing fonts bewilders me and I've exhausted my own troubleshooting abilities. I would be happy to share a source file if anyone thinks they could help me that way.
    Thanks in advance,
    Douglas

    There is a known bug in Windows XP that causes random dropped text in
    PDF. The hotfix is here, though the link does not seem to be working at
    the moment:
    http://support.microsoft.com/?id=952909
    However, the above link directs you to a download link that is here:
    http://support.microsoft.com/Hotfix/KBHotfix.aspx?kbnum=952909&kbln=en-us <http://support.microsoft.com/Hotfix/KBHotfix.aspx?kbnum=952909&kbln=en-us

  • Pdf attachments from mailing list not in mail

    Hi,
    I receive email from a phpList server in html format. Any attached PDF files are missing from Apple Mail (version 4.4). - no attachment, no inline - just disappeared into the ether.
    If I check the mail using an alternative POP client (e.g. Eudora) the attachment is there.
    Checking with friends using Windoze, Outlook also includes the attachment.
    It seems there is a bug in Apple Mail

    Hi,
    I receive email from a phpList server in html format. Any attached PDF files are missing from Apple Mail (version 4.4). - no attachment, no inline - just disappeared into the ether.
    If I check the mail using an alternative POP client (e.g. Eudora) the attachment is there.
    Checking with friends using Windoze, Outlook also includes the attachment.
    It seems there is a bug in Apple Mail

  • Mail corrupts PDF attachments

    I've had this problem for a while now, usually on older emails i've kept in my inbox, but it's started happening on more recent emails now and is becoming a real nuisance. Basically, sometimes, when i go to view or download a PDF attachment, preview tells me "Couldn’t open the file. It may be corrupt or a file format that Preview doesn’t recognize." I'm using gmail through imap on Mail. The attachement itself is fine though. I can download the attachment through gmail itself and preview displays it fine. Also, mail displays the inline preview as a small black box.
    Any ideas why mail is corrupting my attachements? i've already tried rebuilding all my mailboxes multiple times, and deleting and redownloading all my messages, but the problem hasn't gone away.
    Thanks for any help.
    Message was edited by: zig_k

    zig_k,
    How did you re-download the messages? Did you remove the account then re-add it? What I would do is Move the files and folders I list below to the desktop. Then re-setup mail.
    com.apple.mail.plist from the Macintosh HD -> User -> YOUR USER -> Library -> Preferences
    com.apple.mail.downloads.plist from the same folder as above
    & the Mail folder in Macintosh HD -> User -> YOUR USER -> Library
    If all works you may delete the files. The plist files hold settings like were you store your notes and todos. And the mail folder is a copy of all you mail. You can go through it if you like.
    Hope that helps,
    Weston

  • Is it possible to send multiple PDF attachments from an iPad?

    When sending an email from my iPad, I am unable to send multiple attachments, just one file at a time.
    Is there any way to send two PDF files in one email?
    Thanks,
    Melissa.

    I don't need to send it to multiple contacts, I need to send multiple PDF files in an email from my iPad.
    Thanks for the assistance though.
    Regards,
    Melissa.

Maybe you are looking for

  • Dynamic type conversion?

    Hi everyone, I'm working in a XML method invocation engine but at this moment I'm stucked trying to solve a little problem. I've a XML file looking this way: <method class="java.lang.Math" name="min"> <arg> <method class="java.lang.Math" name="max">

  • Simple formCalc script to set ALLtext fields = 1 text field

    I want to add a button that will calculate all text fields in the form = 1 individual text field. I cancalculate 1 txt field = another text field, but don't know how to set multiple text fields = 1 text field. Ex: AutoFill button. Thanks! -JoeF

  • Difference between Serialization Vs Externalization

    hi can anyone tell me Difference between Serialization Vs Externalization

  • Closing FF by clicking X means FF will open with last seen tabs. Why?

    If I close Firefox 4 by clicking on the Firefox logo in the left top corner and then choosing Exit, the next time I sign on to Firefox, only my home page tab is shown, as it should. If I exit by clicking X in right top corner, all the tabs that were

  • Change Delivery - Custom fields

    Hi Forum, I need to change with BAPI a lot of custom fields in LIKP & LIPS. I found BAPI_OUTB_DELIVERY_CHANGE but there aren't all append structures as in LIKP and LIPS. (I also think that it is not released because in trx BAPI it is not present) Aft