PDF trouble after completing form and sending to coworker - arrives blank

I've entered information into the form and sent it but the receiving party can't see the information that has been entered.  If you click on each box it appears but prints out blank...  All info fully visible on my mac when I view it.  What am I doing wrong or missing in sending it to others?

What program are you using to complete the form?
If it is MacIntosh's "Preview" there is a well known issue with this program causing a minor corruption of form fields.
Script to Fix Mac OSX Preview.app Form Fill and Save
Or your co-worker could export the form data to an FDF file and then import that exported file and Acrobat will reprocess the fields and correct the corrupted from fields.

Similar Messages

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

  • Online php form (inserts) in pdf form and send via email

    So first hello all.
    There are 4 PDF Forms amd 4 php forms on a website.
    The user should be able to fill out the php form, click on send and the inserts from the user should be stored in the pdf form and send to an email adress.
    I know that there are 3rd party tools, the convert it to a image, draw the inserts and convert it back.
    But i want to know, how to do it with acrobat itself.
    Is there any way to put varaibles in the pdf where php can set (fill)
    If this is impossible:
    I have heard, that there is a server version from acrobat who can manage this.
    The information about this is rarly like i dont understand how much the costs are.
    First : price x (for the server software itself)   
    Second: price y (for every processed document)
    Many thanks in advance
    IT Technik Schiedt

    You cannot use Acrobat on a server in that manner. Acrobat is licensed for one user one system at a time.
    You can create and FDF file with the form field data and use that data to fill-in a PDF. You needd to create a unique PDF that could be added to an email and then deleted. You could also accumulate the data in a database.

  • How do I extract email from a form and send the PDF to that user?

    How do I extract email from a form and send the PDF to that user?

    here you can add email to send to, CC, Subject, and body message
    var oDoc = event.target;
                        oDoc.mailDoc({
                                                                bUI: false,
                                                                cTo: "Agency Contact Email",
                                                                cCC: "",
                                                                cSubject: "Write your title here,
                                                                cMsg: "Dear" + AgencyContact + "(" + AgencyContactEmail + ")\nThe student, " + FirstName + " " + LastName + " has applied to work at your agency. Please confirm they can work here blah blah blah.......\n\nThanks.\n\nrespectuflly,\n\nme"

  • After completing forms how do I download as a pdf?

    After completing forms on Adobe how do I download as a pdf?

    Hey Brian,
    Could you please let me know for what Adobe online service have you subscribed for.
    Where have you saved those forms? If you are online then you might also find 'download' option on the screen.
    Please specify the details so that I can help you out.
    Regards,
    Anubha

  • Difference between AFTER PARAMETER FORM and BEFORE REPORT in Reports 6i

    Hi Aii,
    What is the difference between AFTER PARAMETER FORM and BEFORE REPORT in Reports 6i.
    Thanks in Advance,
    Balu

    Hi Balu.,
    As per my findings the After Parameter is fired after the Parameters are given to the report and Before Report fires when the queries are parsed and data is fetched.
    Regards.,
    Vijay G

  • In ECC 6 upgrade, after  completing SPDD and during SAP Downtime error

    Table : WWMI and
    Activiate the index 01, 02 and 03, receiving the warning message.
    "ORA-00955: name is already used by an existing object     "
    Details.
    sql:                                                      
    CREATE                                                    
    INDEX "WWMI~003" ON "WWMI"                                
    ("MANDT",                                                 
    "AKTNR")                                                  
    PCTFREE 10                                                
    INITRANS 002                                              
    TABLESPACE PSAPBTABI                                      
    STORAGE (INITIAL 0000000016 K                             
    NEXT 0000000080 K                                         
    MINEXTENTS 0000000001                                     
    MAXEXTENTS UNLIMITED                                      
    PCTINCREASE 0000                                          
    FREELISTS 001)                                            
    ORA-00955: name is already used by an existing object     
    DDL time(___1): ........29 milliseconds                   
    sql:                                                      
    DELETE FROM DDSTORAGE WHERE                               
    DBSYSABBR = 'ORA' AND                                     
    TABNAME = 'WWMI' AND                                      
    INDEXNAME = '003'                                         
    DDL time(___2): .........0 milliseconds

    Hi,
    Could you please give me the phase in which you encounter the error and what doyou mean by after completing SPDD and After SAP Downtime please elobrate.
    Regards,
    Iqbal

  • When I populate a form and send to my printer, the form prints without the info I entered

    When I populate a form and send to my printer, the form prints without the info I entered. How do I fix this?

    Posted last week:
    Epson Printer Drivers v2.19 for OS X
    If you use Software Update, probably got installed. If you are like me, you clone your system before any update or changes, in case something breaks.
    Windows you don't or haven't heard of? VM = virtual machine, ie a guest OS running under Mac OS (or running natively on its own partition, seeing sometimes there is software that is essential but only needed for business or once in a while). Runs just like another app (and uses an app to control the guest OS).

  • I have created a form in InDesign, exported to a pdf, created an editable form and saved.  When I open the form and make changes and save, the reopen the changes are there.  If try to email this form as an attachment after editing, the attachment is alway

    I have created a form in InDesign, exported to a pdf, then created an editable form and saved.  When I open the form and make changes and save, then reopen the changes are there.  If try to email this form as an attachment after editing, the attachment is always minus the edits.   ????

    Hi chuck,
    If you ave created the form and then filling it yourself and saving the form, the filled data should be there when you reopen the same form.
    Can you please send the form to me at [email protected]  so that I can have a look.
    Regards,
    Rave

  • How to save PDF with fields so someone can fill out form and send it to printer

    Using Adobe Acrobat X for Mac, I built a pdf template with fields for
    sending an assortment of Business Card files to the printer to print.
    How do I save the file so my brother/client can start typing in different
    names, job titles, and contact info and send them to a printer.
    Thanks,
    jsorlean

    Create your form.
    go to advanced menu
    choose the item about Reader Rights
    when open set what you want Reader to be allowed to do.
    Once set and saved the can fillout, save, email but they can not change the actual form itself just the contents they added.
    Not there is a cap of 500 hundred instances per different PDF.
    (Please note information is given by an Experienced User of Acrobat. I am not an employee of Adobe.)

  • Firefox 19 always crashes after completing download and opening download window

    I never had this problem before, it only started after the update to Firefox 19.
    After completing a download, FF crashes, when the crash happens FF closes and doesn't give the option to send a report.
    I already disabled virus scanning and it didn't solve the problem.
    I'm using Windows 8 64 bits.

    Try to disable hardware acceleration in Firefox.
    Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
    https://hacks.mozilla.org/2010/09/hardware-acceleration/
    THANK YOU A LOT cor-el!!!!!!! :D

  • Generate .PDF file from Oracle Form and print .pdf

    Hello, I am new to oracle form. I need direction on how to create .pdf file on a button click.
    The requirement is when user click a button on a form, I need to write some data to the pdf file and open the .pdf file for print.
    I am using Oracle Form builder 10.1.2.0.2
    Thanks a lot! Please help!

    Dear all,am new to oracle report and oracle forms and i know the
    basics how to generate the report and to create the form, Now my doubt is, like generating report
    from oracle report how to generate the report from oracle from,should i add any command button? and where
    to add the coding and what coding ? when i click that command button the report should be generated like oracle
    report,what should i do?Please help me to learn.
    my table name is 'student' and it has the following columns,
    sid,sname,grade,result.
    Am using oracle from 10.1.2.0.2 version and
    oracle report version is 10.1.2.0.2.
    Please give step by step procss.
    Thank you.

  • Photoshop elements crashing.  Even after complete removal and re-installation

    In the middle of a project Photoshop Elements Organizer (Photoshop Elements 13) began crashing.  I uninstalled the program, rebooted the computer and re-installed a new download.  Still the crashing continues.  I am running Win 8.1 64-bit.  Here is a picture of the error message

    Thanks,  Your link took me right to it. Baisley 944
    Date: Mon, 11 Jun 2012 21:17:48 -0600
    From: [email protected]
    To: [email protected]
    Subject: Photoshop Elements 10 won't complete installation and won't uninstall.
        Re: Photoshop Elements 10 won't complete installation and won't uninstall.
        created by photodrawken in Photoshop Elements - View the full discussion
    For some reason, my link to the MS FixIt Center didn't appear in my message:http://support.microsoft.com/fixit/ Ken
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4484771#4484771
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4484771#4484771. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Photoshop Elements by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Changing default province even after completing billing and shipping address correctly?

    I intend to buy in Apps Store, though I completed billing and shipping info with complete address, I am forced to enter value in Province field whereas it is not a mandatory field in my place of stay. Any hints are appreciated.

    As I reside in a country with no Province, the field is not applicable. however, I am forced to enter this value when I intend to buy an App in App Store. Is there a way to make this field optional?

  • How do I save the whole pdf form and send through a mailto?

    I have a pdf form created in LiveCycle that needs to be sent through email as a pdf attachment.

    Hi,
    You have the choice between xml or pdf, in later versions of designer you can choose with a dropdown on the email button object palette, the "Submit As";
    In earlier version you had to edit the XML Source and change the format from xml to pdf (or vice-versa);
    Regards
    Bruce

Maybe you are looking for

  • Headphones no longer control phone

    Firstly, I'd like to say I'm on my 4th iPhone 4s in 2 years.  I believe I am passed my Apple Care.  All previous iPhone 4s' were returned specifically for issues dealing with the reciever on the iPhone - sooner or later it would crap out and sound li

  • How Do You Determine Your Apple FS Balance?

    How can I find the balance of my Apple Financial Services account? It's underwritten by TD Financial Services, which has even less information. There's no place to log-in on Apple's or TD's sites, no information on either site and no information in t

  • Material valuation batch wise

    Material A - Batch 1 Qty 10, Std Price 10.          Purchased at 15 Material A - Batch 2 Qty 10, Std Price 10.          Purchased at 20 Material A - Batch 3 Qty 10, Std Price 10.          Purchased at 25 Can any one tell me if spilit valuation and ma

  • What is Cinema Tools use for?

    I had asked this question in the Cinema Tools forum, but haven't gotten an answer, so I thought I'd asked here. Can somebody explain to me what is Cinema Tools use for? I have been using FCP for some time now and have never open Cinema Tools What doe

  • Language Specific query

    Hi Experts, I extended (Project LOV)VO extension as per client requirement. But after done, when I click on Project LOV  , the 'Project Name' display data in different language. But its previously showing English language. For this purpose I have to