View Single Post
Old 03-02-2025, 10:40 PM   #868
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: 71
Karma: 8682
Join Date: May 2018
Device: Onyx Boox Note Air 2, Kindle Oasis 2
Quote:
Originally Posted by jhowell View Post
I do not see anywhere in the product page for that book where it is claimed to have them. All I see is "Print length : 55 pages", which is simply an indication of the length of the book. And as expected your conversion log does not show page numbers being present in KFX format for that book.
That's weird, the product page for me with this ASIN says, "Contains real page numbers based on the print edition (ISBN B0BTPCMNBQ)."

Quote:
Originally Posted by jhowell View Post
Your conversion log for that book shows "pages=283", indicating that it does include page numbers. Since you are converting to EPUB 3 they should appear in nav.xhtml of the resulting EPUB. Could you check that file?
I'm not seeing anything where I usually would in the nav.xthml or a separate page-map.xml file. I even deleted the EPUB and reconverted thinking maybe I had converted from AZW3 the first time but it's the same:
Spoiler:
Code:
<?xml version='1.0' encoding='utf-8'?>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops" lang="en" xml:lang="en">
  <head>
    <title>nav</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  <link rel="stylesheet" type="text/css" href="../stylesheet.css"/>
<link rel="stylesheet" type="text/css" href="../page_styles.css"/>
</head>
  <body class="calibre3">
<nav epub:type="toc" hidden="">
  <ol>
    <li><a href="OEBPS/c9.xhtml">Ti*tle Page</a></li>
    <li><a href="OEBPS/cS.xhtml">Ded*i*ca*tion</a></li>
    <li><a href="OEBPS/cZ.xhtml">Con*tents</a></li>
    <li>
      <a href="OEBPS/c2C.xhtml">Part 1: Physi*cian</a>
      <ol>
        <li><a href="OEBPS/c2M.xhtml">Past 1</a></li>
        <li><a href="OEBPS/c33.xhtml">Present 2</a></li>
        <li><a href="OEBPS/c7S.xhtml">Past 3</a></li>
        <li><a href="OEBPS/c87.xhtml">Present 4</a></li>
        <li><a href="OEBPS/cBJ.xhtml">Past 5</a></li>
        <li><a href="OEBPS/cCG.xhtml">Present 6</a></li>
        <li><a href="OEBPS/cG2.xhtml">Past 7</a></li>
        <li><a href="OEBPS/cHH.xhtml">Present 8</a></li>
        <li><a href="OEBPS/cN1.xhtml">Past 9</a></li>
        <li><a href="OEBPS/cP2.xhtml">Present 10</a></li>
      </ol>
    </li>
    <li>
      <a href="OEBPS/cS6.xhtml">Part 2: P.O.W.</a>
      <ol>
        <li><a href="OEBPS/cSD.xhtml">Past 11</a></li>
        <li><a href="OEBPS/cV3.xhtml">Present 12</a></li>
        <li><a href="OEBPS/cXW.xhtml">Past 13</a></li>
        <li><a href="OEBPS/cYX.xhtml">Present 14</a></li>
      </ol>
    </li>
    <li>
      <a href="OEBPS/c135.xhtml">Part 3: Manna</a>
      <ol>
        <li><a href="OEBPS/c13C.xhtml">Past 15</a></li>
        <li><a href="OEBPS/c151.xhtml">Present 16</a></li>
        <li><a href="OEBPS/c1A8.xhtml">Past 17</a></li>
        <li><a href="OEBPS/c1DD.xhtml">Present 18</a></li>
      </ol>
    </li>
    <li>
      <a href="OEBPS/c1FZ.xhtml">Part 4: Re*union</a>
      <ol>
        <li><a href="OEBPS/c1G6.xhtml">Past 19</a></li>
        <li><a href="OEBPS/c1J7.xhtml">Present 20</a></li>
        <li><a href="OEBPS/c1KX.xhtml">Past 21</a></li>
        <li><a href="OEBPS/c1MP.xhtml">Present 22</a></li>
      </ol>
    </li>
    <li>
      <a href="OEBPS/c1SG.xhtml">Part 5: Ja*cob</a>
      <ol>
        <li><a href="OEBPS/c1SR.xhtml">Past 23</a></li>
        <li><a href="OEBPS/c1TE.xhtml">Present 24</a></li>
        <li><a href="OEBPS/c1WC.xhtml">Past 25</a></li>
        <li><a href="OEBPS/c1X0.xhtml">Present 26</a></li>
        <li><a href="OEBPS/c209.xhtml">Past 27</a></li>
        <li><a href="OEBPS/c21W.xhtml">Present 28</a></li>
        <li><a href="OEBPS/c27T.xhtml">Epi*logue</a></li>
      </ol>
    </li>
    <li><a href="OEBPS/c28J.xhtml">Pre*view: Pat*tern*mas*ter</a></li>
    <li><a href="OEBPS/c2W1.xhtml">A Bi*og*ra*phy of Oc*tavia But*ler</a></li>
    <li><a href="OEBPS/c2ZD.xhtml">Copy*right</a></li>
  </ol>
</nav>
<nav epub:type="landmarks" hidden=""><h2 class="calibre8">Guide</h2><ol class="calibre5"><li class="calibre6"><a epub:type="cover" href="c0.xhtml">Cover</a></li></ol></nav>
</body>
</html>
mallomar is offline   Reply With Quote