Acrobat Reader 9 with an Acrobat 5-8 Created Form?

Hello,
I am new to my job working with a ASP application that provides a PDF form (created in Acrobat 5) to users with free form fields the user can fill out. Users have been complaining that when the users upgrade to Acrobat Reader 9 the begin to see a message that "Some features are no longer supported..." and the ability to save a local copy of the file is no longer available. I have 2 questions.
Was the ability to save a local copy of a form with user-entered data ever a feature of Acrobat Reader?
Is that an issue that can be corrected by creating the form with the Acrobat 9 Life-Cycle engine or is that a feature that has forever been removed from Acrobat Reader for security or other reasons?
Thanks in advance!
- Yohancef

No I was referring to filled in forms.
So to be clear, the ability to save user filled in information in a form to your local machine as a PDF through Acrobat Reader IS possible, but has to be enabled by opening the form in Acrobat (9 for example) and enabling some feature to allows Reader users to save the information to the PDF file. This feature is limited though and has a 500 use limit per form.
Does that sound correct? Do you know the name of the feature?
Thanks!
Yohancef Chin
Date: Mon, 2 Nov 2009 16:49:54 -0700
From: [email protected]
To: [email protected]
Subject: Acrobat Reader 9 with an Acrobat 5-8 Created Form?
There may be some features that are not supported any more but you may not be using them. That message is just a general warning.
As far as saving the filled in form, Reader on it's own has never been able to do it. You would need the newer version of Acrobat to open and enable these forms so that Reader users can save them. Be warned that this feature is meant for small-time use and has a usage limit of 500 submissions per form. You'll want to read and undestand the EULA before planning on using it.
Or do you mean that they cannot save the unfilled form either?
>

