I know I can count current pages in the footer using something like
That works. However, I'd very much like to display the page number in relation to the total, e.g. "Page 7 of 9" and the like.
I've looked for a way to get that, not found any, and now turn to the wisdom of the community...
Thank you very much!
Code:
ebook-convert infile outfile.pdf --pdf-footer-template "Page _PAGENUM_"
I've looked for a way to get that, not found any, and now turn to the wisdom of the community...
Thank you very much!