My document consists of two parts: Part 1 flowed on masterPage1and Part 2 positioned on MasterPage2. The Part 2 is a Blank Page, which must be displayed only if the total number of pages of masterpage1 is even.
Where should I put the control for the blank page while it is displayed every time that my form changes?
The entire document is printed in duplicate (which I implemented with a script javascript).
I've tried to put "Part2 hidden" in the layout_ready but it seems that will not notice the change to the numbering.
I tried to pre-print, but does not make the duplicate.
Any idea please?
Thx Tiz