Converting dynamic form to static

Hi I am new to Livecyle designer (8.0) and I have created a dynamic form which expands as users complete it.  However I need to be able to combine these forms into one PDF not as a package to form a final report.
Is there some way that the when the PDF is sent by e-mail it can be sent back as a static form?  Or how do I convert the completed dynamic form to a static form which I can combine? 

If the form has dynamic fields added to it then even users using the free Adobe Reader will be able to fill in the form. However, if it is save-off-line that you are looking for then you will need to extend the form using Reader Extensions.
Can you be more specific about your requirements?

Similar Messages

  • Convert dynamic form to dynamic input form

    Hi All,
    I am using Jdeveloper 11.1.2.4.
    As a part of a requirement, I have created a dynamic form built out of a read only view object.
    On a user event (button press), I want to convert the form into an input form to allow the user to make suitable change to data and save to the database.
    At this stage I have programmatic access to the table name which is being used to create the dynamic form.
    Please suggest on how to convert the dynamic form into input form.
    Best Regards,
    Ankit Gupta

    <cfupdate> process data from the form scope. You are
    not putting your
    role datum into the form scope. You need to scope the
    variable in your
    cfset(s).
    <cfset form.roleColumn = form.role=>
    But I am not sure this would work well. It is probably better
    if you
    write your own SQL. <cfinsert> and <cfupdate> are
    for very basic
    database operations. Once you start putting other processing
    requirements in, such as this, they quickly become
    inadequate.
    Try replacing your <cfupdate> with a <cfquery>
    tag something like this.
    <cfquery datasource="my_DSN">
    UPDATE my_table
    SET lastName = '#form.lastName#',
    firstName = '#form.firstName#',
    #form.role# = true
    WHERE key = value
    </cfquery>
    I made my best guesses at how this SQL would look based on
    the examples
    you have provided. You'll have to finish it off based on your
    actual
    requirements.
    Mikelaskowski wrote:
    > Thanks,
    > I really like your solution. It definatly sounds a lot
    easier.
    > I am still having a little trouble though. I am probably
    missing something
    > silly (especially in my cfupdate tag) as I am a little
    new at this stil.
    >
    > When I used your code in my action page I get the
    following error:
    > Error Occurred While Processing Request
    > Variable PRESIDENT is undefined. <--when president is
    selected in the role
    > field. It changes nicely when another is selected.
    >
    > Here is my current code on my action page:
    >
    >
    > Thanks Again!!!
    >
    > <CFSET lastFirst = lastName & ", " &
    firstName>
    > <CFSET roleColumn = Evaluate(role)>
    > <cfupdate datasource="my_DSN"
    tablename="my_table">
    > <html>
    > <head>
    > <title>Title</title>
    > </head>
    > <body>
    > <cfoutput>The role is #roleColumn#<br>
    > The value is #lastFirst#</cfoutput>
    > </body>
    > </html>
    >

  • PDF preview of form in WDJ doens't show a dynamic form but static.

    Hi,
    I designed a pdf form in standalone adobe designer 7.1. I saved the file as DYNAMIC pdf.
    I have a WDJ with a view, which contains an Interactive Form element. I linked the dynamic pdf to the designer by importing the file in the designer.
    But when the WDJ runs and shows the PDF in the browser, the PDF is static and NOT dynamic. What is the reason for this?
    The PDF should be dynamic, because I have buttons on it and they do not respond anymore.
    Anyhelp will be rewarded.
    Kind regards,
    Sandhya

    This is a known problem with forms that have been saved with the Preview application. For more information, see:
    http://kb2.adobe.com/community/publishing/885/cpsid_88564.html

  • Generating Dynamic form from static context.

    Hi All
    I have  static context node structure
    Section  (Node)
          QuestionText  (Attribute)
           AnsText  (Attribute)
    I have populated the values in this node from an RFC in my code .
    Now i need to create a form dynamically with QuestionText as labels and AnsText as input fields.
    I have written the following code
    for(int i = 0; i< wdContext.nodeSection().getSize; i++)
    IWDInputField  inp_Ans = (IWDInputField)view.createElement(IWDInputField.class,"ID"+i);
    IWDAttributeInfo ansAtrib = wdContext.nodeSection().getNodeInfo().getAttribute("AnsText");
    inp_Ans.bindValue(ansAtrib);
    This way i have bound  a single attribute to all inputfields.
    So the value in the first element of AnsText appears in all inputfields.
    In case of tables it works fine but i need to create the form.
    Kindly help me in solving the issue.
    Regards
    Sonal

    It is not possible to bind UI elements against node elements, only inside context-driven UI elements like Table, RowRepeater etc.
    What you can do is
    - use a RowRepeater, or
    - create separate context attributes instead of node elements and bind the programmatically created Label and InputField elements to these attributes
    Armin

  • Convert XFA form to static PDF

    Hi,
    I have few XFA form and i wanted to convert them to static pdf.
    could you please tell me if it is possible via Coldfusion.I would be great if you could share sample code\approach to do this.
    regards
    Pushpendra

    Hi,
    you have several options.
    1)     Print the form with a PDF printer — Produces a completely non-interactive PDF file with a very small file size
    2)     Use JavaScript to lock down all or specific form fields — can also be combinated with password protection and preserves the interactivity of the form for further changes
         A sample can be found here http://forums.adobe.com/message/1921613#1921613

  • How to programatically convert XDP form into Dynamic PDF form

    Hi,
    Is there a way to programatically convert XDP form into Dynamic PDF form using LiveCycle Service APIs?
    Thanks,
    lcfun

    Take a look at http://help.adobe.com/en_US/livecycle/9.0/programLC/help/index.html and the API Quick Starts > Output Service API Quick Starts.
    Quick Start (EJB mode): Creating a PDF document based on an application XDP file using the Java API
    http://help.adobe.com/en_US/livecycle/9.0/programLC/help/000243.html#1645763
    I think this will get it done. Give it a go.
    Steve

  • Static vs. Dynamic Forms

    I thought that I understood static vs dynamic forms, but what I'm seeing has me stumped.  Here's the issue:
    I have a form that requires multiple instances of a subform, based on repeating nodes in XML data.  Inside each subform instance there are data fields, but I can't bind them directly to the XML because the values require some calculation based on the data passed in.  So, I have a javascript loop in the containing subform that creates a new instance of the repeating subform and sets the rawValues of the underlying data fields.  The javascript is in the Initialize event.  I'm passing the .xdp into Output for rendering.  The script is set to run on the Server.
    The issue is that when I look at the resulting PDF file in Reader, I do have the correct number of subform instances displayed.  However the data fields reflect the data from the first instance, so that I might have five sections that all look the same and the data is correct for the first section.  The form will render fine in the Designer preview if I set the form preview type to Dynamic, but the behavior will replicate the Output behavior if I set the preview to Static.
    What I understood is that having a static form will mean that the form will not *re-render* in Reader, but the initial form rendering in Output should create the subforms correctly.  I am getting multiple instances, they just don't reflect the correct data values.

    Paul, thanks for your help.  I've figured out the problem, although perhaps you can tell me what the underlying issue is.  In the repeating subform the text areas that I was setting were defined as Text objects.  Redefining them as TextField objects has fixed the problem.  Any idea why setting the raw value of a TextField is different than a Text object?  I originally didn't need to use a text field because these are non fill-in text areas on the form.  Once again, this was only an issue if the form output was set to static rather than dynamic.
    Regards,
    Kevin

  • Static  fields in Dynamic form...

    Can I have static content on a dynamic form? Is there a way?
    I need to print few fields in the form regardless of data in the subforms. These fields are not part of any subform group but they don't show up. Thanks.

    XSL-T and FO stylesheets would be another way. Depends on whether you prefer code or XML.
    %

  • Convert XFA form to PDF document

    Within a process, I have form defined as a xfa variable and user can fill it in workspace and also include attachment when submitting the form.
    Then after the form is processed, approved by manager I need to convert it to a pdf(which should contain attachments) and save it to a folder. how can I do that?
    Thanks.

    There is another way but it's a manual process and it's a HACK. Using this process will basically kill any XFA or JS functionality that was in the form previously. So proceed at your own risk...
    Use a tool that can view and edit the internals of a "static" LiveCycle PDF form (i.e. Windjack's PDFCanOpener).
    Delete the XFA dictionary
    Do a SaveAs to a new form name.
    Close the form
    Re-open the form and then you should be able to edit the form with the Acroform tools.
    Note: This WILL NOT work with dynamic forms.
    Sabian

  • Dynamic Forms and WF

    Hello,
    I have designed a dynamic form, where user can add rows dynamically by clicking a button on the form, the form is working fine in preview in designer.
    this form is initiating a LC WF process, but, if I deploy this form to form manager as an XDP and choose to render it to PDF, adding rows function does not work, however if I save this as dynamic PDF from LC designer and deploy it again to form manager, it works !!
    However, I can not use PDF generated from LC Designer since I found that commenting and annotations are not working ( I am using acrobat ) which is an important feature, also, web services calls are not working even, again from Acrobat!
    How can I set the form server installed with workflow server to render XDP templates into dynamic PDF forms ?
    Or alternatively how to enable commenting and fix web service calls in PDF rendered form ?
    Thank you for help,
    Greetings,

    By default Forms and Form Manager are configured to render a PDF as either static or dynamic based on some values in the XDP. By default those values will tell it to render a static PDF. What you can do, in Designer save as a dynamic PDF, then open the dynamic PDF in Designer and save as an XDP. Upload that XDP to Form Manager, the tags will be present to tell it to be rendered as a dynamic PDF. There's a better way if you are using Designer 7.1 and Forms 7.1, but since I don't know your environment this is a way that will work regardless of versions.
    Annotations will not work in dynamic PDF's though. Currently annotations make no sense in dyanmic PDF's since the template of the PDF can dynamically change while annotations are bound to a specific location. IE: You have a dynamic PDF that is initial 4 pages and add an annotation to page 4. Later the template of the PDF changes based on data and user interaction and it is now a 2 page PDF, but the annotation is still on page 4 which no longer exists...
    Chris
    Adobe Enterprise Developer Support

  • Is there ANY way to keep track of changes or versions in a dynamic form, viewed in Reader

    I need to provide a measure of content control.
    I looked at acrobat.com for help.  There is a rather convoluted method and I don't know if I can get my company to go along with it.
    I have a dynamic form and it has to be dynamic, so I cannot change it to static to give it Comment/Markup ability - out of the question.
    Does anyone know of ANY way to keep track of changes or comments or anything? And if you know, please be as specific as possible.
    Thanks!

    No replies, so I assume that there isn't any way to do this at present. Do people agree that this would be a really useful feature?

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

  • Tags in dynamic forms

    Has anybody create dynamic forms with tags?
    For me it is not possible to do this, only static forms can hold tags (Designer 8.o and 8.1 ES).
    So it is impossible to create accessible, dynamic PDF-Forms with Designer technology - is this the reality?
    regards
    Jan Hillmer

    Thanks Mike. I've been banging my head against the wall all day trying to figure out why my Livecycle Designer 8 forms aren't tagged. I couldn't find any info searching the Adobe site (I REALLY suck at google-like searches). Is there a known issues document that you can point us to that might have more info about current problems with tagging dynamic forms?

  • Invisible objects only allowed in dynamic forms?

    I have read several times "To hide and show objects at runtime, you must save your form as a dynamic PDF". Yet one of the examples on the LiveCycle Developer Center website demonstrating invisibilty appears to be saved as a static PDF:
    http://partners.adobe.com/public/developer/en/livecycle/designer/pdfs/ChangingVisualObject Properties.pdf
    Is this "dynamic PDF" simply a recommendation? Can I get away with leaving my form as static? If I must save as dynamic, will anything on my form change?
    (using Designer 8 Pro)

    When I opened the PDF in Designer and looked at Form Properties, on the Defaults tab I saw Acrobat 7 (Static) PDF Form. I took it to mean that the file was Static. I guess that has nothing to do with the document that is currently open despite being in Form Properties.
    I see that under the Compatibility tab, it lists Form Type: Acrobat 7 (Dynamic). I guess that is where I tell how the form is saved.
    So if I create a static form and then save it as a dynamic form (just to perform the invisibility trick on one object), nothing is really going to change on the rest of my form?

  • Specific script not workig in dynamic forms

    Dear all,
    I have three check boxes.Third one is N/A.So when user select third one the value of first two check boxes should be null and acess should be read only.
    So i have added the following script to click and change events of the third check box.
    if(this.rawValue == 1 )
    first.rawValue = 0 ;
    second.rawValue = 0 ;
    first.access = "readOnly" ;
    second.access = "readOnly" ;
    else
    first.access = "open" ;
    second.access = "open" ;
    This is working fine if the form is save as static pdf but i need it in dynamic form.
    In dynamic form if i select first two check boxes then i select third one it's only making the first two check boxes read only.But the values are not refreshed i.e. value should be 0.it should be deselected.
    Can any one please help me to solve this problem.
    Thanks a lot in advance
    Regards
    Rakesh

    Rakesh,
    I have tested this in both Designer 7.0 and Designer 7.1, saved both times as a dynamic form and it works for me with the following javascript code on the change event in the 3rd CheckBox:
    if(CheckBox3.rawValue == 1 )
    CheckBox1.rawValue = 0 ;
    CheckBox2.rawValue = 0 ;
    CheckBox1.access = "readOnly" ;
    CheckBox2.access = "readOnly" ;
    else
    CheckBox1.access = "open" ;
    CheckBox2.access = "open" ;
    If you still don't get it to work I can send you the file that I have working.
    Catherine
    Adobe Systems

Maybe you are looking for