ICloud Not Delivering a 363kb PDF Attachment

I have a 6-page text PDF doc that's 363kb in size. For the last 3 days, I've been trying to send it from my iCloud email to my iPad (same iCloud email address) for importing into iBooks, and from 3 different computers, I can SEND the email with the attachment -- HOWEVER, this email meesage is never received and never comes through to my iCloud email. It isn't sent to Spam of Junk.
If I send the email from a different outgoing email address, it comes to iCloud just fine, instantly.
Smaller PDF attachments can be sent iCloud to iCloud andt hey are delivered instantly. I tried the 363kb PDF iCloud to iCloud again, just now, and it still fails. It's not slow internet, because I've been doing this for 3 days. Again, NONE come though unless they're really small or sent from another outgoing server, in which case they arrive instantly.
iCloud status shows all things are working.
Thoughts?

Hi Vijay,
              I have already seen that thread.My requirement was to send the data in the internal table after zipping into any file format which the user species e.g. if he choses the zip file name as ZIPPO.XLS then he will get a zipped XL file,if the file name he choses is ZIPPO.DOC it will a zipped Word doc file and so on.I was able to achieve the two stated above but not sure hoe to do this for a PDF file.
Let me modify the question for better understanding:
The Demo program BCS_EXAMPLE_6 shows how to zip and send the pdf outout from a smartform .Is there any way I can convert the internal table to the same form for processing it further,in the same way as it is done in this example.
Any workarounds will be welcome.
Regards
Abhishek Singh
Edited by: abhishek singh on Sep 23, 2009 2:25 PM
Edited by: abhishek singh on Sep 23, 2009 4:44 PM
Edited by: abhishek singh on Sep 25, 2009 10:18 PM

