Hey Alex,
I downloaded the last version from GitHub.
Thank you for your modifications, will be very useful to me.
However the system variable #IS_FIRST_PAGEFOOTER is always returning false.
Can you fix it ?
This is the script that I'm using to test the version:
$S{
if($V{#IS_FIRST_PAGEFOOTER}){
"a"
}else{
"b"
}
}