I'm converting some ePub and mobi into PDF. I have a very custom header code to put Author and Title in even/odd pages, got from documentations with some little changes:
Quote:
<header style="justify-content: center;font-size:x-small"><div class="even_page">_AUTHOR_</div><div class="odd_page"><i>_TITLE_</i></div></header>
|
However, I would like to have in footer the number of remaining pages in each chapter. Something like KOReade do in its footer. I don't mind if it is <remaining>/<total> or any other format.
Is there any way to do that? Thanks in advance.