Questions tagged [livecycle-designer]

Adobe LiveCycle Designer is a forms authoring tool published by Adobe. It can be used to create PDF forms and templates.

195 questions
1
vote
1 answer

NPE when using itext

I have a fillable pdf form, made with LC Designer. I want to fill it out automatically using iText: public void fillOut(String input, String output, boolean remove, boolean preserve) throws IOException, DocumentException{ PdfReader reader =…
Victoria Agafonova
  • 2,048
  • 10
  • 33
  • 50
1
vote
0 answers

Fill static pdf with xml source

I'm producing dynamic pdf-files that are filled with an xml data source: The pdf is created in LiveCycle Designer, then I'm using iTextSharp to fill it dynamically: stamper.AcroFields.Xfa.FillXfaForm(sourceXml); Some mobile devices however have…
simaglei
  • 1,118
  • 1
  • 14
  • 14
1
vote
1 answer

How to hide/display a page in a PDF based on a check box

I am creating an interactive PDF using Adobe Livecycle. My PDF has 4 pages and the last page is hidden. I want to be able to display this hidden page based on a check box. Whenever a user selects this checkbox the page has to be visible. I have used…
Vivek Gajula
  • 21
  • 1
  • 6
1
vote
1 answer

Adobe LiveCycle Designer: Hide/Show Multiple Subforms via Drop Down List

Good afternoon, Quick question here. Could someone show me the code needed to hide / show subforms in Adobe LiveCycle Desier ES 8.2? I have 3+ subforms that I need to be able to switch between based on a specific country. I'd really appreciate the…
Xeverus
  • 11
  • 1
  • 2
1
vote
1 answer

How to debug Adobe process from adobe workbench ES2 tool

I am finding issue with adobe service invocation i have invoked process from workbench and recorded the process. process recording is not showing any error, document is also generated at specified path, but it is not giving sucess message. :( i…
swapy
  • 1,616
  • 1
  • 15
  • 31
1
vote
1 answer

Trouble connecting to https secure web service using Adobe Livecycle Designer

I am attempting to use Adobe Livecycle Designer ES2 to create a data connection in an XFA Form to a secure (https) web service and I'm having some difficulty. I'm new to Livecycle and have tried searching online for an answer, but the Adobe help…
0
votes
1 answer

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. Now the problem: I have a service on livecycle…
Jester
  • 15
  • 4
0
votes
1 answer

Document Assembly Not Allowed

I created a new fillable form using Adobe LiveCycle Designer. I am unable to "Reader Extend" the form; also, there are no security settings enabled but "Changing the Document" and "Document Assembly" are not allowed. Any advice would be greatly…
0
votes
2 answers

Assistance with REG EXP to match 5 digit number followed by undefined amount of text i.e 99999 AAA AAA etc

I am trying to create a simple regexp in JS and no matter how many times I try I can't seem to get it to work. Using JS in AEM Designer I am looking for the regexp to compare a user entry that: must start with 5 digits (Any combination, no specific…
JustinD
  • 3
  • 2
0
votes
0 answers

How to prevent hidden elements from appearing in print when rendered in HTML

I'm currently working an xdp form built using Adobe Designer and rendered in AEM using the Forms Manager plugin. Problem I'm facing is that the form, being dynamic, requires certain sections to be hidden unless the user enters a value at which point…
rmvirut
  • 1
  • 2
0
votes
0 answers

failed to create conncetion (WSDL SOAP ADDRESS) in lc designer es2

Earlier, Our functionality was working fine in prod, support and test environment. Suddenly some webservices has started to fail inside the form only.We have investigated on our own and find that it will not be able to create the connection in adobe…
0
votes
0 answers

SAP Business ByDesign Report

I am a beginner with SAP ByD. I have to create a report however I am having trouble with my data sources as I am not familiar with byD tables. Is it okay to create a layout design in Adobe Live Cycle and add the data source afterward? I already have…
0
votes
0 answers

Adobe Livecycle getting data from row then input the data in other row

i have table with 5 columns which is the header is quantity, unit, description, unitPrice and amount also i have 17 rows for the table. In my script i did not get any data or value. If ever in the description column has 'OTHERS' data then i want to…
0
votes
0 answers

Adobe Acrobat Date Picker/Field Returns an Error Every Time on One Specific Form But Works on All Other Forms

The date picker/field on one specific form returns an error every time but works on all other forms. Even when I manually try to enter it using the correct formatting, it still returns an error. Below is the code attached to the field. The first…
0
votes
0 answers

Merge cells for empty values in PDF Form table?

I try to make pdf table like this: I need: if header1 and header2 in line is null - make only left border (or right for header2) else make all border except bottom. Why when header1 and header2 is null? I cannot see left/right border. My code…
AlGraf
  • 15
  • 1
  • 6