Hi,
I tried to implement the AlphaPagination script from https://learn.objectiflune.com/discourse/t/adding-page-numbers-to-pdf/1033/1, adapted for my case.
If I use a single (print-)section in my design, it works as supposed.
The problem is, I’m using a lot of cloned sections to be able to apply different media, plex and orientation settings per page. The numbering e.g. index ( “$(‘.mypagecount’).each(function(index)” ) resets on the beginning of every section inside my document. It’s kind of logical, because the script is attached to a section, but this renders it unusable…
Is there a way to use similar functionality for a whole document and not only per section?
I cannot use the Output-Presets because the location of the output is different for the first and following pages and for landscape and portrait orientations…
Best regards
-ivan