Similar Messages

  • Usng Acrobat SDK to create form fields on an existing pdf

    I am trying to implement a browser based editor for my company's application. This requires to fetch an already created pdf document, add form fields on it and display on a browser.
    Does it look feasible? Does Acrobat SDK allow to create a fillable pdf from an existing file?
    Vishal

    (This question is actually more suited to the Acrobat SDK forum)

  • Minimum Acrobat version for creating forms clients can download, complete, save

    I have a client who is a medical professional who wants to create a set of client intake forms that new patients can download to their desktop, complete and then return in advance of their scheduled appointment. Specifically
    1. The form needs to be one that does not require them to complete it all in one session as it is a rather lengthy and extensive form.
    As well client has Adobe Acrobat version 7 and from looking at the upgrade page does not appear as if he can upgrade to a version that enables editible forms. Is this true?
    So if it is true, I just need to know what version of Acrobat the doctor needs to purchase in order to create his new patient forms.
    Thank you
    Dan

    A note, though this is probably already taken care of: be sure that the user is not invited to EMAIL the form. This would be a serious breach of patient confidentiality and in some countries could lead to legal action and unlimited fines. You MUST use a secure web based system or physical delivery (only likely if the patient is filling the form on a surgery computer).
    Also be aware that there are a huge number of non-Adobe PDF readers which do not fill forms correctly, even though the client may think that they have, and even though the client may believe they are using Adobe Reader! You need detailed knowledge of this because patients will need a lot of hand holding.

  • Acrobat SDK to create form fields on existing pdf

    I am trying to implement a browser based editor for my company's application. This requires to fetch an already created pdf document, add form fields on it and display on a browser.
    Does it look feasible? Does Acrobat SDK allow to create a fillable pdf from an existing file?
    Vishal

    Vishal:
    Take a look at the FormFieldSampleService in the Datalogics PDF Java Toolkit. The toolkit was developed by Adobe and, as you'll see in the sample, provides an API to add fields to a PDF file.
    FormFieldServiceSample | Datalogics Developer Resources

  • Creating forms with dreamweaver

    Hi i'm new to the forum.
    I need help with a certain aspect in creating forms.  The company I work for is running Dreamweaver MX 2004.  We have an online application form that we have create to collect data for people wishing to join our Club.  In one section of the form we ask for peoples vehicle details.  My question is when they choose what type of vehicle they own from the drop down menu I then want the next section of the form to expand to reveal a new section for them to be able to fill in their vehicle description such as Year, Make, Model etc.  We have 7 different vehicle types for them to choose from.  so depedning on which one you choose a different vehicle description will be revealed.
    Can anyone help me with this?  I have seen it done on other website such as insurance companies but I don't know if it can be done through dreamweaver.

    Let me try to answer this on a broader level.
    Prepeare your complete form and make the property visibility as hidden (or display style as none) for the fields you don't want to show.
    Now say you select any option out of vehicle description drop down, for example 'Sedan', then your drop down will have a javascript function call which will be fired onChange event ...something like  onchange=javascript:vehicletype(this.value)
    <select name="test" id="test" onchange="vehicletype()">
              <option value="sedan">Sedan</option>
    and hidden fields example:
    <input type="text" name="sss" id="sss"  style="visibility:hidden" />
    Now in the vehicletype() function check for the value passed.Based on that set the visibilty to visible  for the required form fields inside the function. Following is a small page to show you all. Just save this as a html page and then try.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html>
    <head>
    <title>Stretched Background Image</title>
    <script type="text/javascript">
    function vehicletype(type){
        if (type=='sedan'){
        alert(type);
        document.getElementById('sss').style.visibility='visible';
    </script>
    </head>
    <body>
        <div id="page-background">
          <form id="form1" name="form1" method="post" action="">
            <p>
              <label for="hhh"></label>
              <select name="hhh" id="hhh" onchange="javascript:vehicletype(this.value);">
                <option value="Select">---Select---</option>
                <option value="sedan">sedan</option>
                <option value="coupe">coupe</option>
              </select>
            </p>
            <p>
              <label for="sss"></label>
              <input type="text" name="sss" id="sss"  style="visibility:hidden" />
            </p>
          </form>
    </div>
    </body>
    </html>
    Hope this gives you some idea of what I am tryint to convey.
    Regards,
    Vinay

  • Is possible in acrobat reader fill in and save interactive PDF created with LiveCycle Designer?

    is possible in acrobat reader fill in and save interactive PDF created with LiveCycle Designer?

    Hi,
    Only if the form has been Reader Enabled before it is sent out to the user with Reader.
    There are two ways of Reader Enabling the form. One using Acrobat Standard v9 or Acrobat Professional v8 (both have license restrictions). The other is to use LC Reader Extensions ES2, which is a server product (additional costs).
    Some info here:
    http://www.assuredynamics.com/index.php/2010/11/using-livecycle-forms-in-acrobat-and-reade r/
    A search of the forums for "Reader Extensions" or "Reader Enable" will give more information.
    Hope that helps,
    Niall
    Assure Dynamics

  • I am currently having trouble with an attached PDF fill-able form created in Acrobat being non savable in Reader

    Hello, I was wondering if you would be able to help me out?
    I am having trouble with my attached PDF fill-able form, I am creating a form that has a limit of one page so in order for more room in a certain field I have added a Hyperlink to an additional fill-able(secondary) form within the Parent document (primary fill-able form. The secondary form is inserted as an attachment into the Primary form. My problem is when I open this document up in Adobe Reader, the Primary fill-able form is savable but the attached Secondary form for which the hyperlink leads to is non-savable and is a must print only. Is there a way to make the Secondary form savable as well within the same document? or is there another way I could execute what it is I am trying to achieve?
    Trying to save other as extended reader has not worked, also if I save the attachment file as an extended reader first I am unable to attach a return hyperlink back to the Parent document,
    Help would be greatly appreciated please and thank you!

    I can't say for certain without looking at the actual PDF but it does appear that they created one large text box over multiple lines. For a fillable form it may have been smarter to remove the lines and create a box with smaller text that supports multiple lines.
    At any rate, nothing you can do about it with the free Reader (and depending on the security, maybe nothing with Acrobat either.)

  • Opening pdf within app using Reader X with Acrobat 5.0 installed

    I have Acrobat 5.0 (full version) installed and also Reader X.  Acrobat 5 was installed 1st and has been my default.  But, I loaded Reader X because Acrobat 5 can't open many newer PDF's.  I have gone into Explorer and set Reader X as the "open with" application and double-clicking a PDF in Explorer results in Reader X opening the file.  The problem is within various applications which have menu links to PDF's.  Many of these still attempt to open the PDF with Acrobat 5.  I believe this may be more a Windows XP problem, but thought maybe someone might know what registry item I should look for to correct this problem since it is related to Acrobat.

    Adobe doesn't recommend the use of Reader X with anything but Acrobat X. Earlier versions of Acrobat and Reader (any version) will cause problems. Remove Acrobat, re-install Reader X and if needed upgrade to Acrobat X or Remove Reader X and re-install ACrobat 5.

  • Does only Adobre Reader "reads" the fields of a PDF when created with Acrobat?

    I created a PDF with several fields and exported it.
    Then I tried to open it with Firefox and the fields didn't appear.
    But it works OK with Adobe Acrobat.
    Does only Adobre Reader "reads" the fields of a PDF when created with Acrobat?

    Adobe software reads form fields. The rules for how to do form fields are a part of the PDF standard (a book available to anyone) but some companies ignore it and others do half a job. To be safe, use only Adobe Reader. And beware of browsers that ignore Adobe Reader even if you have it.

  • Problem with Buttons/Form Fields in Acrobat PDF when created in InDesign CS4

    So I have been working for quite some time on an interactive form for an internal client at my job. It has two major components, one is the side bar navigation, which I created using buttons in InDesign which link to bookmarks in the document. The second aspect is that I also created "check boxes" accoring to this video: http://www.adobe.com/designcenter/cs4/articles/lrvid4434_ds.html
    I have two major issues:
    1. Whenever I try to convert my boxes to form fields in Acrobat it will not recognize them unless I save out 4 pages at a time (rather than the whole document).
    2. I then have to combine the document and get multiple sets of bookmarks, and some bookamrks are corrupted (not working properly). Even when I try to convert the whole document some of the buttons are corrupted.
    UGH tired of this project, I am really bastardizing the whole thing to get it done, but want to figure out the problem as this is an ongoing document that we will be using over and over again in future years.
    I am attaching the pdf file--this is a pieced together one (saved out 4 pages at a time) (which I did do some fixes to to get buttons to go to proper locations) and the original indesign file (partial file due to size).
    PLEASE OH PLEASE HELP ME!

    Acrobat's Form Wizard is good but not perfect when creating form data from a PDF. I have never encountered Acrobat not able to finish the process of creating all form fields, but have encountered very slugish performance afterwards when there was a lot of forms, buttons, and other elements within the pages. And I would say, from your attached PDF, it is pretty heavy with content. I am going to suggest an idea, but I have not tested this to see if it would work.
    In InDesign, create a layer for your navigation tabs, and a layer for your text with the check boxes. Create two PDFs from ID, one PDF with just your-nav tabs, the second with just your text with check boxes. In Acrobat, perform the Form Wizard on the second PDF and see if this will finish, the idea here is to reduce the cllutter for the Form Wizard to finish. If it does, you can merge the first PDF as a layer with the second to have a completed document. Again, I have not tested this theory.

  • My Adobe Acrobat 10 Pro creates PDFs with a graph background.  How do I make the background white?

    My Adobe Acrobat 10 Pro creates PDFs with a GRAPH background.  How do I make the scanned documents have a normal white background?

    This particular forum (sharing and storage) was created to help those transitioning from Photoshop.com to Adobe Revel. I will move your post to the correct forum so that it can get proper attention.
    We also have many other forums relating to other Adobe products at: http://forums.adobe.com.
    Out of curiosity, can you tell me how you found our forum page?

  • Problems with creating forms in Acrobat Pro 9

    I like (sort of) the new style for creating forms. However; execution leave much to be desired.
    I spent 6 hours yesterday adding about 20 (a mix of Text and check boxes) boxes to one page on a two page pdf. about every 2 minutes or so I would have a crash.
    Using OSX4.11 on a 1.67 GB PowerBook (powerpc) 17" Laptop (system Ram is 2 GB). I made the mistake of instead of buying the CD package from Adobe opted to download from Adobe (on a 1 MB DSL line) took a couple of hours to download) I created a DVD installer disk. But anyway after a certain point the program asked for system password and did a reinstall/repair. Still didn't help.
    In previous versions there was a way to adjust memory Cache there is none in this version. usually I had to set to 1000 just to keep Acrobat from Crashing, looking at a PDF. Now there is no way to set.
    keeps on I am going to have to decompress acrobat 8 so I can do forms.

    No Haxies. I decompressed my back up of Acrobat 8 and used a original copy of the PDF to create the forms. Acrobat didn't have the first hiccup. took all of 15 minutes.
    I tried to do the same on Acrobat 9, after I used AppleJack to dump all my cache files. same results about ever 2-1/2 - 3 minutes Crash City.
    If you want to look at the original PDF with no form text and check boxes. I can send to you. its only page two I'm interested in.

  • Can I create forms in Acrobat Standard XI taht can be saved using Acrobat reader after distribution?

    I am using Acrobat Standard XI on a Windows 7 64 bit OS. I have created forms in my Acrobat Standard and sent them out and I am being told that both MAC & Windows users cannot save them using reader. Is that a rights thing I did not set or does Standard not allow that?

    Users with Adobe Reader XI can save the filled form.

  • Is there a version of acrobat reader that will allow you to fill in forms?

    I have a group of students that are using a fillable pdf to complete a project and they do not have a version of Acrobat to do the form.  Is there a free version of Acrobat that they can use to do this?

    Steve Kerbow wrote:
    I came across the same problem as smithohio. I have a file downloaded on my phone and my PC and couldn't fill it out. What's the use of the program?
    To read and print pdf's and if the creator of the pdf allows it, to fill in forms. If you want more, Acrobat would be the program you are looking for.

  • Are there unlimited responses allowed with an Acrobat Pro subscription on Forms Central?

    Are there unlimited responses allowed with an Acrobat Pro subscription on Forms Central?
    Also, can you add scripting to dropdown menus using the web builder?
    Thanks
    Stuart

    Hi Stuart123,
    You will get unlimited responses on FormsCentral with Acrobat XI Pro subscription. For more information, please refer Adobe Acrobat XI Software + 5 Additional Acrobat Services | Adobe Acrobat

Maybe you are looking for

  • How to connect to an add-hoc

    hi there, i am using an i-phone 4s which is connected to wifi throough a PC add hoc, it was working fine with the IOS 5.1.1 but after upgrading to IOS 6 i could no longer connect it any more, meanwhile it is working fine with my home wifi network and

  • Migrating assistant help! Ethernet

    Please someone help me.  I have a late 2007 Macbook Pro and just bought a 2011 Macbook Pro.  Both have snow leopard and Im attempting to migrate through an ethernet cord.  Is there ANYTHING that I need to do?  I've plugged in the ethernet cord, turne

  • JavaFX Scatter plots

    Hello all, I have searched through these forums and not found anything. Is there any optimal way in which to add large amounts of data to a javaFX Scatterplot. It seems like attempting to plot more than 200 points slows down the software drastically.

  • How do I find "your stuff" and profile settings on the 4S

    Hos do I find "your stuff" and profile settings on the 4S? 

  • Audio solution needed for noise & echo

    I need to get rid of or minimize some noise in an audio clip in Final Cut Pro. There is also a bit of echo in it that I would like to minimize or eliminate as well. Also, if the solution to this requires frequencies or things of that nature, could so