Tagged Questions

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.

learn more… | top users | synonyms

5
votes
2answers
3k views

Merging/filling pdf form file with xml data

Let's say I have a pdf form file available at website which is filled by the users and submitted to the server. On the server side (Asp.Net) I would like to merge the data that I receive in xml format ...
4
votes
1answer
72 views

Application architecture: keeping serial connections open in java

I'm working on a project in Java, which is communicating with two serial port devices using Suns's serial port library. I must somehow keep connections to devices open all the time and handle events ...
4
votes
5answers
6k views

How can I debug AMF (BlazeDS) serialization of Java objects to Actionscript?

I'm using BlazeDS to remote some Java objects that I'm consuming in a Flex application. I'm getting a type coercion error with one of my classes that I can't for the life of me figure out. I have ...
3
votes
3answers
381 views

how does livecycle work?

i have just started using adobe livecycle . i dont need to understand the livecycle with a developers perspective but as of now i have to get into testing livecycle applications. where should i get ...
3
votes
2answers
3k views

How can I merge data into an XDP file and return a PDF (via .NET)?

My team has a template (XDP) that we've created with the Adobe LiveCycle designer. The situation: We are replacing an old Acrobat form (XFDF format) with this LiveCycle form as part of a much ...
3
votes
5answers
1k views

Should I invest in GraniteDS for Flex + Java development?

I'm new to Flex development, and RIAs in general. I've got a CRUD-style Java + Spring + Hibernate service on top of which I'm writing a Flex UI. Currently I'm using BlazeDS. This is an internal ...
2
votes
1answer
77 views

calling a.NET web service from inside a pdf file

I'm working on a mini project in which I need to insert 'the number of parts in stock' dynamically and display it on the pdf page(probably in a control??) I have a web service i can call to get the ...
2
votes
1answer
373 views

Problem with JNDI binding in JBoss (LiveCycle turnkey)

I am using Adobe LiveCycle ES 2 turnkey project, which runs on JBoss AS 4.2.1.GA. I am having a problem getting a JNDI binding to work in JBoss. It seems eerily similar to an earlier post, problem ...
2
votes
1answer
65 views

CFPDFFORM removes all datasets from source PDF during populate! What to do?

I have a LiveCycle Dynamic PDF form that has lots of datasets where basic information are stored to feed dropdown fields. Here is an excerpt of its XML source: <xfa:datasets ...
2
votes
1answer
265 views

Addressing multi-page table header rows in LiveCycle Designer

I am trying to dynamically hide a table column in LiveCycle Designer. The table spans multiple pages, and there is a header row at the top of each page. When I set the presence of the header row ...
2
votes
0answers
87 views

LiveCycle 2.6.1 Data Management with The ColdFusion 8.0 DataManagement Event Gateway Issue

I've recently been developing a project that involves sending out events from ColdFusion to LiveCycle 2.6.1 using the Data Management event gateway to Flex 4.0 clients (LiveCycle and ColdFusion are on ...
2
votes
2answers
1k views

Edit PDF online and save and form data to server

