Adobe LiveCycle Designer is a forms authoring tool published by Adobe. It can be used to create PDF forms and templates.
Questions tagged [livecycle-designer]
195 questions
2
votes
1 answer
LiveCycle ES 2.5 Aws_Action field JavaScript
I have a form that I am designing in Adobe LiveCycle ES 2.5 for a client.
Quick background for the project: It involves taking an even older PDF and converting it to allow digital signatures with potential Reject/Accept buttons.
Does anyone know…

greendave11
- 168
- 1
- 13
2
votes
2 answers
Including Moment.js in LiveCycle Designer
For few days I've been trying to include the actual Moment.js library in my dynamic PDF which I've created with Adobe Livecycle Designer.
We've used an older version (1.7.2) without any problems but now I only get a 'Function not exist' error.
Does…

Niocron
- 21
- 1
2
votes
1 answer
How to format read-only output value in Adobe LiveCycle ES2?
I need help formatting 'List Annual' and 'Discounted' read only values to be formatted to currency format (example: 123,456,000 OR 12,345).
I have tried the following, but it does not work
annual.format.picture.value = "999,999,999"; // Set the…

Archyd
- 21
- 1
2
votes
1 answer
Converting PDF to WMF
Can someone suggest the best way to convert a PDF file to WMF?
I currently make Dynamic XML Form PDFs with Adobe LiveCycle Designer, but a client requires the file in WMF format for printing. Instead of filling out the form directly, they have their…

user2903093
- 31
- 1
- 2
2
votes
1 answer
Livecycle Server Accessing Issues
I have a Livecycle application running on a remote computer. In my C# program, I am trying to access Livecycle server, however I have some connection issues on this subject. Should I first connect to the remote machine that Livecycle is running on…

gizemdemirel
- 377
- 2
- 4
- 13
2
votes
1 answer
How i can remove 2 instances in LiveCycle Designer
i have 2 tables. Table1 and Table2.
Table1 has Button "Add line". On click in both tables are added lines.
Tables have the same number of rows.
Each row in the first table has a button that deletes the current line.
It is necessary that this button…

DrTiBiBo
- 101
- 1
- 5
2
votes
4 answers
PDF created in Adobe LiveCycle Designer does not open
I designed a editable PDF in Adobe LiveCycle Designer.
Customers complain that PDF does not open and displays the following message:
Please wait... If this message is not eventually replaced by the
proper contents of the document, your PDF…

terminator
- 31
- 1
- 6
2
votes
2 answers
Making a text field flow like a paragraph in Adobe Livecycle Designer
I intend to create a form using Adobe Livecycle Designer 7.00 in which I want a field to flow as does a paragraph in a text editor.
To be more specific, I have a text object before and after the text field which is contained in a subform. As there…
zq
2
votes
1 answer
Why can't ABCpdf .Net see the fields in my pdf when created with Adobe LiveCycle?
I am working on a PDF Filler application that will populate fields in a PDF with values from a web form. My code works fine for older PDFs that I have but new ones that have been created with Adobe LiveCycle Designer don't seem to be able to see…

brookesmash
- 95
- 2
- 11
1
vote
1 answer
Livecycle Designer - Link text field to line of text file
I'm very new to LiveCycle designer so this might be obvious. I'm fixing up a legacy PDF form that I don't have a lot of scope to replace with something better.
All I want to do is to read in a couple lines of a text file during the PDF's initialise…

user51498
- 434
- 4
- 13
- 23
1
vote
0 answers
Javascript syntax for using a varable within a section reference
I have a form with the structure:
Form1
parentSection1
childSection1
childSection2
childSection3... etc
I have made an array of all the childSection names (currentParent[]) and need to use it in a variable that accesses the nodes of each…

meee
- 23
- 4
1
vote
0 answers
How to check if table is empty in SAP Adobe Form?
I have an Adobe non-interactive form and 2 tables. And also one field type "text" which should be hidden if one of those tables is empty. This code to hide the field is working fine
this.history_data.st_text.presence = "hidden";
but this is only…

Sasku
- 517
- 7
- 23
1
vote
1 answer
Collect page numbers of objects in a PDF form
We have a long Adobe Dynamic XML Form PDF form that is built/coded in Adobe LiveCycle. It recently was edited and new additional pages were inserted, and now some of the form's coding is broken because some objects are on different page numbers…

Emily Beth
- 709
- 1
- 7
- 23
1
vote
1 answer
Get XFT template by form name
Please let me know if there is a method by which we can get the XFT template of the Adobe Form in SAP. Basically I want to input form name ('Z_INVOICE', for example) and get back XFT template of the form in xstring format.

user9695260
- 347
- 3
- 17
1
vote
1 answer
Due to wrong EXIF Data JPEG photos will not show when inserted into Adobe LiveCycle Image Field
UPDATE1: The problem is confirmed because the camera is adding wrong EXIFTool Samsung APP5 tag. According to this website: http://exif.regex.info/exif.cgi, the image has unknown App5 segment.
If I delete the bytes: E5 00 02 FF, the image will…

tarekahf
- 738
- 1
- 16
- 42