Quote:
Originally Posted by Doitsu
|
Yes, I have. And creating a file according to the specification shouldn't be much of a problem when I use the apnx generator from calibre as a template.
I don't want to use the pagination information from within the mobi file. My text contains anchors
Code:
<a class="pagebreak" id="pageNNN"></a>
for every pagebreak, and these anchors should survive the epub to mobi conversion. So I need to search for the position of these anchors, and add that instead of the fake positions generated by calibre, and that should suffice *knock on wood*