PDF form returning empty??

Hi there,
I've made a few PDF forms before, and they've always worked fine but the one I built last week is different. When tested between myself and colleagues at another office it is OK (it is set up to submit the whole completed PDF back to me by email attachment). But I have sent it out to a few other people, they have filled it in, sent it back but it arrives blank?
I have not idea what's happening with it, any suggestions gratefully recieved.
Regards, Roger

Hi Mark,
It was created in Acrobat 8 Proffesional. I think I may have solved the problem now - I hadn't enabled the reader usage rights - It's a long while since I built a form and had completely forgot to do that. Enabled that and asked someone to re-submit the form and there was all the data!
Many thanks for all your help - this forum is always great at giving quick responses to problems and it's thanks to people like yourself.
Have a great Christmas and New Year

Similar Messages

  • How to save PDF form without empty fields ?

    Hello,
    I try to find how to save PDF forms after a school registration but without empty fields because i have lots of relation in my Form but i haven't.
    Is it possible and how ?
    Thanks

    Hi,
    Are you downloading responses as PDF forms after forms are submitted? If so, FormsCentral doesn't provide an option to exclude empty fields and you won't be able to save PDF forms without empty fields.
    You can use this form to "vote" on popular feature requests, or to add a new one of your own:
    https://adobeformscentral.com/?f=XnF-KJVCovcEVQz9tZHYPQ
    Thanks,
    Wenlan

  • REST call from PDf form returns error

    I have created a very simple process that allows a user to enter data into a PDF form and submit the form for archiving.  In the process I have used LC Output to flatten the PDF and I am using the Sharepoint connector to create and archive the document. 
    When I do this from the LC Workspace it works no problem.  I can go out the SharePoint and see that archive document and all of the data is there.  I now want to be able to host the form in another location and have the same functionality.  To do this I have change the submit button on the form so that it makes a REST call to the LC server in order to call the correct process.  To be sure that I had the right URL for the REST call I took it right out of the Adminui.
    I have tested the URL in a browser and the process kicks off no problems.  The issue is when I place the URL in a submit button and try to submit the form I get a message box back stating that there was an invalid server response and nothing happens.  I am not sure but I do not think that it is even getting to the LC server.
    I am using LC ES2 and opening the form in Acrobat 9.5.1.  As mentioned it is a very simple process as I am just trying to prove out that a LC process can be invoked using a REST call from a PDF.

    Hey Amr,
    thanks for your feedback. Let me write down some more facts about my environment so we might be able to track down what's going wrong:
    - Virtual PC using Windows Server 2012
    - SharePoint 2013 with September CU
    - Compatibility Level 15 Webapplication using Default "Claims Based Authentication" with form based authentication activated
    - Visual Studio 2013 Console Application .NET 4.5 x64 Build Target
    Writing down what my base configuration is seems to have brought light into the dark. As soon as I deactivated FBA authentication I was able to execute the request without any problems. So now I know what I have to look for. Thank you!
    Regards Andreas MCPD SharePoint 2010. Please remember to mark your question as "answered"/"Vote helpful" if this solves/helps your problem.

  • PDF form looks empty

    I Am unable to see filled in text in PDF form

    Can you post the form so we can see what you have done?
    Paul

  • How to save Pdf form localy without internet

    How to save Pdf form localy without internet?
    I thought in the beginning about advanced user rights and pure saving them on adobe reader but i saw legal notes about 500 user who can legaly save it localy and answer to me (bu they can`t answer to my client who paid me for doing this form).
    Other thing is to do Air Application which would collect data from Pdf Form and save it (localy without internet) to use it later.
    I thought about that second possibility but i can`t find any clue to do it myself.
    Any help will be appreciated...

    Hi,
    Are you downloading responses as PDF forms after forms are submitted? If so, FormsCentral doesn't provide an option to exclude empty fields and you won't be able to save PDF forms without empty fields.
    You can use this form to "vote" on popular feature requests, or to add a new one of your own:
    https://adobeformscentral.com/?f=XnF-KJVCovcEVQz9tZHYPQ
    Thanks,
    Wenlan

  • Submitted PDF form data are empty

    I created a simple PDF form using Acrobat X Pro that containing one textbox ("txtName") and one button ("btnSubmit"). The button's action is set to "Submit a form" and the URL is set to an asp.net generic handler ("PdfFormHandler.ashx").
    When I open the PDF in browser and fill in the textbox and click on submit button, the form submitted. But on the server side, "txtName" is always empty. There are no errors but just missing the submitted data. the server side code is:
    public class PdfFormHandler : IHttpHandler
        public void ProcessRequest(HttpContext context)
            if (context.Request.RequestType == "POST")
                var name = context.Request.Form["txtName"];
                context.Response.ContentType = "text/plain";
                context.Response.Write("Hello " + name);
        public bool IsReusable
            get
                return false;
    I should see "Hello " and then a name. But since it's not able to retrieve "txtName", it only prints "Hello".
    i found what the problem is and i posted the answer here. http://stackoverflow.com/questions/10885969/adobe-pdf-form-submitted-but-request-form-coll ection-is-empty

    You could try first flattenening the fields. This converts the field appearances to regular page contents. You can do this with JavaScript, PDF Optimizer, or a Preflight fixup.

  • How to make a PDF form call Web service and return a static pdf for user to print?

    Hi all,
    Can anyone help me regarding the feasibility of using PDF forms for my following case?
    I would like to create a Dynamic pdf form. User only have the Acrobat reader. they can enter some information. Then have a submit button. when user click the submit button, it can call the web service with data. then Web service returns a Static PDF document based on data and the user can print it out. (and maybe save as separate pdf file)
    1. Is that possible to implement? Because I know PDF can call web service, but dont know how it handle when the webservice returns another static PDF document. could it able to handle the responds and open up in another acrobat reader?
    2. As I understand I need to have Live Cycle Designer to create a pdf  and make it Reader Enabled. So user can user reader to call webservice? am I correct?
    3. What minimum reader that user need to have? PDF reader 7 or above?
    4. I have a webservice serve the same purpose for web. But if I want the same web services can serve both web and PDF form. So, whatever client (PDF or Web)make the web service call, server returns the PDF document to client. Is that possible ? Do I need to make any changes on web service?
    5. Do I need to get any other Adobe server product? (other than Live Cycle Designer )
    Thanks a lot

    We have done a similar approach in the past and yes, it can be doable.
    1. Is that possible to implement? Because I know PDF can call web service, but dont know how it handle when the webservice returns another static PDF document. could it able to handle the responds and open up in another acrobat reader?
    Srini: We have developed a Servlet to talk to Webservice. Based on the Webservice response, the Servlet, prepares the Byte stream and sends it to Webbrowser to display as a PDF. The PDF data was submitted to Servlet in XML format.
    But if you do not want to use the above approach, then you have to use the Workbench Process.
    Submit the PDF data to a Workbench process and the inside process, execute Webservice Service with the data. Once the response is received, prepare the data XML and render a PDF with it.
    To do this, you need LiveCycle Server and Reader Extensions server component.
    2. As I understand I need to have Live Cycle Designer to create a pdf  and make it Reader Enabled. So user can user reader to call webservice? am I correct?
    Srini: If you want to use the Servlet, you can Reader extend the PDF with Acrobat.. But if you want to submit the data directly to Webservice, then you need Reader Extensions server component.
    3. What minimum reader that user need to have? PDF reader 7 or above?
    Srini: Not sure but Reader 8 and above should work.
    4. I have a webservice serve the same purpose for web. But if I want the same web services can serve both web and PDF form. So, whatever client (PDF or Web)make the web service call, server returns the PDF document to client. Is that possible ? Do I need to make any changes on web service?
    Srini: If you use the Servlet approach, then you can re-use the same webservice. But if you want to submit directly to the same webservice, you may need to change it to suit your data XML.
    5. Do I need to get any other Adobe server product? (other than Live Cycle Designer )
    Srini: If you use the Servlet approach, you do not need any server component but other approach, you need Livecycle Server and Reader Extensions server component.
    Thanks
    Srini

  • How do you change the default return email when distributing a PDF form

    Hello everyone,
    I am trying to distrube a pdf form as a customer survey to various client/contact emails.  As a test, I chose to distribute the form, filled in the form distribution information and I send the form to myself. However, when I filled it out and chose 'submit form' it prompted me with the return email address that I know is incorrect and want to change.
    As the author of the form, I need to change the default return email address, but there is no option to do so when I choose to distribute the pdf form  or any new form that I create (only prompted me the very first time I chose to distribute a form). 
    Does anyone know how to change the return email address and information for form distribution?  Can someone please help me with this? 
    Thank you very much!
    -Ryan

    The email address that it uses it what is set in the Identity user preference: Edit > Preferences > Identity > Email Address
    so change it there before you distribute.

  • Hi I have trouble returning a completed PDF form to sender - it looses my filled in info - how do I solve this?

    Hi I have trouble returning a completed PDF form to sender - it looses my filled in info - how do I solve this?

    Are there any dialog boxes popping up behind your Yahoo screen?
    I have intermittent problems attaching files in Yahoo mail and this is usually the reason.  I'm also using an iMac (10.7.3) and this is likely the problem.
    It is generally a Yahoo issue rather than a Mac problem.

  • How to return fillable pdf form via distribute function in live cycle?

    I am trying to have a fillable form be submitted back/returned by e-mail (through using outlook)to multiple users, via the distribute form function through livecycle, so that they know a pdf form has been completed and sent back and that I can place the information in the dataset as well (in case I need to export the info). Currently the distribute function only accepts it going to one e-mail, even if I seperate the e-mails with a ";". How do I have the form e-mail multiple users and allow me to place the form field data go into a dataset via distribution?

    I tried it and I am seeing what you are seeing. If I send to a single user then it works fine. I think it might be outlook blocking the multi-address through programmatic interfaces. They do this so that viruses cannot turn your mail client into a spam generation. This is simply a guess.

  • RFC returning PDF form in Binary table

    Hello,
    In our earlier application we were using a RFC to return PDF form as a table of binary fields and then these fields were concatenated and .pdf extension addded at the end. This will then display correctly in browser as a pdf form. Typically, this returns about 30000+ lines of binary for one form.
    Now we are migrating this application to Portal and I'm trying to display all this information through Adobe Interactive form. We do not currently have any other RFC to return all data that is part of the existing PDF document returned by current RFC. Getting all that data through one RFC is a tedious and time consuming task that we want to avoid. Is there a way to use the binary table returned by existing application and convert it to a pdf form? I was thinking of using the 'pdfsource' property of Interactive form - but am not sure about the possibilities.
    Can anyone help with some pointers?
    Thanks,
    Vishwas.

    I'm using following code to concatenate the binary string and then to display the PDF file.
    Concatenation was being done in earlier application and there is no code available for reference. I've tried following code, it opens the Adobe PDF viewer but it always shows error "File does not start with %PDF-". Please let me know if the code below is correct or is there something I need to do differently.
      public void wdDoInit()
        //@@begin wdDoInit()
    IWDMessageManager manager = wdComponentAPI.getMessageManager();
    //Populate data for RFC
    wdContext.currentZ_Sd_Get_Output_Pdf_Verify_InputElement().setKappl("V1");
    wdContext.currentZ_Sd_Get_Output_Pdf_Verify_InputElement().setKschl("ZA00");
    wdContext.currentZ_Sd_Get_Output_Pdf_Verify_InputElement().setKunag("0001000021");
    wdContext.currentZ_Sd_Get_Output_Pdf_Verify_InputElement().setKunwe("0001000023");
    wdContext.currentZ_Sd_Get_Output_Pdf_Verify_InputElement().setVbeln("0000018261");
    //Call RFC
    wdThis.wdGetPDF_from_Binary_compController().executeZ_Sd_Get_Output_Pdf_Verify_Input();
      int num = wdContext.nodePdf4().size();
    //Initial string
      String s = "";
    for(int n=0;n<num;n){
    //Concatenate binary data in string with Radix 2
    BigInteger bi = new BigInteger(wdContext.nodePdf4().getPdf4ElementAt(n).getData());
    s= bi.toString(2);+
       manager.reportSuccess(s);
    // Display pdf
        IWDResource resource = WDResourceFactory.createCachedResource(s.getBytes(), "file.pdf", WDWebResourceType.PDF);
        IWDWindow window = wdComponentAPI.getWindowManager().createNonModalExternalWindow(resource.getUrl(0),"file.pdf");
        window.show();
       //@@end
    It opens the Adobe PDF viewer but gives error "file does not start with %PDF-".
    What is it that I'm not doing correctly here?
    Thanks,
    Vishwas.
    The data being returned from RFC is in RAW format. Is it same as Binary?
    Edited by: Vishwas Madhuvarshi on Mar 6, 2008 10:54 PM

  • Data in dropdown list field are empty in PDF form

    Hi all.
    Viewing a pdf form created with SAP interactive Forms offline method, the data in the dropdown list field are empty.
    The data in the dropdown list field are generated by xml file produced by an abap report.
    The problem occurs opening the form with Adobe Reader 8.1 or higher. Using Adobe Reader release 7.0.9 everything is ok.
    Do you have any suggestion?
    Thanks in advanced.
    Best Regards.
    Moreno

    Hi Otto,
    the only release of Adobe Reader that work is 7.0.9. Release 8.1 and 9 have the same problem where the data in the dropdown list field are empty.
    At the end of the trace file in Adobe Reader 9.0.3 I find this error message:
    "Invalid version: The current version of the XFA template model exceeds the capability of Acrobat / Adobe Reader 7.0.5."
    The form has been created using Adobe Lifecycle Design 7.1.
    Any idea?
    Thanks
    Moreno

  • PDF Form in Exchange ok, on iPhone empty

    We create a PDF Form for customers. The problem is, that the form is filled out correctly in Outlook 2010. But on the iPhone, you see only an empty form.

    In case anyone else has this problem, I fixed it...
    Situation: I made the fillable form with an existing PDF document, I did not start from scratch.
    Solution: I saved the original PDF as a Word document, and then turned on the "paragraph marking" tool in Word.  This revealed that there was a text box hidden at the bottom of the document.  Once I removed the text box, I re-saved the document as a PDF and recreated the form again.  It was kind of a pain, but it solved the problem!

  • Saved pdf forms empty in Reader, filled in Preview

    Today I was informed that pdf forms I've filled and saved/emailed with Preview are empty when viewed with Reader 9 (Win or Mac). If the recipient sends the form back to me, Preview shows the form just as I've filled it. Reader 9 on my MBP also shows the form empty, emailed or not.
    Seems to me, that Snow Leopards Preview has some bugs. I hope these are redemied in 10.6.2.

    HI,
    Try deleting this file.
    com.apple.Preview.plist
    ~/Library/Preferences.
    Move that file to the Trash and restart your Mac.
    If that did't help, try deleting this file as well.
    com.apple.Preview.LSSharedFileList.plist
    Carolyn
    Message was edited by: Carolyn Samit

  • Yesterday, as today's deadline for filing tax returns approached, I was paralyzed by the inability to create new IRS PDF forms and to retrieve archived ones from a year ago. My computer went crazy. 24 hours later, I am still paralyzed. Can you help?

    My computer went crazy yesterday on two occasions involving PDF documents. One dealt with attachments to an email from a bona fide corporation. The other dealt with IRS PDF forms & schedules needed for today's submission.
    As both dealt with PDF and had nothing else in common, I suspected my PC had a virus. When I asked a local store technician, he agreed. I turned to Norton, which protects my PC from viruses, and after a few hours of really thorough searching, the computer was found to have no viruses.
    Before describing what I call "crazy" computer behavior, you need to know that I have long had IE8 as my default browser but a few weeks ago switched to Mozilla Firefox because IE8 had beome incompatible with some websites from which I get information.
    When I received the email from AT&T email service and clicked the first of four icons representing attachments, there was figuratively an explosion on my monitor: a series of new tabs, each called New Tab, burst onto the monitor--but no text or picture. The new tabs appeared faster than I coul kill them. I finally decided just to shut down the computer, hoping they would not reappear when I restarted. I was wrong. After 2 repeats, I decided to forget about the attachments and asked the sender to send them to me by regular mail.
    That was no solution for my IRS PDFs. I wanted to complete filling in the various forms and schedules that I had begun months ago so that I could mail them today to the IRS (without having to copy them all in ink). When I tried to open the first one, BOOM. The same thing happened: the blizzard of New Tabs atop blank pages; my IRS form or schedule did not show up. Did the same shutdown/restart routine with the same results.
    When I looked at the list of current forms that had to be completed, I noticed something very strange: the icons that began the listing of the documents' names were replaced one by one by Mozilla icons. When I moused over them, they said Firefox HTML. Why?
    Starting the day today, I had the same experience. What's more, when I started to retrieve 2012 IRS PDFs from a year ago, the same New Tab tabs appeared and had to be killed, and Mozilla icons replaced whatever icon was there before.
    Assuming that the problem arose with Adobe Reader's reading of the PDFs, I contacted Adobe but got no helpful phone number because PDFs are a free service and was directed to use this Forum to get help.
    What do I have to do to (a) read and use PDFs in the normal way and (b) remove the Mozilla icon from those that have appeared on icon documents. If Mozilla is the source of the problem, shall I go back to IE8? (In my 80s, I want eventually to replace my old computer but for the time being I must continue using it. It will not take an IE9. Anther possible default browser would be Google Chrome, but I have unfavorable impressions of it because of its intrusiveness, loading my PC with stuff I do not need.
    Can you help?

    The problem is absolutely not Reader. The problem is that FireFox has stepped in front of Reader and handles all the PDF stuff - wrongly in your case. FireFox is DESIGNED to take over PDF files. But it is not capable of doing IRS forms!
    To start with go back to IE for these forms. When you save them to disk DO NOT DOUBLE CLICK ON THEM until this is fixed. Just open the in the normal way - start Adobe Reader and use Open from the File menu.

Maybe you are looking for

  • IPod Touch not recognised by ITunes but my iPhone 4 works fine.

    I am currently not able to sync my ipod touch as it is not seen by iTunes when I connect it. I am using Windows 7 and the latest version of iTunes and have followed each of the steps listed at http://support.apple.com/kb/TS1495 but still can't sync.

  • I scratch the itunes gift card too hard and lost the number how can i get it now

    I got a gift card and i scratch the number so hard i lost the sticker with the number. How can i get.

  • Can Flex get faster using BLAZEDS with JBOSS

    how can i make the data push faster? i develop an application on java that reads data from a gps located in a car, and other java receive this data. im actually sending the data to FLEX using BlazeDS and JBoss as application server, but i dont know w

  • Slideshow Entitlement Banner

    I have a universal binary for my DPS app and would like to use the Slideshow Entitlement Banner for my library. I'm having an issue with scaling for both devices since there is no way to upload separate assets per device. Is my only solution to find

  • 2012 Process Version Alters Exposure/Contrast/Tone Curve

    In working with the LR4 beta, I've come across a couple odd results.  I imported some image folders containing raw, tiff and jpeg.  The images were updated to the 2012 Process Version on import.  I noticed that I had not saved out the metadata on the