View Single Post
Old 07-26-2020, 09:51 AM   #1
rfog
Guru
rfog ought to be getting tired of karma fortunes by now.rfog ought to be getting tired of karma fortunes by now.rfog ought to be getting tired of karma fortunes by now.rfog ought to be getting tired of karma fortunes by now.rfog ought to be getting tired of karma fortunes by now.rfog ought to be getting tired of karma fortunes by now.rfog ought to be getting tired of karma fortunes by now.rfog ought to be getting tired of karma fortunes by now.rfog ought to be getting tired of karma fortunes by now.rfog ought to be getting tired of karma fortunes by now.rfog ought to be getting tired of karma fortunes by now.
 
Posts: 696
Karma: 2383012
Join Date: Aug 2007
Location: Schiedam (The Netherlands)
Device: Lots of eInk devices and iOS stuff
Pages left in chapter for PDF conversion

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.
rfog is offline   Reply With Quote