Adobe LiveCycle is a SOA solution from Adobe Systems, mainly used for business process management. It offers services for data capture,PDF processing, digital signatures, document security, content services, process management. The services can be orchestrated with a workflow manager.
Questions tagged [livecycle]
350 questions
1
vote
2 answers
How to merge dynamic forms with Adobe Livecycle?
I have a number PDF documents which are dynamic forms. I want to make one document that contains all pages of the fist document, then all pages of the second, and so on. How can I do it programmatically with the Java API of Adobe Livecycle…

Arne
- 249
- 4
- 19
1
vote
2 answers
Weird problem with Rails and Adobe Livecycle pdf
I'm building a site in which a catalog (of products) is shown and when clicked a Adobe Livecycle generated pdf will be opened. There are a few form fields and when the submit button is pressed, the fields will be submitted to the url…

millisami
- 9,931
- 15
- 70
- 112
1
vote
1 answer
UOM not appearing on the second page of form
I have a 2-page Adobe form. In the footer section of master page I have the UOM for totals. When running the form UOM appears in the first page (footer section) but not in the second page. All other data except the UOM are successfully displayed,…

Czarinaaaaa29
- 311
- 2
- 8
- 23
1
vote
1 answer
Adding new instance of row, unable to update cell raw values
I've stumped myself on what I thought was a pretty simple JavaScript function. The function takes 2 parameters. The first is a listbox (oField), and the second is a table (nTable).
The listbox is populated by the user, and each time this listbox's…

Thomas Robinson
- 11
- 3
1
vote
0 answers
Reader extensions not needed anymore for digital signature in Acrobat Reader DC?
In a business environment we have Adobe LiveCycle ES for several years.
A key feature is to enable "Reader extensions" in PDFs, which unlocks some features in Adobe Reader for reader extended PDFs. One of them was allowing user to digitally sign…

Juljan
- 802
- 2
- 8
- 13
1
vote
0 answers
How to create a text field within a DDX file?
I'm trying to create an adobe form that consists in a text field inside a DDX file that contains properties such as watermarks and other options.
Adobe DDX reference indicates that it supports XDP declarations but I've not been able to make it…

Joel Orona
- 46
- 5
1
vote
1 answer
How do I anchor a text field at the top of a page and have expanding fields from a previous page pass over it?
I would like to create a .pdf document that has a set text field at the top of each page (page 2 and on), and have any expanding user entered text fields from previous pages to begin below the set text field at the top of each page. Thank you for…

Benito Garza
- 11
- 1
1
vote
0 answers
Cocoon and Adobe LiveCycle
We have an application where a set of complex PDF forms are being produced with Adobe LiveCycle platform and Designer (version 8.2), and served by a Java-based web application to the end-user client, where are displayed inline.
These forms come…

Simone Cornacchia
- 21
- 6
1
vote
0 answers
How to search text in PDF 1.7 files (from tools with gui or, better, from command line .bat or .sh files)?
I need to search for text in a bulk of pdf files.
These files are "normal" PDF files and others are generated with Adobe Livecycle and are "PDF 1.7" files.
On the normal files I can search text using for example PDF-XChange Viewer (rif.…

Cesare
- 1,629
- 9
- 30
- 72
1
vote
0 answers
Livecycle - Convert PDF (XFA) to HTML
I have created a few PDF (XFA) forms using the Adobe Livecycle ES4 Forms Designer.
I want to convert those forms into HTML and after reading a few posts, Livecycle server gives that option.
But I could not find a way to install the Livecycle…

ElevatedLyf
- 116
- 1
- 2
- 8
1
vote
1 answer
FormCalc Date function doesn't returns current system date
How do I get date function to return date according to current system date?
Right now, with the code snippet below, it always returns UK time, not the current system date.