Quote:
Originally Posted by ViktorEvil
I have this as well on a Clara Colour, the same book as an epub has 294 pages. As a kepub the book has 551 pages but the book skips pages 2-271 unless I manually use the page slider at the bottom. the skipped pages don't appear to actually be there
|
The two eBooks use completely different ways to do the page numbering.
RMSDK (for ePub) uses 1024 uncompressed characters equals 1 page. page numbers do not change if you change margins, font, font size, line height, or turn footers on/off. ePub has no issue with page numbers and what's in the NCX ToC.
KePub uses roughly 1 screen equals 1 page. The page numbers do change if you change the margins, font size, font, line height, or turn headers/footers on or off. Now there is an issue with KePub where it will get the page numbers confused if you don't have every HTML file in the NCX ToC. So you have to edit the ePub to make sure every HTML file is in the NCX ToC.
Of the two ways of doing page numbers, ePub is a lot more accurate. It's the best page numbering for eBooks (other then PDF).