I have some PDF documents which are being displayed in the browser, with some fields already being pre-populated from the database using iTextSharp (we are running Windows Server 2008, IIS 7, SQL ...
2
votes
3answers
1k views

Serializing immutable java classes to actionscript with LCDS

I've got a complex object which is being managed by the LCDS DataServices data management and being created/updated etc using custom assemblers. The vast majority of the object hierarchy is being ...
1
vote
0answers
63 views

setting Barcode Number using iTextSharp with PDF Form made in LiveCycle

Using asp.net with C# Codebehind and iTextSharp library. I have a pdf form that I created in LiveCycle, that has text fields and a barcode (code 3 of 9). I use this template to create packing ...
1
vote
1answer
209 views

Adobe LiveCycle designer - form scripting - changing the field from optional to required

I'm trying to make a dynamic PDF form using Adobe LiveCycle designer and have a problem. I have a boolean checkbox field that decides if other text fields are required or optional. I'd like to ...
1
vote
1answer
83 views

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 ...
1
vote
2answers
189 views

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 ...
1
vote
1answer
168 views

XDP File using remote PDF

In one of our applications, we have a script dump data from a database into a well-formed XDP file, which the user can download. The XDP contains a reference to a PDF on the same server via the ...
1
vote
1answer
523 views

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 java to enter in the script editor of Livecycle for an interactive order form I am creating. I need "ItemTotal[31]" field to perform ...
1
vote
0answers
71 views

Adobe livecycle 8.2 External Authentication deployment

I am trying to provide external authentication to adobe livecycle. When I try to deploy the component, I get a warning message in the log saying below: "RN ...
1
vote
1answer
101 views

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 ...
1
vote
1answer
341 views

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 ...
1
vote
1answer
2k views

what might cause a inaccessiblewsdlexception

i'm updating some web service clients into some old java applications to call an axis2 third party web service. i'm been provided with a wsdl file , so i've developed a jar containing the client to ...
1
vote
3answers
578 views

How to see XFA forms in i-Pad?

I would like to develop an interactive XFA form in LiveCycle Designer ES -2 which will support Windows as well as i-Pad. But the problem is when I open an XFA form it does not show the form rather it ...
1
vote
1answer
113 views

Pushing Questions to a client using Adobe BlazeDS/LiveCycle

Over the past few weeks, I have been creating a sort of text-based adventure game revolving entirely around the actions of a player. The general idea is that there is a Simulation class that ...
1
vote
1answer
998 views

LiveCycle PDF submit to .NET webservice as XML

I have a LiveCycle designed PDF that I want to make its submit button send the XML data in the form to a .NET webservice. I see how to do that, but I'm not really clear on the webservice side. What ...
1
vote
1answer
119 views

Live cycle make a form so that it can't be changed by the end user

I created a form in LiveCycle and I want to make it so a user can edit and save the form with adobe reader. I have that part my concern is that if they have acrobat pro and Livecycle they can open the ...
1
vote
1answer
254 views

Get result of long-lived Livecycle process

I am using .Net to make a web-service call to a livecycle long lived service. I cannot figure out how to get the resulting output from this service, as all I get back from my invoke_async call is a ...
1
vote
2answers
1k views

Dynamic Hyperlink in Livecycle Form

I am trying to figure out how to make a hyperlink in a Livecycle Form which points to a URL which will change on different days that the form is rendered. For example on one day I might want the ...
1
vote
1answer
2k views

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 ...
1
vote
1answer
1k views

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 ...
1
vote
2answers
1k views

How to increase transaction timeout in Adobe LiveCycle server? Long service call fails with timeout exception

We are converting large PDF file using Adobe LiveCycle ConvertPDF service. This works fine for smaller PDF files, but fails when we attempt to convert a large PDF file (around 150mb - don't ask). It ...
1
vote
2answers
334 views

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 ...
0
votes
0answers
10 views

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" ...
0
votes
0answers
24 views

This operation is not permitted; Adobe LiveCycle Designer

I'm using Adobe Acrobat 8 Professional, I have created a form using LiveCycle Designer (from a PDF ) that contains only text fields, radio buttons and check boxes. When the form is saved, it can be ...
0
votes
0answers
14 views

Packaged pdf through live cycle es2 output assembler

How can I create a packaged pdf i.e a pdf made of swf(flex app) and xml through livecycle es2 and java api. I have searched for the java api's for live cycle es2 but was not able to find the correct ...
0
votes
0answers
42 views

Jboss with Livecycle ES Connection reset

I have a workflow that uses web services and sometimes the web service call fails and and i get the following error: java.net.SocketException: Connection reset at ...
0
votes
0answers
38 views

Compiling flex project on Maven error without information

Since 2 days ago, i can't compile my flex project. I tried it in 3 different computers and via eclipse and command-line and all I have is an error without information If I run it in debug mode (-X) ...
0
votes
1answer
74 views

Filling Livecycle form with Django

I am trying to fill a livecycle created form with form data from django. Now I think I have the code done correctly but I am having a hard time with the structure of the livecycle form. Currently I ...
0
votes
0answers
96 views

Adobe Livecycle forms - Automatically building a PDF file from XFA (XML form definition)

I'm building a form in Adobe LiveCycle designer and have several drop-down fields. Currently I have populated the option lists for these fields manually but in future would like to automate it ...
0
votes
0answers
30 views

Applying reader extensions removes form script?

Situation: I'm working with Adobe Livecycle ES2 and Flex In our project we show a pdf form inside a flex form with a flex Iframe, so we use the adobe form bridge to communicate between flex and Pdf. ...
0
votes
2answers
65 views

Adobe LiveCycle PDF Submit Validation

I have a LiveCycle PDF that has fields requiring validation. I would like to be able to add a Button to perform a Submit that will ignore the validation on the form. If I currently add a Button to ...
0
votes
1answer
162 views

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 ...
0
votes
2answers
60 views

Flex + Air App to Database?

I'm trying to create the Air app using Flex 4.5. The app interacts with LiveCyle Collaboration Service to support the screen-sharing and webcam chatting in the desktop. I'm currently looking for the ...
0
votes
1answer
36 views

Adobe LiveCyle - when to use connection properties for ServiceClientFactory in WebLogic?

When making a connection from Java to Adobe LiveCycle ES 2.5, the Setting connection properties page lists the default connection properties you should use depending on your server type. For ...
0
votes
0answers
368 views

Acrobat Pro X - Save editable form

Background I have an excel file (lets call it salesInvoice.xls). I used Acrobat X Pro to convert this to a editable PDF. Conversion was a 100% success. It recognized labels versus editable text ...
0
votes
0answers
50 views

Generate PDF in SharePoint custom Web Part using Adobe

I am building a custom web part in SharePoint 2007 using ASP.NET. Based on the data entered by the user, I need to dynamically generate a PDF file and upload it into a document library of SharePoint ...
0
votes
1answer
33 views

Custom Pod Development for Adobe Livecycle

I'm trying to create a poll pod for my LCCS Flex application but I know little about custom pod development. Yesterday I was looking at a good thread at Adobe Forums but it's down until Monday. I ...
0
votes
3answers
143 views

How would I generate a complex dynamic PDF Form with dynamic fields?

I have a requirement to produce a PDF form which is populated with dynamic data and also provides form fields which can be turned on and off depending on the selection of a checkbox. I also have a ...
0
votes
0answers
96 views

Extracting XML Data from a PDF Form with PHP upload

I have a pdf form in which a client had their designer create in live cycle. Apparently the designer had created an xml schema layer within it and now would like me to create an upload function that ...

1 2