View Single Post
Old 01-22-2011, 12:16 PM   #18
wallcraft
reader
wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.
 
wallcraft's Avatar
 
Posts: 6,977
Karma: 5183568
Join Date: Mar 2006
Location: Mississippi, USA
Device: Kindle 3, Kobo Glo HD
Quote:
Originally Posted by HarryT View Post
Are you referring to books which insert the original printed page numbers in the actual text of the book?
It is possible to use a paper book's pages as Adobe ePub pages, by adding a page-map file that looks like the following (from Adobe's EPUB Best Practices Guide):
Code:
<page-map xmlns=”http://www.idpf.org/2007/opf”>
          <page name=”” href=”OPS/cover.xhtml”/>
          <page name=”i” href=”OPS/preface.xhtml”/>
          <page name=”ii” href=”OPS/preface.xhtml#pg_ii”/>
          <page name=”iii” href=”OPS/preface.xhtml#pg_iii”/>
          <page name=”1” href=”OPS/chapter1.xhtml”/>
          <page name=”2” href=”OPS/chapter1.xhtml#pg_1”/>
          <page name=”3” href=”OPS/chapter1.xhtml#pg_2”/>
          <page name=”4” href=”OPS/chapter2.xhtml”/>
          <page name=”5” href=”OPS/chapter2.xhtml#pg_1”/>
</page-map>
If this file isn't present, then Abobe uses its "fake page" algorithm for pages. My impression has been that the page-break file is rarely present, but I don't typically have a paper version to compare to.
wallcraft is offline   Reply With Quote