Why can't I share documents via email in pdf format any longer?

Why can't I share documents via email in pdf format any longer?

I am guessing you are using an iPad, iPhone or iPod touch. This is the forum for MacBooks, the computer, so the mail works differently.
You will want to ask your question in the correct forum.
Using iPad
Using iPhone
iPod touch

Similar Messages

  • Can't send a PAGES document Via email in PDF form ... used to be done by clicking share and PDF  HELOP

    creating a document on pages and trying to share it via email in PDF form used to be really easy...
    How does this work now?  help

    I always just do file->print. Then in the lower left is a menu that said "PDF" and just pick "Mail PDF" from the dropdown and a new email is composed with the PDF attached. One step to print, one click to choose mail and you're done. I just tried this on the latest Yosemite and Pages updates and it works fine.

  • Send spool id output (sap script) via email in PDF format

    Dear friends,
    Looking for sample program to send spool id output of sapscript via email in PDF format.
    Regards,
    Praveen Lobo

    Hi,
    Try this code..
    * Parameters.
    PARAMETERS: p_email(50) LOWER CASE.
    PARAMETERS: p_spool LIKE tsp01-rqident.
    * Data declarations.
    DATA: plist LIKE sopcklsti1 OCCURS 2 WITH HEADER LINE.
    DATA: document_data LIKE sodocchgi1.
    DATA: so_ali LIKE soli OCCURS 100 WITH HEADER LINE.
    DATA: real_type LIKE soodk-objtp.
    DATA: sp_lang LIKE tst01-dlang.
    DATA: line_size TYPE i VALUE 255.
    DATA: v_name LIKE soextreci1-receiver.
    DATA rec_tab LIKE somlreci1 OCCURS 1 WITH HEADER LINE.
    * Get the spool data.
    CALL FUNCTION 'RSPO_RETURN_SPOOLJOB'
    EXPORTING
    rqident = p_spool
    first_line = 1
    last_line = 0
    desired_type = ' '
    IMPORTING
    real_type = real_type
    sp_lang = sp_lang
    TABLES
    buffer = so_ali
    EXCEPTIONS
    no_such_job = 1
    job_contains_no_data = 2
    selection_empty = 3
    no_permission = 4
    can_not_access = 5
    read_error = 6
    type_no_match = 7
    OTHERS = 8.
    * Check the return code.
    IF sy-subrc <> 0.
    MESSAGE s208(00) WITH 'Error'.
    LEAVE LIST-PROCESSING.
    ENDIF.
    * Prepare the data.
    plist-transf_bin = 'X'.
    plist-head_start = 0.
    plist-head_num = 0.
    plist-body_start = 0.
    plist-body_num = 0.
    plist-doc_type = 'RAW'.
    plist-obj_descr = 'Spool data'.
    APPEND plist.
    plist-transf_bin = 'X'.
    plist-head_start = 0.
    plist-head_num = 0.
    plist-body_start = 1.
    DESCRIBE TABLE so_ali LINES plist-body_num.
    plist-doc_type = real_type.
    * Get the size.
    READ TABLE so_ali INDEX plist-body_num.
    plist-doc_size = ( plist-body_num - 1 ) * line_size
    + STRLEN( so_ali ).
    APPEND plist.
    * Move the receiver address.
    MOVE: p_email TO rec_tab-receiver,
    'U' TO rec_tab-rec_type.
    APPEND rec_tab.
    IF NOT sp_lang IS INITIAL.
    document_data-obj_langu = sp_lang.
    ELSE.
    document_data-obj_langu = sy-langu.
    ENDIF.
    v_name = sy-uname.
    * Subject.
    document_data-obj_descr = 'Spool attached'.
    * Send the email.
    CALL FUNCTION 'SO_DOCUMENT_SEND_API1'
    EXPORTING
    document_data = document_data
    sender_address = v_name
    sender_address_type = 'B'
    TABLES
    packing_list = plist
    contents_bin = so_ali
    receivers = rec_tab
    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 e208(00) WITH 'Error in sending email'.
    ENDIF.
    COMMIT WORK.
    * Send the email immediately.
    SUBMIT rsconn01
    WITH mode = 'INT'
    AND RETURN.
    * Success message.
    MESSAGE s208(00) WITH 'Email sent'.
    Thanks
    Naren

  • Cannot share documents via email in Preview...why?

    I have osx Mountain Lion on my Macbook Pro, as does my wife on hers. One really neat feature in Preview is the ability to "share" via email any open document. My wife can do this, but on my system there is no email option when I click the share icon. Why so? I've checked every setting I can think of.

    Select your card in Contacts. Then select
    Card ▹ Make This My Card
    from the menu bar.

  • Pages won't share document via email

    Just an FYI: I just experienced the same problem with the Share feature in Pages that others, as long ago as 2011, were reporting: Pages won't initiate the Share via Email function if your document title has a slash (/) in the title. Replacing the / with a dash (or, apparently a space) solves the problem. I'm surprised Apple hasn't, yet, either corrected this issue or at least prominently reported which characters cannot be used in document titles, if you want to be able to use the Share via Email feature. (I should add that the Share via Export worked fine with the slash in the title.)

    Ok... so I'm an idiot: in Pages it works fine - I mistook the grayed out 'send via email' option for a normally clickable item, while it's just a header for the three (non-grayed-out) formats which you can send via email.
    The problem stands for Word for Mac though - I promise!
    thanks again

  • Why can't I share documents?

    Whenever I am in Pages, and I hit Share, my Mail no longer opens up with the document in a message.

    Running OSX 10.8.5 and I have same Problem in Pages (4.3) Share Menu via Mail does not work. Rename of file, new file does not work. Repair permissions does not solve.
    Quit Pages with Deletion of User/Library/Preferences/com.apple.iwork09.plist and then restart does not resolve.
    New User account with new Pages document DOES launch Mail.
    Perhaps I'm not deleting the right file?

  • Why can't I send photos via email on iOS 6.0.1

    Hi
    I've recently noticed that my phone is now hit or miss as to whether it sends a photo via email or not!there doesn't seem to be a logical explanation as to why it sends &amp; why it doesn't!!is there a setting default which I need change?!if so where is it!
    Any help is greatly appreciated!
    Thanks

    You cannot. Your phone was hacked, and now, as a result, it seems to be bricked, ruined, because it was hacked.

  • PO output sending to vendor via email by PDF Format

    Hi All,
    Business needs to send the PO output in PDF Format to multiple vendor contact via email. They also needs soem text in the body of the mail.
    Is it possible to config via standard SAP or we need to develop a customed program?
    Suppose If it is possible via standard SAP can some one post the detailed steps.
    Thanks in Advance
    Regards
    Karthick

    External Send - Sending PO by email
    In order to send PO, your Basis team must configure the system first so that external email can be send out from SAP.  If it is not configured, no settings you do on MM will work.
    1. You must maintain email address in vendor master data.
    2. The same applies to your user master data.  For the output type for default values, a communication strategy needs 
    to be maintained in the Customizing that supports the e-mail. You can find the definition of the communication strategy in the 
    Customizing via the following path: 
    (SPRO -> IMG -> SAP Web Application Server -> Basic Services -> Message Control -> Define Communication Strategy). 
    As a default, communication strategy CS01 is delivered. This already contains the necessary entry for the external communication. Bear in mind that without a suitable communication strategy it is not possible to communicate with a partner via Medium 5 (external sending).
    3. Use the standard SAP environment (program 'SAPFM06P', FORM routine 'ENTRY_NEU' and form 'MEDRUCK') as the processing routines.
    4. In the condition records for the output type (for example, Transaction MN04), use medium '5' (External send).
    5. You can use Transaction SCOT to trigger the output manually. The prerequisite for a correct sending is that the node is set correctly. This is not described here, but it must have already been carried out.
    6. To be able to display, for example, the e-mail in Outlook, enter PDF as the format in the node

  • TS3899 why can't i send pictures via email?

    when i try to send pics on my iphone 4s, i receive a msg that says "cannot send mail. No password provided for [the email address i'm sending to]. please go to Mail Account Settings and enter a password. So, i go and do that, and get the same message again. FRUSTRATING to say the least

    Hello
    Thx for quick response. Yes i entered the same password in both outgoing and incoming.
    Cheers

  • Why can't I 'share contact' via text on my iPhone 4S?

    No problem receiving them but when I try sending one, the message fails :(

    No try resetting your network settings, this will delete any saved Wi-Fi network passwords that are on the phone at the moment, but all you have to do is go back into your phone and enter the network password. Go to Settings>General>Reset>Reset Network Settings.

  • Send collective invoice via (Single mail)email in pdf format

    Hi All,
    Please suggest me the solution option for the below requirement.
    The requirement is to send collective invoice to the customer via email in PDF format in a single email at the end of the day.ie they like to have a tool where they
    can enter the output type,date and other relavant info and the program should collect all the invoice and convert it to PDF and send it in single mail to customer.
    Please let me know i can use any Standard tool for this purpose.ALso is it possible to write a Zprogram reprocess the output type by using any FM? 
    Also suggest if you have any feasible solutions.
    Regards
    Raja

    Hi All,
    thanks for your comments. Sorry its my mistake that i have asked in general.
    I am looking for the following options.
    1. Any stanard program which can be used partially for my requirement?
    2. If i have to go for a new tool, then i should write a code for reprocess the output types and then convert in to one single PDF and then send it to customer in one single email.
    Here i am struck how to write an program to reprocess the ouput types? i hope the next steps can be easily implemented evenhough some watch outs are there like 'how to make a single PDF file' and some technical constraints like max size that can be send.
    Thanks and let me know your inputs.
    Regards,
    Raja

  • Send email in pdf format

    i have a function which returns purchase orders list.
    in my program i want my program sends the purchase order document through email in pdf format when i select an order from the list.
    how can i do that.

    This reference program might help:
    http://www.sapdevelopment.co.uk/reporting/rep_spooltopdf.htm

  • Why can't I suddenly send documents via email?

    Why

    Hi,
    I use send file in Reader and I've tried both Internet and Google Crome. I
    have Windows 7 and I use Adobe EchoSign to send the documents. You can look
    into four emails I got from Adobe EchoSign where you confirmed documents I
    had sent. As I said earlier why is it different now?
    //Christian
    2014-07-12 22:41 GMT+02:00 MichaelKazlow <[email protected]>:
        Why can't I suddenly send documents via email?  created by
    MichaelKazlow <https://forums.adobe.com/people/MichaelKazlow> in *Adobe
    Reader* - View the full discussion
    <https://forums.adobe.com/message/6545474#6545474>

  • Can't forward documents via email

    For some reason I can no longer forward any documents via email. When I click on the share icon I only have the option to forward via AirDrop of iMessage. This has only happened in the last couple of days and has not happened on my MacBook Air or my other iMac.
    Any suggestions
    Thanks
    Jon

    I am having this issue with trying to send pictures from my email applications in my phone. I use Yahoo, but not the Yahoo app. I also tried to use my work email to attach the picture to and send. In both instances, Yahoo and work email, I get a "Failure " message in my outbox of the email application when I look to see if the photo sent. I have received pictures via text before, no problem. I also tried turning of bluetooth, even though where I am currently located there is no wifi/bluetooth to connect to.
    Thanks

  • I cannot use share on Pages to send a document via email. Used to be able to do this but upgraded to OSX Lion

    I cannot use "share" on Pages to send a document via email.  I used to be able to do this.  Not sure what I have done.  Can anyone help me out?

    No. iDisk service is not available in iCloud. There are other third-party services like Picassa, MediaFire, Photobucket, Tumblr.
    Basic Information About Moving From MobileMe to iCloud
    Apple IDs and iCloud
    Creating an iCloud account- Frequently Asked Questions
    Frequently asked questions about the MobileMe transition and iCloud
    MobileMe services that no longer sync after moving to iCloud
    MobileMe- About moving to iCloud

Maybe you are looking for

  • Shouldn't Disk Utility be able to repair all disk permission issues?

    I am having some performance degradation issues on my 20 inch, 2.16 GHz Intel iMac so I tried to run repair disk permissions (after getting a clean bill of health from Verify Disk).  The first two times I ran it, it must have made over 1000 repairs. 

  • Network logins not working with 10.7 and 10.8 clients

    Hi I have Snow Leopard Server (10.6.8)  running on a Mac Mini for the past 3 years. The client Macs were all running Snow Leopard and could happily do network logins. I recently upgraded my client Macs to 10.7 and 10.8.Now they cannot login via Netwo

  • Guild Wars 2 : Standard Edition?

    Now we have ourselves a release date. Will Best Buy be selling a physical copy of the standard edition of Guild Wars 2? Will it be available for prepurchase and/or preorder? I'm NOT interested in getting the digital edition or the collectors edition,

  • PurchaseOrderConfirmation in SRM 4.0

    Hi Friends Iam sending PurchaseOrderResponse from Vendor R/3 to SRM through XI. Iam using ORDRSP at R/3 side and PurchaseOrderConfirmation_In (taken from the standard SRM SERVER 5.0 Component Version) at SRM side and mapping these two. Iam getting an

  • ALV Display Error

    I am using FM <b>REUSE_ALV_GRID_DISPLAY</b>. When I execute my report, in the output screen, I get question marks - <b>??????????????</b> in the top menu instead of the menu name. I believe this has something to do with the system since the same code