adobe-designer

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 little different from the HTML DOM or earlier PDF DOMs. So, I know for certain that my field...

Adobe Livecycle Designer 7 Text Field Issue

I have a form in a large box, to be filled in by the user with up to 2500 characters. Currently, the cursor starts in the vertical center of the box and I would like: a) The cursor to start at the top left of the field instead of the middle left, so that there is no whitespace above the user's entered text. or b) Somehow enabling a fi...

How to load images and fragments dynamically in LiveCycle Designer forms?

Hi there. I've created a couple of shared templates (.xdp) which will be shared among several clients. Obviously, each client has their own logo and I'd like to set the logo upon form generation. I've managed to change the logo dynamically although I'm not sure if my approach is good. In the xml datasource I've got this element: <Clie...

Export textfield tags in XDP to XML: Adobe LC Designer / Adobe Acrobat

I have several XDP files (made with Adobe LiveCycle Designer). All of these XDP files have several textfields, and what I would like is to export each XDP file to an XML file that only contains the textfields in the XDP. The reason is that when working on the backend and mapping up values to the textfields in the XDP, it would be a lot ...