Similar Messages

  • The memo feature will not save on my PDF attachment

    The memo note feature on the adobe reader will not save on the PDF attachment.  Any Idea how to correct?

    If the pdf is part of an email, you need to download the attachment separately. Add your comment to the downloaded email. It will not become part of the email you received as an email.

  • Outlook 2013 will not Quick Print a PDF attachment on a Windows 8.1 computer

    LS,
    One of my customers has a Windows 8.1 Computer, Internet Explorer, Office 2013 and Acrobat reader XI (all updated, latest version, etc.).
    Whenever my customer gets a email in his outlook with a PDF attachment, he cannot use Quick Print in the menu to print the attachment.
    When he does this, simply nothing happens, no error, no nothing and the printer doesn't print. Any other type of attachment appears not to be a problem.
    If I use a different program to open the PDF than with a little work around I can open the PDF and than print it.
    Of course my customer would prefer to use Adobe reader.
    Do you have a solution for this problem??
    Kind regards,
    Clemens Linders

    I read somewhere that disabling hardware rendering in Internet Explorer could help with a problem like I had with this customer. And also I read somewhere that you can disable some protection security in PDF.
    So I did these two things and I thought.... Yes, this is it. I could now print emails that have a PDF attachment.
    Unfortunately, my customer called me yesterday and sys he has still got the same problem when trying to print emails that have multiple PDF attachments.
    I am running out of ideas, does anybody have an idea how to fix this??
    Kind regards,
    Clemens Linders

  • Multiple recipient email addresses is not working  for xsl & PDF Attachment

    multiple recipient email addresses is not working properly when
    to list has some external email address and sending xls and PDF file as an attachment.
    Test Scenario:
    (A) Create mail target activity
    1)To email : use the multiple email id with some external domain (ex.
    [email protected] ,[email protected], [email protected])
    2)File attachment with .xls file and this file is sending to mail target as an inputstream(at runtime)
    3)Use all other valid parameter in activity.
    (B) Create a process flow File source to mail target
    Execute the process flow.
    Actual Result: Mail is received by every email account. Only external email account get correct file but other email account(as ([email protected])) attachment files
    displaying message
    �abc.xls� can not be accessed. The file may be read-only, Or you may be
    trying to access a read only location. Or, the server the document is stored on
    may not be responding.�
    When i trying to open xls and PDF file
    Expected Result:
    All type of file attachments should be supported with all valid email address
    (servers).
    Pls help me about this senario:
    What is problem in this case:
    I am sending code
    Session session =getSession(host,port,secure);
    session.setDebug(this._debug);
                   Transport trans = connect(host,port,session,userID,password);
                   Message message = new MimeMessage(session);
                   InternetAddress[] iAddr = null;
                   message.setFrom(new InternetAddress(fromName));
                   iAddr = InternetAddress.parse(toUserName, true);
                   message.setRecipients(Message.RecipientType.TO, iAddr);
                   message.setSubject(subject);
                   //BodyPart messageBodyPart = new MimeBodyPart();
                   Multipart multipart = new MimeMultipart();
                   MimeBodyPart messageBodyPart=null;
    if(dataLocation!=null && dataLocation.equalsIgnoreCase("ATTACHMENT")){
                        String tmpName=fileName;
                        if( inputstream != null)
                                  tmpName = makeAttachment(fileName,inputstream);
                        messageBodyPart = new MimeBodyPart();
                        DataSource source = new FileDataSource(tmpName);
                        messageBodyPart.setDataHandler(new DataHandler(source));
                        fileName = fileName.replace('\\', '/');
                        fileName = fileName.substring(fileName.lastIndexOf('/') + 1,
                                  fileName.length());
                        messageBodyPart.setFileName(fileName);
                        multipart.addBodyPart(messageBodyPart);

    First, when sending your message, the filename should be a simple
    filename, not containing any directory names.
    It sounds like your mail server might be doing some special
    processing of attachments, perhaps to prevent viruses.

  • PDF Attachment while posting thru MIRO / FB60

    Dear Friends,
    I need your help on the following scenario.
    Requirement:
    we are going to build an interface for invioce postings in SAP using Tcode FB60(Invioce with out PO) and MIRO(with PO).
    Data has to be picked up by the interface from a staging server where each invoice data is available in .dat format.
    Data for posting is from the .dat file. We are going to store that in Z tables and will use for posting.
    But our additional requirement is each invoice will have a PDF document(supporting document for that invoice), it is not the invoice as such, but an additional document.
    While doing the posting in SAP thru FB60/MIRO transaction, the PDF file corresponding to this invoice has to be attached with this posting.
    Problem Areas:
    We know that an attachment can be uploaded thru transaction in FB03 after the posting is done using Object Services.
    1. But our concern is how can they be attached programatically?
    2. Can't we attach the file while doing Posting either thru FB60 or MIRO?
    3. How to extract those PDF files placed in another server and attach during the background job?
    Any help/inputs on this is highly appreciated.
    SAP Version: 4.7 Enterprise edition
    Note: Content of the PDF attachment is not the data for invoice posting, no need to read its contents, it only has to be attached with the posting.
    Regards,
    Simha

    Change in requirement..
    Hence i am closing this thread.
    Regards,
    Simha

  • ICloud won't download whole msg to Windows Live Mail 2011 program if pdf attached

    I just posted a message about this but think I posted it in the wrong section, so, am posting again here. Has anyone had this problem? The email arrives in Windows Live Mail 2011 program with the pdf attached but what the sender typed to me in the email is missing.
    This email was generated originally by a mac user who sent it to another mac user with a pdf attached. The second mac user sent it to me  after typing a couple of words asking me to do something with the pdf. I never saw what he typed in - it was hidden. If I clicked Forwardd, then the draft of the forward showed some of his message to me but it was in weird format (lines broken in half, letters missing).  If I clicked Reply, I could not type into the reply.
    I checked iCloud mail. The message was there in the iCloud incoming mail folder, intact, everything visible. So the problem occurs when the IMAP server goes to send the mail on to my computer's email program.  Junk filters are turned off both on the IMAP server and in my email program so that is not part of the problem.
    One thing that occurred to me is that Windows Live Mail 2011 is receiving the email with pdf attached as though the text in the email were a photo or image.
    Has anyone encountered this? Can anyone guess what is wrong? Does anyone know how to fix it?
    I am using an HP Pavilion Laptop with Windows 7 home premium 64 bit.
    Kelliann

    Does the ext directory have the php_oci8.dll? In the original steps the PHP dir is renamed. In the given php.in the extension_dir looks like it has been updated correctly. Since PHP distributes php_oci8.dll by default I reckon there would be a very good chance that the problem was somewhere else. Since this is an old thread I don't think we'll get much value from speculation.
    -- cj

  • Can't open pdf attachment in Yahoo Mail. Worked in 25.0 not 25.0.1. Still works with IE.

    Clicking on a pdf attachment in AT&T/Yahoo Mail results in "a file was downloaded". Used to open the file in Firefox 25.0 and prior. Switching to IE I can click on the attachment and it opens. Seems it could be something in 25.0.1. I cleared my history (cache, cookies) but this did not fix the problem. I disabled the pdf viewed and that didn't help either.

    i'm not sure as to what exactly is going on, but it looks like yahoo has changed something on their server that makes certain old url formats dysfunctional - at least quite a number of other users have reported that... so if you have a bookmark for yahoo mail, change its address to the generic https://mail.yahoo.com/, which should redirect you to the current & working url

  • I get a weekly email with a PDF attachment and when I open it it's to large to print. To date I'm not able to find a way to shrink or adjust the size. The doc was created on M/S Office-excell

    I get a weekly email with a PDF attachment and when I open it it's to large to print and I know of no way to shrink or resize the doc. It's created in M/S excel. Can anymore assist....TX

    From: Test Screen Name [email protected]
    Sent: Sunday, August 04, 2013 11:32 AM
    To: gunner0490
    Subject: I'm not able to open PDF files in Adobe Reader XI.
    Re: I'm not able to open PDF files in Adobe Reader XI.
    created by Test Screen Name <http://forums.adobe.com/people/TestScreenName>  in Adobe Reader - View the full discussion <http://forums.adobe.com/message/5565198#5565198

  • HT4863 I sent an email from my iPhone 3GS (via iCloud account) with around 16GB of attachment. It slowed down the phone for a few seconds, then appeared to be sent. However, the message is now not in the sent box, and I can't see an outbox at all. Any ide

    I sent an email from my iPhone 3GS (via iCloud account) with around 16GB of attachment. It slowed down the phone for a few seconds, then appeared to be sent. However, the message is now not in the sent box, and I can't see an outbox at all. Any ideas?

    That changes things a little bit , login to icloud.com and see if you can find it in your sent folder.
    If it is there you did send, just need to wait until you phone syncs "sent folder" perhaps on wifi.
    If it is not, then I would say it is lost and you may have to send again. They have 20 megs limit, so make sure that message plus attachment is under that limit.

  • PDF Attachment problem in Adobe form and send mail is not working

    Dear Experts,
                         Recently i'm facing a problem regarding Adobe form PDF attachment and sending an e-mail along with the PDF attachment to customer mail id.But when i execute the RFC Function module, in customer side no mail is comming. And when i check the transaction SBWP then i found that the PDF attachment hold only 1KB of data which is not right.For that i'm sending my code which i was declared in my program.Can anybody please help me to overcome this problem?
    Warm Regards,
    sameek.
    CLASS cl_bcs DEFINITION LOAD.
      DATA:
      lo_send_request TYPE REF TO cl_bcs VALUE IS INITIAL.
      lo_send_request = cl_bcs=>create_persistent( ).
      data: t_att_content_hex type SOLIX_TAB.
      DATA: lx_document_bcs TYPE REF TO cx_document_bcs VALUE IS INITIAL.
      DATA: lo_sender TYPE REF TO if_sender_bcs VALUE IS INITIAL,
            l_send type ADR6-SMTP_ADDR value 'Already provided an e-mail address here'.
      DATA: lo_recipient TYPE REF TO if_recipient_bcs VALUE IS INITIAL.
      DATA: lv_sent_to_all(1) TYPE c VALUE IS INITIAL.
    Message body and subject*
      DATA:
      lt_message_body TYPE bcsy_text VALUE IS INITIAL,
      lo_document TYPE REF TO cl_document_bcs VALUE IS INITIAL.
      APPEND 'Dear,' TO lt_message_body.
      append ' ' to lt_message_body.
      APPEND 'Please fill the attached form and send it back to us.'
      TO lt_message_body.
      append ' ' to lt_message_body.
      APPEND 'Thank You,' TO lt_message_body.
      lo_document = cl_document_bcs=>create_document(
      i_type = 'RAW'
      i_text = lt_message_body
      i_subject = 'Customer Information Form').
      TRY.
          lo_document->add_attachment(
          EXPORTING
          i_attachment_type = 'PDF'
          i_attachment_subject = 'Customer Information Form'
    I_ATTACHMENT_SIZE =*
    I_ATTACHMENT_LANGUAGE = SPACE*
    I_ATT_CONTENT_TEXT =*
    I_ATTACHMENT_HEADER =*
          i_att_content_hex = t_att_content_hex ).
        CATCH cx_document_bcs INTO lx_document_bcs.
      ENDTRY.
    Add attachment*
    Pass the document to send request*
      lo_send_request->set_document( lo_document ).
    Create sender*
      lo_sender = cl_cam_address_bcs=>create_internet_address( l_send ).
    lo_sender = cl_sapuser_bcs=>create( sy-uname ).*
    Set sender*
      lo_send_request->set_sender(
      EXPORTING
      i_sender = lo_sender ).
    Create recipient*
      lo_recipient = cl_sapuser_bcs=>create( sy-uname ).
    lo_recipient = cl_cam_address_bcs=>create_internet_address( l_send ).*
    Set recipient*
      lo_send_request->add_recipient(
      EXPORTING
      i_recipient = lo_recipient
      i_express = 'X' ).
    lo_send_request->add_recipient(*
    EXPORTING*
    i_recipient = lo_recipient*
    i_express = 'X' ).*
    Send email*
      lo_send_request->send(
      EXPORTING
      i_with_error_screen = 'X'
      RECEIVING
      result = lv_sent_to_all ).
      COMMIT WORK.
      message 'The Customer Information form has been emailed to the Employee' type 'I'.

    I am also facing issue with email send .
    apex 4.1.1 oracle 11g
    create or replace procedure email ( p_email  in    varchar2)
    is
        l_workspace_id      number;
        l_subject           varchar2(2000);
        l_body              clob;
        l_body_html         clob;
         l_email varchar2(40);
    begin
        l_workspace_id := apex_util.find_security_group_id (p_workspace => 'xyz');
        apex_util.set_security_group_id (p_security_group_id => l_workspace_id);
    l_email:= p_email;
        l_body := ' ';
        l_subject := 'You have new tasks';
        --if l_email=:P3_CONFIRM_EMAIL_ADDRESS is not null then
       -- email( l_email =>:P3_CONFIRM_EMAIL );
    -- end if;
            l_body_html := '<p />The following tasks have been added.';
         apex_mail.send (
                p_to        => l_email ,
                p_from      => '[email protected]',
                p_body      => l_body,
                p_body_html => l_body_html,
                p_subj      => l_subject );
      APEX_MAIL.PUSH_QUEUE;
    end; I also check the log and queue but both are empty,
    select * from
    apex_mail_queue
    select * from
    apex_mail_log Kindly suggest what to do ?
    I also created a process in apex , which call this procedure and pass the email address entered by user.

  • I cannot open a PDF attachment. Get message saying Preview does not recognize it. What is Preview?

    Cannot open a PDF attachment. I get a message saying Preview does not recognize it. What is Preview?

    CLICKY CLICK---> Preview - Apple Support
    Care to share which OS you are using?
    ===========
    When posting in Apple Communties/Forums/Message Boards.......It would help us to know which Mac model you have, which OS & version you're using, how much RAM, etc. You can have this info displayed on the bottom of every post by completing your system profile and filling in the information asked for.
    Click on your name Welcome "your name."
    Click on your name link
    Click on the BIO tab.  Scroll down to the bottom till you see "My Products."  This is the section where you can edit your profile.
    CLICKY CLICK-----> Help us to help you on these forums

  • Osx has messed up my phone it is iclould and I want apple..my emails was changedto iclound and i WANT Back my aol.my messages are now not delivered ND IN GREE INSTEAD OF BLUE WANT ALLPE NOT ICLOUD THAT IS JUST MY SECONARY ACCT

    don't know how I even got osx..I was on apple..now on   icloud..don't want iclould cause my mail it Not going on AOL..messages(icloud messages only) are not delivered and in green not blue...address book messed up to...please help to get my phone back the way it was...want aol. mail n not iclound can't seem to change it......Camille

    Let me take your side here. Call verizon billing and tell them you are cancelling the phone and service since you have not received it from Fedex. Verizon requires you to sign for their shipments from Fedex. The carrier then tries three delivery attempts and then sends the package back to verizon.
    If you paid by credit card call up and dispute the charge, since your 14 days of previewing has not technically started as to return it within that time frame, just cancel the whole order. Make sure Verizon does not try to bill you .
    Dispute, dispute and dispute.
    You could have went into a verizon store and got your phone imediately instead of being shipped.
    A lost or stolen phone not signed for by you or authorized person is verizons problem and not yours. You don't owe verizon for service not provided or the phone that was not delivered. Call your bank or credit card company and have them remove the charge.

  • Mail app PDF attachment is not visible

    I found several reports (and workarounds) of PDF attachment hiding in Mail application. It seems to be still not fixed, as I got the issue with current up-to-date software configuration: OS X 10.6.7, Mail 4.5 (1084).
    My details:
    - email is generated by some automatic system, it has HTML body and one PNG image (referred from the HTML). I know there is also PDF attachment (2 pages).
    - In mail view I see HTML rendering and PNG image as the only attachment; attachment count is 1. Nothing about PDF, also PDF contents is definetly not visible "inline".
    - in mail source I can see that the HTML, PNG and PDF are there (as MIME attachments). Quick look to the source does not show anything obviously broken there; I've programmed MIME email sending in low level and have some idea about it.
    - in File-Quick view attachments I can see PDF contents
    - in File-Save attachments also PDF attachment is saved fine
    - in most other emails I can see PDF files, inline or as attachments. So it has something to do with specific mail format, or MIME configuration.
    So the issue is that by normal view I just would have no idea that there is this hidden attachment.
    I happened to know from another mail reader (gmail) that the attachment is there, otherwise I could never notice it. Therefore it is major annoyance, especially that Apple has not succeeded to fix it fully for 5 years or so.

    I'm having the exact same problem here. I'm in Lion 10.73 running Mail 5.2.
    This is very frustrating because the "list view" window, there's an attachement column that show's there's 2 attachments (presumably one image attachment for a signature and one for a pdf)... but in the message window there's no pdf attachment.
    Surprisingly I have an iPad3 and the same message is missing the attachment as well.
    But then I go online to my webhost's webmail access and the attachment is there.

  • Logo not printing in pdf attachment

    Hi,
    When printing the billing document, i need to save the document in PDF file in local drive and i need to send the same pdf file in mail to the customer. When saving the pdf file in local drive i can see the logo clearly, but the same attachment when i am sending in mail, the logo is not getting displayed. The customer can open the pdf attachment, but cant find the logo. Pls let me know how to solve this problem.
    Thanks,
    Raju

    Raised different thread.

  • PDF attachment does not open

    I have a Samsung i760 with Verizon Wireless. I am running Windows Mobile 6 Professional. I have installed Adobe Reader PPC 2.0, and the Reader application itself appears to work fine (appears in my Program list, I can open the program, etc.). I have my work e-mail (from an Exchange server)pushing to my phone, and my e-mail has been working fine. Every day, I receive a report via e-mail with a .pdf document attached. When I open this e-mail, and click on the .pdf attachment, it says "Downloading..." on the bottom of my screen, but the file never finishes downloading or opens up. The file is only "(12K)" according to the e-mail, so it should download fairly quickly, and then Adobe Reader should open up and display the file. Any ideas why this does not happen? It just says "Downloading" forever until I manually stop the download. Thanks.

    Hey there,
    Same I experienced the same problem, hopefully someone can help up...

Maybe you are looking for

  • Bought a Skype phone but it doesn't work. How do I...

    I bought a Skype telephone through internet from the 'Skype shop'. I tried to install it but it doesn't work. Someone else tried to install it too - someone used to those things - but it does not work. I need to send it back to Skype but how do I go

  • ABAP Proxy Timeout

    Hi! I have this scenario: SAPR3 (A.Proxy) -> XI ->SOAP SAP R3 sends Sync Messages to XI, through ABAP proxy, which starts a BPM, this BPM calls a WebService that sometimes takes more than one minute to give a response. When the process reaches "Close

  • Reg: reading  the status of material in terms of legal control in GTS

    Hi All, I have a requirement like i need to capture the data from GTS for the status of material in terms of legal control(/SAPSLL/LGREG) as well as Legal Control: License Header(/SAPSLL/LCLIC) as a RFC call from R/3 To GTS module. Can any one come a

  • Another Partition Question

    After reading about various problems when installing Lion first and then creating a second partition for Snow Leopard, I decided to Partition first and have 2 partitions with Snow Leopard. If I choose to do so, will I have a problem upgrading one of

  • Why does my mac book pro freeze after downloading mountaion lion?

    I downloaded the Mountain Lion and now my macbook pro and it keeps freezing.  I have to keep restarting. I have tried both safari and firefox and it does not seem to make any difference.  Please help as I am getting very frustrated.