Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges


AEM as a Cloud Service 2022.7.0 - Release update: https://adobe.ly/3paYDAo

Sort
  • Most Recent
  • Most Views
  • Most Likes
  • Most Replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved

  • 15-07-2011
    Hi there!I built a simple web service to generate a sequence number to be cosumed by PDF forms.It works perfecly when I run PDFs on my machine, using localhost, etc.Whem deployed on the client's servers it does not work. The only difference is the client is running LiveCycle on Linux over their inho...

    Views

    616

    Likes

    0

    Replies

    0
  • 15-07-2011
    Hello all,I'm trying to extract information from a data signature to copy into another field.I can access the data signatures in the document through the enumerate method: var oSigs = xfa.signature.enumerate(); var iNum = oSigs.length;for (var i=0; i < iNum; i++) { var oChild = oSigs.item(i); // Dis...

    Views

    6.6K

    Likes

    0

    Replies

    5
  • 15-07-2011
    Hi,When i try to do 508 check. I got the following error message "All of the text on this page lacks a language specification'I checked "FILE=>Document Properties". All "Document Properties" are disabled. We are using Adobe LiveCycle Designer ES2 to create this dynamic for and save it as static PDF ...

    Views

    469

    Likes

    0

    Replies

    0
  • 15-07-2011
    Hi Guys,I am new to creating forms. I am trying to make my business more electronic and professional by getting my mechanics to use pdf forms to complete service sheets (we are in the truck repair business).I have attached the sheet that I am trying to convert to a form. Where I need some help, is I...

    Views

    295

    Likes

    0

    Replies

    1
  • 15-07-2011
    var nNumber = NumericField1.rawValue - NumericField2.rawValue;if (nNumber > 2 || NumericField3.rawValue > 5) { TextField1.presence = "visible"; TextField2.presence = "hidden";}I can't get seem to get this code to work. Should this code work in terms of the formula, symbols, etc?

    Views

    746

    Likes

    0

    Replies

    5
  • 15-07-2011
    Hi to all;I'm following the generate 3d pdf tutorial by Michael Hodgson on http://www.adobe.com/devnet/livecycle/articles/pdfg_3d.html. I succeded in creating a process that converts in a 3d pdf a CATALINA file and puts it in a template.pdf form located on the server's files ystem.Now that the examp...

    Views

    834

    Likes

    0

    Replies

    0
  • 15-07-2011
    Hello!A client is migrating their 2,400 forms from old JetForms to PDF (LiveCycle Designer) and would like to keep the same functionalities he's used to in the old platform. However, some of the old tool features do not seem to be present in LiveCycle.Suppose a drop-down menu in a table cell, contai...

    Views

    2.1K

    Likes

    0

    Replies

    5
  • 15-07-2011
    I'm working on recreating a form and the text box is fairly large with some instructions on what to put in that space set as default. I'm not sure how to get multiple lines in as the default. Is there some script to add more lines?? Any help on this is grealty appreciated...thanks so much.

    Views

    386

    Likes

    0

    Replies

    2
  • 15-07-2011
    Hi Everyone,Can anyone explain what this means? (text below) If I make a form in LiveCycle Designer and then I extend it so that other users can fill it out...Does that mean that only 500 people can use the form?If so, then...I am dumbfounded and disappointed.What must be purchased in order to allow...

    Views

    2.0K

    Likes

    0

    Replies

    6
  • 15-07-2011
    Date field set following: object > value > DateAlso set: Object > field > pattern > 04/01/2007In this case, I wish if user do not select date, date field will be invisible during print. What is the code with a view to this?

    Views

    777

    Likes

    0

    Replies

    11