Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Custom Properties

Avatar

Level 2

I am wondering how, if possible, I can create custom properties that will populate in my pdf. Thank you in advance

1 Accepted Solution

Avatar

Correct answer by
Level 10

There are different ways to populate data into the form. You can use JavaScript to load data from attachements or variables.

LiveCycle Blog: Formulare durch Anhänge vorbefüllen//Populate forms from attachments

You also can grab data from a database or web server.

http://forms.stefcameron.com/2006/09/18/connecting-a-form-to-a-database/

View solution in original post

3 Replies

Avatar

Level 10

What do you mean by „custom properties“?

Avatar

Level 2

Custom properties like in Word or Excel, that will automatically populate into the pdf

Avatar

Correct answer by
Level 10

There are different ways to populate data into the form. You can use JavaScript to load data from attachements or variables.

LiveCycle Blog: Formulare durch Anhänge vorbefüllen//Populate forms from attachments

You also can grab data from a database or web server.

http://forms.stefcameron.com/2006/09/18/connecting-a-form-to-a-database/