Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 4/2/19
    I created a pdf using Adobe acrobat DC and able to read values using below code.PdfReader pdfReader = new PdfReader(filePath);        AcroFields acroFields = pdfReader.getAcroFields();        Map<String, AcroFields.Item> fields = acroFields.getFields();        Map<String, String> fieldsMap = new Has...

    Views

    2.3K

    Likes

    0

    Replies

    3
  • 3/29/19
    Hello all.For the past few weeks I have been building a form. In this form are fields which are mandatory, but that are in inside optional subforms - that is, if that subform is not in use, the fields within are not required.I have set the parent subform's presence to "inactive", but the fields with...

    Views

    2.1K

    Likes

    0

    Replies

    3
  • 3/28/19
    HiI have been having trouble with signature scribble in my forms.  It allows me to add it without any issues, but when the forms are opened in PDF viewer it only gives users the option to upload a signature from a file - what I need is the functionality for users to add their scribble signature by s...

    Views

    2.6K

    Like

    1

    Replies

    1
  • 3/27/19
    Hello,I'm working on revising a form built with LiveCycle, and discovered that additional subform instances of a certain section are not kept after saving and reopening the form.  The user is able to click Add to include more data.  When a user saves the form and opens it again, only the first subfo...

    Views

    5.1K

    Likes

    0

    Replies

    6
  • 3/22/19
    Hi, I have got PDF file made by Adobe Livecycle Designer. Due the fact that LiveCycle is not supported anymore.. How Can I edit this PDF file? I saw that there is something called Adobe Experience Cloud and another tool AEM Forms Designer.. I'm a litter bit confused .. Thanks for help!

    Views

    7.1K

    Likes

    0

    Replies

    8
  • 3/21/19
    We use code128 symbology considerably and the options for this in Livecycle seem a bit strange.There is this property 'Data length' which appears to adjust the density of the barcode but in an 'inverse manner':Usually one specifies a 'module width' - which is the width of the thinnest constituent of...

    Views

    3.1K

    Likes

    0

    Replies

    1
  • 3/20/19
    I am trying to set up a submit button to "CC" a specific email ONLY IF if a yes/no radio button is checked "Yes", but I'm at a loss how to fit that into my button script. My radio button "Yes" value is "Page1.RadioButton.YesNo.Yes" and it has the email address I want to CC as the value, where the "N...

    Views

    1.4K

    Likes

    0

    Replies

    1
  • 3/6/19
    Hello,I need to loop trough an xml file and look for a certain fieldname(otherAddresses). There are about 6 fields named otherAddresses and each of them has a field named "PublishingTypeID". Now, depending on the value of PublishingTypeID, I have to select that specific OtherAddresses field and get ...

    Views

    846

    Likes

    0

    Replies

    1
  • 2/26/19
    i have a table with header row and row1 in livecycle .in row1 i have name and phone fields 2 columns.i have created a button to add row only if  both name and phone column are filled.issue is that  its work fine for creating 1st row but then conditional statement dont work on row 2 button.add row bu...

    Views

    3.2K

    Like

    1

    Replies

    3
  • 2/20/19
    I have a form with a drop down list containing various items. Once an item has been selected i want the arrow head to disappear and then reappear on entry again. I believe the only way to do this is to make the field read only on exit and then open again on entry but i have no idea how to write that...

    Views

    7.0K

    Likes

    0

    Replies

    7