I’m wondering if someone can help me with this. When detail overflows from the front to the back of sheet 1, I want to use different PDF background that accounts for the overflow, but when there is no overflow, I still need to produce the back of sheet 1, but with a different PDF background. I have two master pages set up for the two scenarios with their own backgrounds, but I’m not sure how to use one master page vs another depending on a table overflowing to the back. Thanks in advance for the help.
The script api has an overflows() method that might prove useful.
https://help.objectiflune.com/EN/PlanetPress-connect-user-guide/2021.2/designer/API/overflows.htm
Hopefully someone can expand on that breadcrumb, but it may get you started on something.
Thanks for the link. I will look into this and see if I can use it for what I’m looking to do.