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

List attributes of an XFA Object using Javascript in a PDF

I'm trying to create a PDF document with several text fields that can grow in height up to some maximum value. Due to the constraints of the project, I'm using Adobe Designer 7, which happily allows Javascript. However, the objects in XFA are a…
allclaws
  • 5,575
  • 8
  • 30
  • 27
3
votes
1 answer

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 number of parts in stock. Is there a way that,…
karry
  • 3,270
  • 3
  • 18
  • 31
3
votes
1 answer

Underline string in Adobe Lifecycle Designer

I am trying to underline text using javascript in an adobe form. My current script is: var a = this.getField("options").value; of (a == "a") { event.value = (" model a paragraph ... "); How can I get the first line in the paragraph to be…
3
votes
1 answer

Hiding table in SAP Adobe Forms

I am working on a project in Adobe Forms (Interactive Forms) in SAP ABAP, and I have a table that can contain data or not according to some Select statements. When it contains data the table will be printed out otherwise the table must be hidden. I…
NeagDB
  • 47
  • 1
  • 2
  • 10
3
votes
1 answer

Hide text field in Adobe form and remove the space to move up the next text

I have 7 text fields in my Adobe form and if one of them is hidden, the next fields should move up. Currently, the text field between "Retenue..." and "Jalons" is hidden correctly but the fields below did not move up. When one field is hidden, how…
Youssra Saoudi
  • 105
  • 3
  • 13
3
votes
1 answer

How to add an image to a SAP Adobe Form from the MIME repository?

I have loaded an image to the SAP MIME Repository: Name: watermark100.bmp MIME Type: Icon (Under technical information on the properties window. I didn't set this, I assume SAP defaults that in based on the file type when I upload). Now I'm trying…
Esti
  • 3,677
  • 8
  • 35
  • 57
3
votes
0 answers

Can I watermark XFA PDF using iText (commercial or not)?

Well, after spending quite some time playing with this, I think I may have found a solution soon after I posted the question. Bit embarrassing but hey, it seems to work now. I don't want to delete the question yet, in case someone wants the…
Cristian
  • 91
  • 10
3
votes
2 answers

Failed to read fields from Dynamic PDF form using iTextSharp

I have used simple dynamic pdf form which generated from Adobe LiveCycle designer and trying to read the field using iTextSharp 5.0/5.5 version using following code. string pdfTemplate = @"c:\ExpandingTextBox.pdf"; PdfReader…
Surendra Chatakondu
  • 315
  • 1
  • 4
  • 14
2
votes
1 answer

How do I set a value dynamically in SAP Adobe Forms using JavaScript

I'm creating a form based on the SAP standard Adobe form F140_CUS_STAT_01. In the "Document" column I have the requirement to display field REBZG if it contains a value, or BELNR if not. I have done the following: if (…
Esti
  • 3,677
  • 8
  • 35
  • 57
2
votes
2 answers

Use RegEx to execute multiple find/replace commands in Notepad++ in one click

The purpose of this is to extract list of field names from the XML (of Adobe LiveCycle Designer). So, I created the fields in designer, then, I copy the XML of the related fields, paste in Notepad++, and then executer find/replace (ctrl-h) to get…
tarekahf
  • 738
  • 1
  • 16
  • 42
2
votes
1 answer

How to find all SO10 text modules used in an SAP Adobe Form?

How do I find all the text modules used in an Adobe Form? Is there a table somewhat like TADIR where I could type in the Adobe Form name and the object names (text modules) for that form name will appear?
Czarinaaaaa29
  • 311
  • 2
  • 8
  • 23
2
votes
1 answer

Adobe LiveCycle Designer hide label description of textfield

I have textfield with datasource binding (from Interface). Those fields are only shown depending on another field "zkz", which holds a 'X' or is empty. So the value of the fields are only displayed when the zkz field has an 'X' and this works good.…
user2784676
  • 105
  • 1
  • 12
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
2
votes
0 answers

ItextSharp will not render a PDF that was created in Adobe Experience manager

I am working in an application that creates PDFs for new hires (direct deposit,emergency contact etc.). I used Adobe Livecycle Designer to add and tag fields on the PDFs and then I set the value of the fields with ItextSharp/vb.net. For example: …
2
votes
0 answers

How do I integrate source control with LiveCycle Designer?

We are using Adobe LiveCycle Designer ES4 to create XDP files. I would like to integrate this with our source control system. Is this possible? Our source control is TFS.
1
2 3
12 13