cancel
Showing results for 
Search instead for 
Did you mean: 

Adobe form: Text field containing multiple paragraphs stretching to multiple pages , is it possible to avoid page breaks in any of the paragraphs of text field

Former Member
0 Kudos

Hello Every One,

I am working on  a Static Adobe Form.

I have a TEXT FIELD which contains dynamic data consisting of multiple paragraphs stretching to multiple page.

Client requirement is that, no single paragraph should be divide between two pages.

That means there should be no page breaks in any given paragraph.

Is it possible to avoid page breaks in any paragraphs, when all the paragraphs are in a single TEXT FIELD.

Waiting for your valuable inputs.

Thank you,

Rajesh.

Accepted Solutions (0)

Answers (1)

Answers (1)

SandySingh
Active Contributor
0 Kudos

Hello Rajesh,

You will have to read the Text Field contents in "code initialisation" and split into 3 or more Text fields based on the paragraphs.

Include these 3 text fields in 3 sub-forms. In the properties of these sub-forms you need to set "allow page breaks within subform" to false (checkbox unchecked).

Regards

Sandy