cancel
Showing results for 
Search instead for 
Did you mean: 

ADOBE FORM: Start new page at subform

Former Member
0 Kudos

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

Accepted Solutions (1)

Accepted Solutions (1)

chintan_virani
Active Contributor
0 Kudos

These can be done via options in Pagination tab for the "Body Row" of table.

I just tried a sample as follows and it kind of worked.

 
form1
|-- Subform    // Object palette --> Subform tab --> Make its Content property to Flowed.
  |---- Table1
    |---- Row 1   
// Object Palette --> Type is Body Row
//  Object Palette --> Pagination --> After : Go To Next Page
//  Object Palette --> Binding --> Selected Repeat Row for each Data Item and made its min count as 5

Only thing is that I am getting a blank page at end but then may be this can point you in some direction and you will solve that for us

Former Member
0 Kudos

Thank you,

this works fine.

Yes the blank page is at the end.

Maybe somebody else could help us solving this blank page at the end issue?

Thanks.

Kind regards

Manfred

chintan_virani
Active Contributor
0 Kudos

Forms Guru... Otto Gold.. You are being missed here..

chintan_virani
Active Contributor
0 Kudos

Well since you marked the question as answered, can you please post the solution regarding removal of blank page at end?

Former Member
0 Kudos

Hi,

can anyone resolve above issue..

Regards,

Venkat.

Answers (1)

Answers (1)

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