Dynamically positioned boxes on last page of input PDF

Hi there

I have a PDF based data mapper. The PDF itself has a variable number of pages per record. I’m extracting values from the last page of the PDF (it could 1, 2 or more pages in total). I have done that using a condition in the extraction process.

Next I have created a design document, that places postioned boxes onto the existing PDF. However, I have run in to a road block making the boxes appear dynamically and/or conditionally on the last page of each record. How do I go about doing that?

Any help much appreciated

I’d probably try to put the boxes on a separate Master Page called “BackPage” and then in Sheet Configuration for the Print Section you’re dealing with, select that Master Page for the last sheet.

Then you might have to mess with the z-index of the box in CSS.

Note: I haven’t tried this, just works in my head.