cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ADOBE FORM: Start new page at subform

Former Member
0 Kudos
5,740

Hello,

in the interface of my adobe form i have a table.

I created a subform with binding to the table row.

This works so far.

But i want now that for each table row (= subform) a new page is started at the PDF.

How could this be realised?

Thank you

Kind regards

Manfred

View Entire Topic
0 Kudos

Same problem here - any solutions to get rid of the blank page?

0 Kudos

Finally, I have found a solution: http://https://forums.adobe.com/thread/1294468

1) Select your repeating subform and add a Conditional Break (Object>Pagination>Edit...).

2) Enter this script: this.instanceManager.count>this.instanceIndex+1

3) Select Break: After and To: Top of Next Page

4) Select OK

Best regards,

Christoph

0 Kudos

Hi christoph.thuering,

I tried the above, but in my case the page no. doubled. So for eg, I had 3 records to be printed on each page, I get 6 pages in total 3 printed pages with record and 3 blank pages followed respectively.

Can you please help with this?

Best Regards,

Sanket

Hi Sanket,

It was more than five years ago but I'm quite sure that I solved the issue as follows:

In the Adobe Livecycle designer, select your repeating subform. In the Pagination tab, choose "Edit..." next to "Conditional Breaks".

The following script must be entered: this.instanceManager.count>this.instanceIndex+1

Select Break: "After" and To: "Top of Next Page".

See attached screenshot.

Hi Christoph,

It worked wonderfully!

Thank you

Best Regards,

Sanket