View Single Post
Old 02-15-2025, 04:19 PM   #3
mallomar
Connoisseur
mallomar shines like a glazed doughnut.mallomar shines like a glazed doughnut.mallomar shines like a glazed doughnut.mallomar shines like a glazed doughnut.mallomar shines like a glazed doughnut.mallomar shines like a glazed doughnut.mallomar shines like a glazed doughnut.mallomar shines like a glazed doughnut.mallomar shines like a glazed doughnut.mallomar shines like a glazed doughnut.mallomar shines like a glazed doughnut.
 
mallomar's Avatar
 
Posts: 68
Karma: 8682
Join Date: May 2018
Device: Onyx Boox Note Air 2, Kindle Oasis 2
Quote:
Originally Posted by jonnyl View Post
See here: http://kb.daisy.org/publishing/docs/.../pagelist.html

TL;DR: Look for <pageList> tags, particularly in the toc.ncx (not sure if that's always the case, though).
Thanks, I found it under the nav.html file in the EPUB (though, strangely, don't see where it is in the AZW3 I converted from):
Code:
<nav epub:type="page-list">
			<h1>Print Page List</h1>
			<ol>
				<li><a href="xhtml/08_Part_1_Chiba_City_Blu.xhtml#page_1">1</a></li>
				<li><a href="xhtml/08_Part_1_Chiba_City_Blu.xhtml#page_2">2</a></li>
				<li><a href="xhtml/08_Part_1_Chiba_City_Blu.xhtml#page_3">3</a></li>
				<li><a href="xhtml/09_One.xhtml#page_4">4</a></li>
				<li><a href="xhtml/09_One.xhtml#page_5">5</a></li>
				<li><a href="xhtml/09_One.xhtml#page_6">6</a></li>
Quote:
Originally Posted by jonnyl View Post
Btw, doesn't progress sync work with read percentages, rather than page numbers (particularly for reflowable documents)?
Yes, but my Book Note Air 2 has a 10.3" screen, my Android phone has a 6.4" screen and my Boox Nova Air C has a 7.8" screen, so it doesn't always bring me to the right page in progress sync, since one page on the larger screen can cover several on the smaller ones.

ֵֵEDIT: Are page indexes with page numbers rare? I downloaded many versions and the only one I found which page numbers is in Portuguese and it actually does it differently, with pages in a page-map.xml:
Code:
<?xml version='1.0' encoding='utf-8'?>
<page-map xmlns="http://www.idpf.org/2007/opf">
  <page href="OEBPS/Text/Cover.xhtml" name="1"/>
  <page href="OEBPS/Text/Cover.xhtml#GBS.0001.01" name="2"/>
  <page href="OEBPS/Text/Cover.xhtml#GBS.PT2" name="3"/>
  <page href="OEBPS/Text/Cover.xhtml#GBS.0002.01" name="4"/>
  <page href="OEBPS/Text/Cover.xhtml#GBS.0002.02" name="5"/>
  <page href="OEBPS/Text/Entrada.xhtml" name="6"/>
  <page href="OEBPS/Text/TOC.xhtml" name="7"/>
  <page href="OEBPS/Text/Ded.html" name="8"/>
  <page href="OEBPS/Text/Interrup.html" name="9"/>
  <page href="OEBPS/Text/c1.html" name="10"/>
  <page href="OEBPS/Text/c1.html#GBS.0014.05" name="11"/>
  <page href="OEBPS/Text/c1.html#GBS.0015.04" name="12"/>
  <page href="OEBPS/Text/c1.html#GBS.0016.04" name="13"/>

Last edited by mallomar; 02-15-2025 at 05:28 PM. Reason: More info
mallomar is offline   Reply With Quote