Hi Daan,
Sadly not. I've sent a message to component developer, but no reply as of yet. I've reverted my version back to the old one sadly.
Initially I needed to have a different footer on my last page. I've have "solved" my problem by making a floating container using css that places it at the bottom of the page. The floating container allows you to place a specific container at a specific location on the screen using height and width parameters.
However, the problem with floating containers is that it ignores content of any other data on the screen. So you can get overlap of data if the other containers end up at the bottom of the screen. So far I have not found a way to place a specific container at the bottom of a page + keeping in mind the other data, so it does not overlap.
To fix that problem, I've built normal container with the same content as the footer, but then just placing it at the end. Users can use a boolean to either use the floating container or the normal container, depending on how it is printed as PDF. It doesn't win any prizes, but its a workaround that worked for my customer.
I hope this problem is fixed soon, so then I can really fix this problem.
Regards,
Michiel