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
3
votes
1 answer

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 tag. The idea is the user can dump the data, get…
shmeeps
  • 7,725
  • 2
  • 27
  • 35
3
votes
4 answers

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 shows the form can not be shown(If the form has…
Bibhu
  • 31
  • 1
  • 2
3
votes
0 answers

How to set pdf form target URL in ColdFusion

I have a PDF form that I created in LiveCycle Designer(LCD), which has the filename "testform.pdf". It has a HTTP Submit button which I named "submit". Within LCD, I can set the properties of the button, including the target URL. When I populate…
3
votes
1 answer

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 Server 2008, and ASP.NET 2.0/2.5 with C#). Our…
Clowerweb
  • 31
  • 1
  • 3
3
votes
0 answers

Symfony 2 livecycle - don't update | PHPCR

I have problem with my phpcr document. I try to implement, upload file like http://symfony.com/doc/current/cookbook/doctrine/file_uploads.html but I have problem with file changing. It look like sf2 doesn't see any changes. When I changed (for…
Micchaleq
  • 433
  • 1
  • 5
  • 21
2
votes
1 answer

storing e-signature from PDF in SQL database

is there a way to store e-signatures in SQL Databases? I have designed a form in adobe LiveCycle designer and I store all the information in my SQL database. I use a signature field to add the signature to the pdf. The e-signature is from a USB…
Vojtech
  • 643
  • 3
  • 16
  • 30
2
votes
0 answers

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 slips. When I run my code, I pull values out of the…
Joseph
  • 21
  • 2
2
votes
0 answers

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) and error mode (-e), only get this. This is the…
shilox
  • 39
  • 1
  • 5
2
votes
1 answer

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 configure JBoss to work with JNDI, but I certainly…
Robert Mark Bram
  • 8,104
  • 8
  • 52
  • 73
2
votes
1 answer

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:
Seeker
  • 1,250
  • 1
  • 16
  • 23
2
votes
1 answer

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 cell to "hidden", only the cell on the first page is…
Steve
  • 21
  • 3
2
votes
1 answer

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 looks like Adobe sets the a transaction timeout…
Valters Vingolds
  • 1,271
  • 10
  • 16
2
votes
0 answers

How to add a year and subtract a day from a date in LiveCycle?

I have a date that I'm grabbing from Livecycle input form version and I want to perform some calculation. I want to add one year to that date but subtract a day from it. For example, if my date is 7/1/2018 then my future date should be 6/30/2019 I…
user2832411
  • 105
  • 1
  • 11
2
votes
2 answers

receiving xml with value null when it's actually null

I'm executing a stored procedure on sql server 2005 from livecycle es 8.2 the result return something like 1 EN null English Anglais
Fredou
  • 19,848
  • 10
  • 58
  • 113
2
votes
0 answers

Improve load time performance for a Livecycle pdf form

I have a big LiveCycle form that's loading like a pig. It weighs in at 620KB with ~1500 lines of Javascript. No server involved - this is loading a pdf (XDP format) into Reader on the client. The load time is over 30 seconds. However 25…
Peter Gaston
  • 176
  • 13
1
2
3
23 24