Dynamic form needs to be saved as a flat/unmodifiable pdf

Hi All,
Please let me know what i can do!
I have enabled "Enable Additional Features" in acrobat to allow my dynamic pdf form to be saved. However, after being saved and reopenning the saved form in reader, the pdf is still dynamic and edits can to text fields or drop down lists can still be made. I need it to be saved as a flat pdf file.
I also have a "submit by email" button, programmed to email the filled out pdf to a particualr emailbox. Clicking the "submit by email" button, will attach the pdf, but unfortunately the file still allow edits.
Help please!
-KL 

Hi,
a XFA form cannot be real flattened by Acrobat nor Reader except by printing.
Another method is to set all fields access property to readOnly be scripting.
function lockFields(vNode) {
    if (vNode.className === "field") {
        vNode.access = "protected";
    for (var i = 0; i < vNode.nodes.length; i += 1) {
        lockFields(vNode.nodes.item(i));
lockFields(xfa.form);

Similar Messages

  • Slow loading and tabbing with dynamic form

    Hi. I have a 45 page pdf and I need to be able to select some pages to not print based on content of a field. To do this I understand the form needs to be saved in Acrobat v7 or greater and saved as a dynamic form. So far so good. When I create the dynamic form by opening the existing 45 page pdf, livecycle creates a form object for each line in the document. That's a ton of objects that don't need to be objects. I am adding 15 enterable fields into this document. For example the document may contain a line of text "Last Name", this appears as a form object as described. I am adding a text field next to that so the user can enter their last name. After saving the document it takes a long time to load and the tabbing from field to field is very slow. I am thinking this might be due to processing all the form objects that don't need to be form objects, but not sure. Question: based on my description is there a way to create this document without all those non-enterable form objects?

    Hi. I have a 45 page pdf and I need to be able to select some pages to not print based on content of a field. To do this I understand the form needs to be saved in Acrobat v7 or greater and saved as a dynamic form. So far so good. When I create the dynamic form by opening the existing 45 page pdf, livecycle creates a form object for each line in the document. That's a ton of objects that don't need to be objects. I am adding 15 enterable fields into this document. For example the document may contain a line of text "Last Name", this appears as a form object as described. I am adding a text field next to that so the user can enter their last name. After saving the document it takes a long time to load and the tabbing from field to field is very slow. I am thinking this might be due to processing all the form objects that don't need to be form objects, but not sure. Question: based on my description is there a way to create this document without all those non-enterable form objects?

  • Data in adobe form gets cleared when saved to desktop(Form is added in WD)

    Dear All,
    I have adobe form incorporated in a wed dynpro component. It's an interactive form and user has option to fill in details in the form. There is a submit button which user can click in order to submit details. This submit in turn does posting. Method is written in wed dynpro view for validation and posting.
    My problem starts here, when user has clicked on submit and posted, posting happens and finally the data is present in adobe form with the new PR no crated. When i try to save this form in my desktop it saves a blank form and not the data which is present in it. However if i don't click on submit and save the pdf with the manually entered values it save properly with the data.
    Please help in getting to bottom of this issue. One point, i have no idea about adobe forms, so pleae let me know for some obvious case as well.
    Thanking everybody in advanc.
    Regards,
    Saud

    Hi,
    My question still remains unanswered and i have found some observations myself. The thing is if i use any button on the form, and then try saving it saves an empty pdf, however if i do a manual entry it retains the data, and even after submit if i try something to enter maually and then try to save, it saves correctly.
    Please help me with some information.
    Regards,
    Saud

  • My dynamic form - issue with saving data (urgent-i would greatly appreciate any help)

    Hello,
    I have some problems with this dynamic form (created in livecycle)  http://www.pathology.ubc.ca/Academic_Activity_Data_Form_Jan_4_2013.pdf .  It doesn't save data unless I add a' new row' to any of these tables.   There are a few text fileds and if I type anything in there data won't be saved unless I trigger it by adding randomly a table row.  This is big problem as this form will be used for updates and if I want to change any of my entered records I will always have to remember to 'add a new row' otherwise just adding/changing text won't be saved. This might sound confusing but you will understanding what is going on if you type in your name and save the form and then type in your name, add a table row and save the form (first case won't be saved second will).
    I would greatly appreciate any help.
    Debbie

    Hi Marco Russo ,
    = CALCULATE (
        SUM ( [measure] ),
        PARALLELPERIOD (
            SAMEPERIODLASTYEAR ( DateTime[DateKey] ),
            0,
            QUARTER
    I have used the above DAX function it is working fine and i have applied same for Year , Quarter and Month 
    But when i remove month filters (Slicer) and Year filters in Power view report
     it is showing total Year values for Year and Quarter values
    for Quarter etc..
    Like below i am getting 
    Last Yr Month Amt   Current Yr Month Amt   Last Yr Qtr Amt   Current Yr Qtr  Amt    Last Yr     Current Yr
     10000                     30000                              10000                30000
                        30000       30000
    but i need Blanks in report if i am not selecting any filters
    thanks,
    Sreeni

  • Created a dynamic form (saved as dynamic pdf) have an email link (that works), when the email is rec

    I have a dynamic form that I created and I need to get it posted but am having some issues.
    1. I need the fields to be optional and it tells me that the information entered is not what was expected
    2. I have a button to click that will send the completed form to a department mailbox, but when the form arrives it is a .xml and only contains the newly entered information. What did I do wrong? I saved it as a dynamic pdf.
    3. Is there a way to send you my form so that we can talk about it together???
    I am on the verge of tears with frustration.....

    Here is the warning message I get.  This is from the Preview PDF mode.
    cid:[email protected]
    I fixed the email buttons like you directed thank you!
    When I tried to the do the file save as for the reader extended pdf, this is all I get:
    cid:[email protected]
    I have working on this since January along with many other projects (mostly presentations) and the department that this form is for is chomping at the bit because they need to track their training requests coming in and are working to shift the process of how you request training for the entire enterprise.  I am attaching the form so maybe you can take a peek at the damage I’ve done ☺  I think it would be helpful if I took a class, everything I’ve done I’ve taught myself with trial and tissues!
    Thank you so very much for your advice and help I truly appreciate it!
    Brenda Beebe-McWhirter, RN |Staff Development Instructor |WellMed Medical Management, Inc.
    Telephone: 210-561-6533 ext 6114  | Fax: 210-617-4091  |  http://www.wellmedmedicalgroup.com

  • With a PDF Dynamic form using show/hide actions, how to ensure that when the completed form is saved, closed and re-opened, the form still show the fields as before it was closed?

    With a PDF Dynamic form using show/hide actions, how to ensure that when the completed form is saved, closed and re-opened, the form still show the fields as before it was closed?
    I have developed a form with fields hidden by default, that become visible based on box ticked or radio button selections.
    My problem is that, when I close the form and re-open it, it comes back to it's default presentation, regardless of the information already recorded in the form (including in the now hidden fields.
    How to correct that
    Thanks in advance for any hint you can provide.

    I've had the same problem. This solved it...
    Go to the "Form properties..." in the File-menu. Select "Run-time" to the left and in the box "Scripting" Preserve scripting changes to form when saved: choose Automatically (Script-based state changes are saved locally in an insecure fashion. This option cannot be used for certified forms).
    Hope it works for you to...

  • Saving dynamic forms in Acrobat Reader

    How do you create PDF dynamic forms and save them so that they can be completed and saved  in Acrobat Reader.

    Thank you very much for your help. As I said this was my first attempt with Livecyle. I had sold the concept of dynamic forms to a collegue and promised to do a dynamic form one for him before going on a winter holiday. Completed the form in a hurry only to find I could not enable users with Acrobat Reader. My worry was that I would not be able to save dynamic forms without additional software, but your helpful comments confirm its something I have done that is causing my issue.
    I think Livecycle is a great product, but fragmented information is available for individual users. Bought the Book PDF Forms Using LifeCycle Designer (Acrobat 9) and joined PDFscripting web service which are both good in there own way. I get confused with Adobe's help, not being IT techie and the difference of Enterprise Editions of LifeCycle on how to get the best out of LiveCycle.
    Many thanks George for you assistance, I will retry when I return from my winter break.

  • Dynamic Form Help Needed !!

    Hi Guys,
    I need a form that has the following how do i code it in
    dreamweaver ?
    name :
    email address :
    phone number :
    status: item are New, Contacted, Appointment Scheduled, Sold
    ( This would be a dropdown and depending on what the user chooses
    the options below show up )
    commission amount (only shows if the status is changed to
    "Sold")
    Thumbnail Calendar (only shows if Appointment Scheduled is
    the status)

    Depends on what sort of server side processing you're going
    to be using for
    your dynamic form...
    Do you have that info??
    "NYCKIDDbx" <[email protected]> wrote in
    message
    news:fmip1k$rhv$[email protected]..
    > Hi Guys,
    >
    > I need a form that has the following :
    >
    > name :
    > email address :
    > phone number :
    > status: item are New, Contacted, Appointment Scheduled,
    Sold ( This would
    > be a
    > dropdown and depending on what the user chooses the
    options below show
    > up )
    > commission amount (only shows if the status is changed
    to "Sold")
    > Thumbnail Calendar (only shows if Appointment Scheduled
    is the
    > status)
    >

  • Problem saving dynamic forms

    We created dynamic forms using LiveCycle. The users download them to their local PC and enter data. After they enter data they can initially save the form to their PC. However, after that initial save they have trouble saving the form. For some users they can save the same form five or six times before getting the error message for other users it can happen at the second attempt to save. We have set the form to have no security.
    The error message is the following:
    This document enabled extended features in Adobe Reader. The document has been changed since it was created and the use of extended features is no longer available. Please contact the author for the original version of this document.

    I discovered an answer to this problem, at least in my case...
    I posted my discovery in another forum topic here:
    David T Bartholomew, "Losing Reader Extension Rights After Saving" #31, 11 Dec 2008 3:45 pm

  • Dynamic form font color changes after saving

    I have a dynamic form that before the user clicks inside a textfield ghost text appearance is set to red once the user starts typing I have an event set to turn the font to black.
    The problem is, once form is saved and reopened the font color is red instead of black. How can I get the font color to remain black?
    I am thinking that script should be in the PreSave event if so, please provide an example of how it should be written.
    Thanks

    I have several events happening in the text field
    for the ghost text (tool tip) I have set an initialize event: (by the way I did choose the color red for the font in the color picker for the tooltip color)
    this.execEvent("exit");
    this.format.picture.value = "null{' " + this.assist.toolTip.value + " '}";   
    Enter event: (this changes the font to black and bullets appear)this.fontColor + "0,0,0";
    this.font.posture = "normal";
    if(this.rawValue === null)
        this.rawValue = "l ";
    Exit event
    if (this.isNull)
       this.fontColor = "255,0,0,";
       this.fontposture = "italic";

  • Need to flatten dynamic form

    I have created a dynamic form for use by our sales agents. This form will be submitted to a web service to obtain a secure electronic signature, and the form needs to be submitted as a 1.4 compliant pdf. It will be submitted from the agents machine using the SOAP protocal.
    Is there a way to generate a flattened pdf when the user clicks a submit button? I am looking for a low-cost solution.
    Thanks,
    Debra

    Hi,
    U need to create the R/3 system in the portal after in SLD u need to add the properties of r/3 system and sap gatway and TCP/IP name in VA.
    Once SLD is connected u can check in ContentAdmin->web dynpro-> maintain SLD and check the SLD is successfully connected.
    After that u need to create the JCo names MetaData and model data once these are created ping the Metadata and model data successfully connected.
    Once Jco names are correct then only u can go import model form r/3 system
    There u need to give R/3 system properties properly.
    Import the model into WD naming supposr RAMA.
    register the model into webdynpro using the usedmodels.
    Then goto the Customcontroller the model nodes are avail in rightside of your cutomcustomcontrollercontext and do the Model binding.
    Once you get the model into your cuctomcontroller u can register the custom controller into viewcontroller and getting the nodes into view context.
    And goto the View and apply template and create the Table by using the existing node.
    Goto the init method of the View controller and add the following code.
    FNModule_Input input = new FNModule_Input();
    wdContext.nodeFNModule_Input().bind(input);
    // pass the input
    input.setZ_Kunnr("0000000001");
    try {
    wdContext.currentFNModule_InputElement().modelObject().execute();
    wdContext.nodeOutput().invalidate();
    } catch (WDDynamicRFCExecuteException e) {
    // TODO Auto-generated catch block
    e.printStackTrace();
    this link s ready used code for the get the data from R/3
    https://www.sdn.sap.com/irj/sdn/softwaredownload?download=/irj/servlet/prt/portal/prtroot/com.sapportals.km.docs/business_packages/a1-8-4/4tutwd_flightlist.zip
    if you have any issues post here.
    Thanks,
    Lohi.

  • Need help with saving pdf form

    I created a quote form for our sales people to fill out and email to their customers. I can't figure out how to set it up so that after they fill out the form it can be saved with the field locked so they cant be changed. Is that even a possibility? I've been working on this for 2 days  and just keep going in circles with it.

    You can set up the form so that the fields get set to read-only after the salesman completes the form but before sending it out. This idea is discussed in this topic: http://forums.adobe.com/message/3314067#3314067
    If you get stuck, post again.

  • Dynamic forms not saved properly

    Hi ,
    I have a dynamic forms created using Adobe 8 LC.
    After the form is generated thorugh application when I try to save the dynamic pdf using save button in Pdf toolbar, there are null values or extra rows of data being added to the dynamic pdf. The javascript calculations are not being displayed for eg totals .
    I am unable to figure what is causing this extra rows to be added in the pdf. When I give a print option to PDF, the dynamic document is printed correctly without any extra rows.
    Please help..
    Thanks,
    Vidya

    Hey Guys,
    Thanks for the tip Gunter...I tried it and it didn't work.
    When I insert, I get redirected to a "page not found", but the record gets inserted into the database.
    I'm wondering if it is my Managed Site. I keep fumbling around until I get my site working. Currently I have my Local Info, which is my local folder and local IIS HTTP address. I have my Remote Info which is Local/Network Access and my Remote Folder on the LAN. I'm getting confussed with what my Testing Server should be. I have set my Server Model of PHP MySql and Access of Local/Network and the Tesing Server Folder as the same location as my Local Folder. My URL prefix is the same asa my local IIS HTTP address. Does all this look right?
    The PHP version is 5.1.6

  • I need dynamic form string validation?

    hai friends,
    dynamic form string validation for
    below code
    var  
    resdata1:ArrayCollection=event.result.RES1; 
    for(i=0;i<resdata1.length;i++){
    pn.visible=
    false; 
    var formlabel:String= resdata1[i].spk_name; 
    frmitem =
    new FormItem();frmitem.direction =
    "horizontal";frmitem.required=
    true;frmitem.label = formlabel;
    if(resdata1[i].hasOptionsList==null){
    txtinput =
    new TextInput();txtinput.id= "txt"+resdata1[i].spk_name;
    frmitem.addChild(txtinput);
    else
    newcb=
    new ComboBox(); 
    var tempdata:ArrayCollection=resdata1[i].ruleName; 
    //newcb.dataProvider=bindata;
    newcb.dataProvider=tempdata;
    newcb.labelField=
    "spko_value";frmitem.addChild(newcb);
    FormContainer.addChild(frmitem);
    pn.visible=
    true;pn.title=resdata1[0].ProfileName;

    Hi,
    Try this. Hopefully this will help you.
    private function createDynamicForm():void{
                    var myForm:Form=new Form();
                    var frmNameItem:FormItem=new FormItem();
                    frmNameItem.label = "Name";
                    var myText:TextInput = new TextInput();
                    frmNameItem.addChild(myText);
                    myForm.addChild(frmNameItem);
                    var myButton:Button=new Button();
                    myButton.label = "Save";
                    myForm.addChild(myButton);
                    this.addChild(myForm);

  • XML data within dynamic form

    Hi,
    I'm trying to make a new XML Schema connection inside the form designer, I successfully made the connection and get the data inside my form, but I have only one problem, I have a huge number of records which I decided to make them as a dropdown list, they are about 11000 records, OK, now to the problem which is if I save the form as a static pdf form the list will be filled completely with the data came from the XSD file, and the produced file size is about 3 M, but if I save it as dynamic pdf form, the produced file size is about 400 K, but if I tried to access the dropdown list inside the file, it takes forever to load, without getting any result at the end.
    OK, my personal conclusion is that in case of the static forms the data saved inside the pdf file, but in case of the dynamic forms the data is not saved there.
    I need to save the file as dynmic pdf because I have a table that needs to add new row accoriding to the user click on a button of (add new row).
    So, can any one help me to fix this issue?

    Sorry, I found the solution:
    when I use the Adobe Reader 8.0.0 or Adobe Acrobat professional 8.0.0
    the stuff works normally, but in case of Adobe Reader 8.1.1 or Adobe Acrobat professional 8.1.1 this problem happens,
    Now I'll explain:
    1- I have a form with dropdown list.
    2- I want to populate this dropdown list from XSD file has structure similar to the following:
    =====================================================================
    <?xml version="1.0" encoding="ISO-8859-1" ?>
    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:element name="shipRequest">
    <xs:complexType>
    <xs:sequence>
    <xs:element name="orders">
    <xs:complexType>
    <xs:sequence>
    <xs:element name="order" maxOccurs="unbounded">
    <xs:complexType>
    <xs:sequence>
    <xs:element name="shipVia">
    <xs:simpleType>
    <xs:restriction base="xs:string">
    <xs:enumeration value="Ground"/>
    <xs:enumeration value="2 Day Air"/>
    <xs:enumeration value="Overnight"/>
    </xs:restriction>
    </xs:simpleType>
    </xs:element>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    </xs:schema>
    ====================================================================
    but with one main difference, that the element of shipVia has about 11000 of (<xs:enumeration ) elements.
    3- when I made the normal steps of make new connection to XSD file, it walked with me normally without any errors.
    4- incase I save this form as static pdf file, then open it with adobe professional, the menu is working smoothly and load the data inside perfectly.
    5- incase I sace this form as dynamic pdf file, if I try to open the dropdown list, it takes forever to load the data.
    very starnge that this problem happen with the newer version, so any idea for this??

Maybe you are looking for

  • IPhone is appearing in iTunes, but only Summary, all content not appear

    I have a problem, I want transfer my music from iTunse to my new iPhone 5, I have upgrade my iTunes to the latest version, I have restart my PC, when i connect my iPhone to PC my iPhone is appear in iTunes, But i get this message "iTunes cannot read

  • Mini with SL Server: headless

    The mini with SL server bundled looks to be pretty good value. I'm assuming it will run fine without a monitor or keyboard/mouse plugged in?

  • Variable popup Screen reequirement(Different Issues)

    Hi Guys,      I have requirement in selection screen level.      We have queries on multi provider level this multiprovider is      based on virtual cube.      Virtual cube is reading data from infocube with the help of      function module.      My

  • Beats Per Minute Feature

    Hello, Well, I have quite a bit of acquired music through friend's CDs over the years, and when I saw this Beats Per Minute feature on iTunes, I freaked. I normally have to calculate it by myself, but to have a feature that will do this for me, I tho

  • Changes don't take

    When I make changes to a raw file's settings in LR, nothing gets changed on the file as seen in Bridge or Camera Raw. What am I doing wrong? (I have the automatically export XMP data box checked. But that is not relevant to settings anyway, is it?) I