Quote:
Originally Posted by Sirtel
Configure the Kobo driver in Calibre. In the Tab "Metadata" check the box "Book stats" and enter the following in the template field Pages:
program:$$pages
|
I use
Code:
program:floor($$#pages)
for the pages from Count Pages. So for the calibre p[ages, I'd use
Code:
program:floor($$pages)