Adobe LiveCycle dynamic XML forms & Apple iPad

Adobe LiveCycle dynamic XML form are visible/usable by Apple iPad and phone from Apple or other mobile devices?

According to Adobe, you can with LiveCycle ES4. At least that is my interpretation of their blog post on the support of ES4 Mobile Forms.

Of course, there were several discussions on this subject in the Adobe forums.

Re: Cannot display the form in the Mobile which was created using LiveCycle

Re: I've created a form using Adobe Livecycle, but I can't open the screen on Ipad or Samsung tablet pc.

Re: Problem using the form on the iOS or Android devices

Re: help... Making existing fillable livecycle to mobile (ios/android adobe reader.) compatible

Hope these helps.

Tags: Adobe LiveCycle

Similar Questions

  • Determine if the form is a form PDF static or dynamic XML form programmatically

    Hello

    We have a software Macromedia Adobe form is used. With Adobe LiveCycle Designer, Staic form PDF and dynamic XML form can be created. We want to make the distinction between these two types. Is there available Adobe API which returns the type of PDF form; Static PDF or XML dynamic form?

    Thank you - Marie Laure

    Your script does not for me but when I used this modified following version he detected the form correctly (as long as the pdf file is saved in the designer using either save as static or save as dynamic)

    Dim app, pddoc
    Dim js
    
    Set app = CreateObject("AcroExch.App")
    Set pddoc = CreateObject("AcroExch.PDDoc")
    
    If pddoc.Open("E:\Untitled1.pdf") Then
         Set js = pddoc.GetJSObject
    
         If Not js Is Nothing Then
              If js.dynamicXFAForm Then
                  MsgBox "It's a dynamic form!"
              Else
                  MsgBox "It's a static form!"
              End If
           End If
    End If
    
    Set app = Nothing
    Set pddoc = Nothing
    

    Regarding the 2nd approah, I don't have a sample that can be shared, but essentially, it is to use API of COS calls to open the stream XFA in PDF and determine what type of rendering.

    Alternatively, you can run javascript using the API / C code

  • Save the dynamic XML form before submitting

    Is it possible to have a user fills out a form partially save it then go back and add more data submtting front.  I will use the option of presenting as XML data.

    Yes, you must have Adobe Acrobat Pro...

    Once you have finished editing your form with LiveCycle Designer, save your form and close LiveCycle Designer...

    Open Adobe Acrobat Pro and open your pdf file

    1. click on "file."

    2. click on "save under...". »

    3. click on "Reader Extended PDF.

    4. click on "Enable Additional Features.

    If you do not enable the extra features, searching the Web to see where your option is registered according to the version of Adobe Acrobat Pro

  • Convert XML forms dynamic Livecycle pdf to Word?

    How do to convert a form of dynamic pdf XML created from Livecycle designer ARE to Microsoft word? I have Acrobat X and when I click on file-> save slot - > and choose "Save as type" as "Microsoft Word Document (* .doc)", I get this message: ", except cannot process this document.» No file has been created. »

    Is it because it's a dynamic XML form with JavaScript in the form design? If not, what could be the cause of what makes the file not savable in word format? All these forms are created from Livecycle designer and I tried to use Acrobat X to convert them to word but it doesn't work.

    Hello

    XFA forms are not regular PDF but XML files in a shell of PDF.

    To create a file of Word of these files, you must flatten the XFA forms by printing to PDF with the Adobe PDF printer.

    Then, you can save the static PDF created as a Word document.

  • Help! New on Adobe Livecycle Designer

    Hello, I am brand new to Adobe Livecylce Designer and hope you guys can help me with this puzzle. I have created a drop-down list and hoped to add conditional logic.  There are in my drop-down list, select Yes or no and I wanted to have a text field if the answer is Yes.  If not, then nothing no would be displayed.  Help, please!  Thank you.

    You are welcome. If you want a copy of the form, please send an email to [email protected].
    Here are the instructions to create the form.
    (1) if necessary, change the default name of the form 'form1 '.
    in the form of hierarchy click on the object of higher level (the root of the shape), press F2 and rename the object 'form1 '.
    (2) if necessary, change the default name of the form on page '(untitled Subform) 1 (page 1)' to "page1".
    in the form hierarchy click '(untitled Subform) (page 1) ", press F2 and rename the"page1"object"
    (3) drag an object in the drop-down list on the form
    (4) in the form hierarchy click on the drop down menu, press F2 and rename the object 'dd '.
    (5) drag a text field on the form object
    (6) the form hierarchy click on the text field, press F2 and rename the object "tf".
    7) go to the properties of the text field object (if the properties of the object are not visible go to the toolbar, and then click window > object)
    in the field tab go to the drop-down presence menu and select "Hidden (exclude the layout).
    8) go to the properties of the object drop-down list (if the properties of the object are not visible go to the toolbar, and then click window > object)
    Add list items to the drop-down list by clicking on the Green plus sign and add the values "Yes" and "no".
    9) click on the dropdown menu, or the Visual representation and the object down the hierarchy
    (10) go to the Script Editor (if the Script Editor is not visible go to the toolbar and click window > Script Editor)
    in the 'Show' drop-down Script Editor, change "Events with Scripts" to "exit".
    with the language set to "JavaScript" and Run to the 'Customer' value add the script
    If (this.rawValue == 'Yes') {}
    Form1.Page1.TF.presence = "visible";
    }
    else {}
    Form1.Page1.TF.presence = 'hidden ';
    }
    (11) to save the form in a dynamic form
    go to the toolbar, click file > save as
    give the form a name of file
    If necessary, edit the "" Save as type: "to 'Adobe Dynamic XML Form (*.pdf)'"
    (12) go to the preview form ("If the preview is not visible with the right button on the design view ' tab, then select" PDF "Preview" "")
    (13) to test the menu drop-down
    When you have completed the form must (should) look like this...
    Steve
  • How to fill a dynamic array in the form of Adobe Livecycle with cfpdfform?

    Hi all

    After two days of searching about it without results, I hope someone here can help me.

    The problem:

    I have an Adobe PDF form created with Adobe Livecycle Designer that has a dynamic table inside. The Table1 table consists of a header line with 4-cell text and a data line Row1 with four cells each with a Textfield Cell1 and Cell2, Cell4 Cell3.

    Table 1 is inside a subform mytable. The subform is made to flow and the Row1 the link line repeat for each item of verified data.

    Everything is included in the form1 form standard subform.

    When I use the following code, I assumed that the table should have two rows... because it says it will be dynamic:

    <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > ""
    "< html xmlns ="http://www.w3.org/1999/xhtml">".
    < head >
    < meta http-equiv = "Content-Type" content = text/html"; charset = utf-8 "/ >"
    < title > Untitled Document < /title >
    < / head >

    < body >

    "< cfpdfform action ="fill"source ="test.pdf"destination =" testout.pdf "overwrite ="yes">
    < cfpdfsubform name = "form1" >
    < cfpdfsubform name = "mytable" >
    < cfpdfsubform name = "Table1" >
    < cfpdfsubform name = "Row1" >
    < cfpdfformparam name = "Cell1" value = "1" >
    < cfpdfformparam name = "Cell2" value = "2" >
    < cfpdfformparam name = "Cell3" value = "3" >
    < cfpdfformparam name = "Cell4" value = "4" >
    < / cfpdfsubform >
    < cfpdfsubform name = "Row2" >
    < cfpdfformparam name = "Cell1" value = "5" >
    < cfpdfformparam name = "Cell2" value = "6" >
    < cfpdfformparam name = "Cell3" value = "7" >
    < cfpdfformparam name = "Cell4" value = "8" >
    < / cfpdfsubform >
    < / cfpdfsubform >
    < / cfpdfsubform >
    < / cfpdfsubform >
    < / cfpdfform >


    < cfpdfform action = "read" source = "testout.pdf" result = "testout" / > "
    < cfdump var = "#testout #" >
    < / body >
    < / html >

    What caught is:

    The testout.pdf displays a single row, with values 1,2,3,4 the second row is visible only when I export data in xml format, but not in the PDF file.

    Please can someone enlighten me?

    Thanks and greetings

    Gilbert

    When filling out your fields of pdf, you can search through all the records in a query as follows...


               
               
     

    He will manage two lines or thirty anyway.  In this case my fields in the pdf file have the line # as a suffix.

  • How to open an XML file in Adobe Reader on a form created in LiveCycle ES2

    I need help to conversion or reading an XML file, I had sent me a form I created in Adobe LiveCycle ES2 without using Office Suite complete Adobe (I think that if I have any other programs, I wouldn't have to have additional permissions to see what I could create, don't you think?).  I'm looking to display the form in Reader or Acrobat or even in LiveCycle itself, and the course of my research I've just been hitting brick walls.  Any help out there?

    If it is Acrobat X or more later, click on tools and go to the forms section. Perhaps more Options - form data management - Import.

  • read/write of data from forms (pdf) adobe livecycle xml

    Hello

    I need help reading the xml data in a PDF file created by Adobe LiveCycle and also writing of xml data in the form.

    The forms have been created using PROD LC 8.2 and in the future they will be created using PROD LC 9.5.

    I use VB .NET to access data programmatically.

    Can someone help me with some advice? A SDK library? Any information would be very useful.

    I'm quite new with this problem of electronic forms and I don't know even where to start.

    Thank you

    Ionel

    OK, I understand what you mean now. I did a similar thing about 4 years ago.

    See this thread:

    http://acrobatusers.com/Forum/forms-LiveCycle-Designer/how-extract-LC-form-fields-values-a nd-store-them-base of data.

    and also this thread:

    http://forums.Adobe.com/message/1157969  (read until the end. This is mostly trial and error until I found the solution, which is described above. It will give more information.)

    It has most of the reuqirements you are looking for. If it is close to what you are looking for, I can download the complete source code in my workspace to Google. Plesae let me know.

    I hope it will be useful to you.

    Tarek.

  • Open a pdf file in my IPad that was created by Adobe Livecycle 9

    Hello

    I have great difficulty in opening an assessment that was created in Adobe LiveCycle 9 on my I Pad 2.

    I downloaded the pdf via ITunes my I touch in the iBook.

    I have Adobe Acrobat reader on the IPad and can't open this pdf file.

    I also put this file in my IPhone without success. It has even more applications: Adobe complete and sign DC, Adobe Acrobat Reader and PDF Reader Pro

    Help, please

    André

    Hello

    Mobile products Adobe Reader (player for iOS, Android, Windows Phone) do not support any static or dynamic XFA forms created with Adobe LiveCycle Designer.

    The next page of the blog contains the response of Jeff Stanier, Product Manager of Adobe LiveCycle Designer.

    The Adobe Reader Mobile and XFA in LiveCycle Designer Forms. Adobe LiveCycle Blog

    Please use the desktop version of Adobe Reader on a Windows or Mac computer to view and complete the XFA forms.

    Sorry for the inconvenience.

  • How can I open XML form in Adobe reader, but not through the name of browser extension

    I'm saving the document as form Adobe XML dynamic (using Adobe LiveCycle Designer), when I open the document, I get this error and I do not have an Adobe Reader Installer.

    Please wait...

    If this message is not subsequently replaced by the good content of the document, your PDF file

    Viewer is not able to display this type of document.

    You can upgrade to the latest version of Adobe Reader for Windows®, Linux® or Mac by

    visit http://www.Adobe.com/go/reader_download .

    For more assistance with Adobe Reader, visit http://www.Adobe.com/go/acrreader .

    Windows is a trademark or one brand mark of Microsoft Corporation in the United States and/or other countries. Mac is a registered trademark

    Inc., filed with the United States and other countries. Linux is a registered trademark of Linus Torvalds in the United States and other

    country

    Open the form in Adobe Reader.

  • Display a dynamic PDF form of XML in Google Chrome, Firefox and Opera

    We have built a dynamic XML PDF form, but may not be displayed in Google Chrome, Firefox and Opera browsers.  We still get the following message is displayed:

    pdf-error-message.gif

    The form is on our public facing Web site and when you click on the link in the web page, the above browsers opens the form within their own PDF reader.

    We know that this is because the form contains validation and pdf viewers, browsers do not like validation.  Do you know if there is anyway to get the PDF form to display in these browsers?

    The only software that deals with dynamic reliability based on XFA PDFs is versions of office (Win/Mac), Adobe Acrobat and Reader. You will need to ask users to download the PDF file and open it in the reader (or Acrobat).

  • Adobe livecycle pdf form

    Hello

    I have a pdf form in adobe livecycle designer. there r 2 fields. say a field and another is B. I want to fill information in the field b, which will depend on the value of a. IF I put 4 a, then B, 17 if a 21 5... etc can u pls help make this tye of code?

    Thank you

    Ali

    Sorry my mistake. Here's the corrected code. you need only this on the first field. I had excluded the .rawValue

    If (this.rawValue == "apple") {}

    fieldB.rawValue = "Orange".

    }

    on the other

    If (this.rawValue == "watermelon") {}

    fieldB.rawValue = 'coco '.

    }

  • Edit the adobe livecycle designer form of acrobat?

    Edit the adobe livecycle designer form of acrobat?

    Is not possible. You need LiveCycle Designer to edit these forms.

  • How to recover files/documents in the older version of adobe reader in other accounts on air apple ipad?

    I have change my account in my apple ipad look and suddenly my older version of adobe reader has been asked to be updated to a newer version which, after updating, I lost my old file.how I can get back them?

    Hello

    Do you want to take a look at the "Choose a file location" section of the following document to see if you can find your lost files?

    How to manage files Acrobat DC for iOS

    Files and folders that are stored locally on your iPad should appear in the local section.

    Please let us know if it works for you.  Thank you.

  • is it possible to download adobe flash player on apple ipad?

    is it possible to download adobe flash player apple ipad?

    Hello

    Not really. Adobe Flash Player is available for Android, BlackBerry Tablet OS, Google TV.

    Thank you

Maybe you are looking for