Questions tagged [livecycle]

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.

350 questions
1
vote
1 answer

Adobe Livecycle -- Is there a way to use the same binding more than once?

Version: 8.2.1.5161.566259 It seems that attempting to bind the same item from my Data View to more than one field... For example, I have a collection of objects named "Customers". I have one part of my PDF list customer names and another list their…
michael
  • 14,844
  • 28
  • 89
  • 177
1
vote
0 answers

How to set FormCalc round to nearest quarter hour?

I have this time sheet that has four "In" and four "Out" columns,and calculates hours worked in a two week pay period. There is a column on the right that calculates the hours worked for the day (see script below). I need it to round to the nearest…
Derrick
1
vote
2 answers

Prevent Adobe LiveCycle Designer from changing PDF Field Names

When I create a PDF text field in Adobe Acrobat forms and name it "DateOfBirth" I can use a PDF tool to programmatically find and populate that field by searching for it by name "DateOfBirth" However, when I create the fields in LiveCycle Designer…
RichC
  • 7,829
  • 21
  • 85
  • 149
1
vote
1 answer

How to submit my livecycle pdf form and store on my webserver?

I have not used livecycle before. There are overloads of info on this topic, but I can't find one page or example that explains how to correctly and simply, submit my filled out form to a directory on my webserver. I have my pdf form created in…
rick
  • 41
  • 1
  • 6
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

Livecycle - Alfresco Content Services incorrectly deleting files

There appears to be a slight problem with my Livecycle server with regards to documents suddenly disappearing! After looking around, it seems that the documents are not deleted completely, but moved to another folder…
1
vote
1 answer

Populate a dropdownlist in PDF with ITextSharp

I created a pdf form with livecycle. a static pdf. now i want to fill some fields of this pdf. i have no problem with textbox but i have a problem with the dropdownlist. it's empty and i want to populate it. PdfReader pdfReader = new…
user874854
  • 115
  • 2
  • 7
1
vote
2 answers

How to load XML into datasets on load in a dynamic PDF form (LiveCycle)?

I need to pre-fill a dynamic PDF's fields so my users can edit it and submit back. I am using Adobe ColdFusion CFPDFFORM tag that can load XML data into a PDF and make a new populated PDF. Unfortunately it also clears tag, it…
Seeker
  • 1,250
  • 1
  • 16
  • 23
1
vote
2 answers

How to display a XDP pdf file in browser like how normal PDF file open?

I have a XDP file that Acrobat can open. It contains a PDF plus some data to fill in the form fields in the PDF. In my HTTP request header I set content-type to "application/vnd.adobe.xdp+xml" and Content-Disposition to "in-line" still my browser…
Seeker
  • 1,250
  • 1
  • 16
  • 23
1
vote
1 answer

Livecycle Designer: JavaScript - find an element by name and position from the root

I need some advice how to select an element by position no matter where it is in the document. For example let's say we have something like this: Document Subform a b a Subform b a c Subform a b a a .... Is it…
nassoo
  • 59
  • 1
  • 7
1
vote
1 answer

I need a FormCalc or Javascript to use in Adobe Livecycle Designer for an interactive form I am creating

I am not a programmer to I need an example in (pref. Formcalc) or Javascript to enter in the script editor of Livecycle for an interactive order form I am creating. I need "ItemTotal[31]" field to perform a calculation only when "Add-onCheckBox1" is…
Appgal
  • 11
  • 1
  • 2
1
vote
1 answer

What is the purpose of the 'Synchronize' button in LiveCycle Workbench?

In LiveCycle Workbench ES/ES2 there is a 'Synchronize' button as well as a 'Check Out' button that is available for all asset files and folders in the Applications View. What is the purpose of the 'Synchronize' button when the 'Check Out' button…
GOOT
  • 169
  • 1
  • 3
  • 10
1
vote
1 answer

How to encrypt a dynamic form with Adobe Livecycle?

I want to encrypt a dynamic form with Adobe livecycle ES 2. I do it like it is described here http://help.adobe.com/en_US/livecycle/9.0/programLC/help/index.htm?content=000819.html and I get the Exception: ALC-ENC-100-015 Can not encrypt reader…
Arne
  • 249
  • 4
  • 19
1
vote
1 answer

AMF body dropped on Deserialization

I am trying to do a simple Flex AMF call to a ColdFusion server via BlazeDS. Using a RemoteObject, I am trying to send a login request to the server, and responding with success or failure. For some reason, when the data gets to BlazeDS, the body…
mbseid
  • 1,044
  • 10
  • 18
1
vote
0 answers

How can I clone a object from live cycle designer with javascript scripting

On the click event of a button I would like to clone an object say a text or better a sub form and put it under the existing one... I have searched google and I don't have any idea how to do this...please help I want to do it in LiveCycleDesigner…
S C
  • 73
  • 7